Skip to content

This is will take in URL and Image File as inputs/post requests and return the emotion of the human as the output.

License

Notifications You must be signed in to change notification settings

ASaiVivek/EmotionsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmotionsAPI

This is will take in URL and Image File as inputs/post requests and return the emotion of the human as the output.

MIT License

To Run:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver 7000

Files Summary:

  • emotion_detector : Main Application Directory
    • urls.py : Contains all the application URLs.
    • views.py : Contains all the functions which run the application.
    • cascades:
      • haarcascade_frontalface_default.xml : This is the Haar Cascade Classifier which helps in detecting the faces.
      • model.h5 : The trained neural network, saved along with its weights and biases.
  • EmotionsAPI : Main Project Directory.
    • settings.py : Contains all the registered applications and settings of the web application.
    • urls.py : Contains the URLs which link to the Main Application.

About

This is will take in URL and Image File as inputs/post requests and return the emotion of the human as the output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages