https://github.com/corentinth/emotion
Live facial expression to emoji with your webcam.
https://github.com/corentinth/emotion
application browser emoji emotion emotion-detection emotion-recognition facial javascript recognition
Last synced: 7 months ago
JSON representation
Live facial expression to emoji with your webcam.
- Host: GitHub
- URL: https://github.com/corentinth/emotion
- Owner: CorentinTh
- License: mit
- Created: 2020-08-08T15:19:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T17:59:02.000Z (about 5 years ago)
- Last Synced: 2025-03-17T01:03:09.484Z (7 months ago)
- Topics: application, browser, emoji, emotion, emotion-detection, emotion-recognition, facial, javascript, recognition
- Language: HTML
- Homepage: https://emotion.ctmsst.vercel.app
- Size: 429 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Emotion
Live facial expression to emoji with your webcam. Test it [here](emotion.ctmsst.vercel.app).
## Dev
Install dependencies by running the following command:
```shell
npm install
```Then compiles and hot-reloads for development:
```shell
npm run dev
```Compile for production by running:
```shell
npm run build
```## Contribute
**Pull requests are welcome !** Feel free to contribute.## Credits
Coded with ❤️ by [Corentin Thomasset](https://twitter.com/cthmsst).This project is built using the [parcel bundler](https://github.com/parcel-bundler/parcel),
[less](https://github.com/less/less.js), [pug](https://github.com/pugjs/pug), and
[typescript](https://github.com/microsoft/TypeScript), it is continuously deployed using
[vercel.com](https://vercel.com) and uses [face-api.js](https://github.com/justadudewhohacks/face-api.js) and
[spectre css](https://github.com/picturepan2/spectre) to run.## License
This project is under the [MIT license](LICENSE).