You can access the project via
You need the python 3.6 or higher version to run the app locally.
- Clone the repository
git clone https://github.com/ahmetbilalbarisman/bauaai.git
cd streamlit-app
- Install dependencies
pip install -r requirements.txt
2.1. Install dependencies for development
pip install -r requirements-dev.txt
- Run the app
python -m streamlit run streamlit_app.py
3.1 Or press f5 in VSCode its integrated to run streamlit app