Frontend hosted at https://udbhavsomani.github.io/mindspark/
- Face Recognition login
- speech to text for supported browsers
- Automatic validation of UDID through Indian Govt.'s official database (http://www.swavlambancard.gov.in/pwd/searchapplication)
cd to the frontend folder and run the following commands to start the react server at http://localhost:3000 -
npn installnpm start
cd to the backend folder and run the following commands to start the django server at http://localhost:8000 -
pip install virtual envvirtualenv envenv\Scripts\activatepip install .\Dlib-main\dlib-19.22.99-cp37-cp37m-win_amd64.whlpip install -r requirements.txtcd srcpython manage.py makemigrationspython manage.py migratepython manage.py runserver