Find the optimal place where to meet with your friends in Prague.
Try out the Web demo, integrated into Huggingface Spaces 🤗 using Gradio.
uv venv --python=3.12
source .venv/bin/activate
uv pip install -r requirements.txt
python app.py
Now you can visit http://0.0.0.0:3000 and enjoy the app.
docker build -t pub-finder-app .
docker run -p 3000:3000 --name pub-finder pub-finder-app
Now you can enjoy the app on http://localhost:3000.
To remove the image
docker rm pdf-summarizer
Prepare the geo data of stops scraped from PID.
python3.12 prepare_geo_data.py
For scraping use the following. Repeast until you scrape all the ocmbinations.
python3.12 scraping.py --num_processes 50