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 install
npm start
cd to the backend folder and run the following commands to start the django server at http://localhost:8000 -
pip install virtual env
virtualenv env
env\Scripts\activate
pip install .\Dlib-main\dlib-19.22.99-cp37-cp37m-win_amd64.whl
pip install -r requirements.txt
cd src
python manage.py makemigrations
python manage.py migrate
python manage.py runserver