The goal is to have a tool to help climbers to
- select nearby outdoor boulder park
- select boulder problems based on their climbing level
- make some recommended boulder problems in a tabular format
The python version used is 3.10.12
and please install the dependencies with the following command:
Note: This mini project is dedicated to understand the basics of LangChain. The dependencies are not optimized for production.
pip install -r requirements.txt
Please deploy it locally with the following command:
streamlit run ./src/main.py