Attendance Portal WebApp with GPS, and voice verifications included
Completed by the DevHack1.0 team, including Rukmani, Abhishek jaiswal, Abhay, Rabin, Rahul, and Aditya Gupta.
For the DevHack1.0 team - Install all python packages given in requirements.txt To deploy it to your localhost, run 'python Table_app.py' Now, just open 'localhost:5000' in your browser
Note -
- It's better to use a virtual environment, create it using virtualenv
- The port number maybe different, if you have specified the port number, at the app.run() line in the code, though default is port:5000
- For this flask runs in debug mode