Giter Site home page Giter Site logo

deepwebhoax / emotion_recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muknta/emotion_recognition

0.0 1.0 0.0 991 KB

This app takes photos from Flickr.com, runs them through faceplusplus.com's Detect API, and displays them on a web server.

Python 27.60% HTML 35.16% JavaScript 23.41% CSS 13.84%
django-application faceplusplus api-client

emotion_recognition's Introduction

emotion_recognition

RELEASE

The website was inspired by INT20H Hackathon.

Django 2.1.5

Site contains 3 templates.

There are base.html, that spread to all other templates, index.html - main page, album.html - contains photos and filter for photos by emotions.

Filter acts on the face emotions(>9%).

Database

We were using sqlite3 database (standard Django db). It contains two tables: faces, photos.

Python scripts

  • album_download.py

    Contains function which provides availability of certain photos from flickr.com to other scripts by storing there urls in a database.

  • face_nice.py

    Contains function which fills the database with photo-analysis results provided by facial recognition service Detect API by faceplusplus.com.

  • twelve_threads.py

    Calls the above functions. Utilizes multithreading.

For more detailed desciption view comments in there code.

Locally running app

user@user:~$ python manage.py runserver

In case it won't run, it might be necessary to download packages from requirements.txt.

user@user:~$ pip install -r requirements.txt

ABOUT US

We are a team of aspiring students from KPI.

Our githubs:

emotion_recognition's People

Contributors

muknta avatar zelenyid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.