docker pull redis
docker run --rm -i -t -p 6379:6379 --name local-redis redis
pip install -r requirements.txt
streamlit run .\main.py
You can reach the medium article on Redis geo commands and project details from the link below.
Application Demo