Django web app to deploy a FER model on the internet
Install dependencies with pip install -r requirements
Change the method load_learner
at webapp/views.py
to point it to yout model's path
Run the server with:
python manage.py runserver
Django Artificial Intelligence Web App for Facial Expression Recognition (FER)
Jupyter Notebook
Django web app to deploy a FER model on the internet
Install dependencies with pip install -r requirements
Change the method load_learner
at webapp/views.py
to point it to yout model's path
Run the server with:
python manage.py runserver