https://github.com/joymajumdar2001/emotionbadge
Rate your Github profile picture emotion using badges
https://github.com/joymajumdar2001/emotionbadge
azure azurecognitiveservice azuretrialhack faceapi hacktoberfest nodejs
Last synced: about 1 month ago
JSON representation
Rate your Github profile picture emotion using badges
- Host: GitHub
- URL: https://github.com/joymajumdar2001/emotionbadge
- Owner: JoyMajumdar2001
- License: apache-2.0
- Created: 2022-02-23T13:23:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T22:59:47.000Z (over 4 years ago)
- Last Synced: 2025-09-25T19:12:27.833Z (9 months ago)
- Topics: azure, azurecognitiveservice, azuretrialhack, faceapi, hacktoberfest, nodejs
- Language: JavaScript
- Homepage:
- Size: 985 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EmotionBadge 😊
EmotionBadge is a service of choice. It extracts the emotion from your Github profile photo using Azure Face Api and gives you a bagde using [Shields.io](https://shields.io) for your README.md file.
## Usage
It is too easy to use and insert in your README.md
```
https://emotionbadge.onrender.com/emotion//
```
Avilable `emotion` types are
- `auto`
- `smile`
- `anger`
- `contempt`
- `disgust`
- `fear`
- `happiness`
- `neutral`
- `sadness`
- `surprise`
In `auto` emotion, the emotion which have the most probable value will be displayed automatically.
## Example
- 
- 
- 
- 
## Scoring system
In this project we are using `Azure Face Api` to detect emotions from the profile picture. It scores the emotion between **0** to **1** upon the Face Api model confidence. It is based on AI so the score may not be satisfatory everytime to users.
If it does not find any face of any user profile picturec then it shows and error badge like 
## Used Tech
- [Face Api](https://azure.microsoft.com/en-in/services/cognitive-services/face/)
- [Shields.io](https://shields.io)
- [Render](https://render.com/)