Website Link: Click Here👆
Follow these steps to set up and run the application on your local machine.
- Python 3.7 or higher
- Git (to clone the repository)
- conda(for creating venv - *optional)
Navigate into the project folder:
cd Web-and-AI-Cheat-Sheat
conda create -n [venv] python=3.12 -y
conda activate [venv]
pip install -r requirements.txt
check: pip list
streamlit run app.py