Skip to content

HarshRaoD/IntelliCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliCheck

Automated Exam checker Project for AIfinity Hackathon

Demo

See the demo notebook here

Backend Setup

  1. Go to the backend folder cd backend
  2. Create a virtual env named backend-env python -m venv backend-env
  3. Activate the virtual env using .\backend-env\Scripts\activate (Windows only)
  4. Install all requiered libraries pip install -r requirements.txt
  5. To run , navigate to Frontend, then type : "streamlit run backend/app.py"
  6. Keep checking a regular intervals and updating requierments.txt using pip freeze
  7. For Jupyter Notebook setup refer to this page

About

Project for AIfinity Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published