Please Follow this Documentation for the project: Google Docs
- clone the Repository
git clone https://github.com/mishra-18/AI-Study-Material.git
cd AI-Study-Material
- Creating your own venv suggested
python -m venv myenv
source ./myenv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the app
flask run