Automated Exam checker Project for AIfinity Hackathon
See the demo notebook here
- Go to the backend folder
cd backend
- Create a virtual env named backend-env
python -m venv backend-env
- Activate the virtual env using
.\backend-env\Scripts\activate
(Windows only) - Install all requiered libraries
pip install -r requirements.txt
- To run , navigate to Frontend, then type : "streamlit run backend/app.py"
- Keep checking a regular intervals and updating requierments.txt using
pip freeze
- For Jupyter Notebook setup refer to this page