Team Members:
Team Member | |
---|---|
Mareedu Mahesh Chandra (Team Lead) | maheshchandra.mareedu@sjsu.edu |
Rohith Kumar Reddy Vallamreddy | rohithkumarreddy.vallamreddy@sjsu.edu |
Venkata Siva Prasad Kakkera | venkatasivaprasad.kakkera@sjsu.edu |
Trivikram Thopugunta | trivikram.thopugunta@sjsu.edu |
Clone the repository into your local system.
git clone git@github.com:tivi2105/Image_Based_Attendance_system_CMPE295B.git
Install required python packages In your local system go into the repo you just cloned and run below command
pip install -r requirements.txt
Initialize mongoDB (you need to download and install mongoDB on your local system)
python init.py
Now run the main.py file (you need to cd into the cloned repo)
python main.py
The flask web application will be running on port 8082.
Open browser and paste the following link: http://127.0.0.1:8082