A model for emotion classification based on text and audio.
Project description
Emotion
A model for emotion classification based on text and audio.
Acknowledgements
- Hafed Benteftifa
- Soumaya Chaffar
Features
Give audio and text as input and get back the dominant emotion.
Usage/Examples
[TODO]
API Reference [TODO]
Get all items
GET /api/items
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. API key |
Get item
GET /api/items/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
Installation
Install emotion with pip
pip install emotion
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
GDRIVE_CREDENTIALS_DATA
SECRET_KEY
Run Locally
Be sure to have python 3.8 as the python executable
python3 --version
To install Poetry, run:
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.1.14 python3 - --yes
Clone the project
git clone https://github.com/philipgaudreau/emotion
Go to the project directory
cd emotion
Install dependencies (add flag --default
if you do not want development dependencies)
poetry install
Activate the virtual environment
poetry shell
Start using the command line interface
emotion --help
Running Tests
To run tests, run the following command (development dependencies must be installed)
pytest tests
Deployment
To deploy this project run
[TODO]
Tech Stack
Client: flask, [TODO]
Server: python, [TODO]
Feedback
If you have any feedback, please reach out to one of us.
Authors
🚀 About Us
We are on our way to finish a degree in Machine Learning.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file a62-emotion-0.10.6.tar.gz
.
File metadata
- Download URL: a62-emotion-0.10.6.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0b1 CPython/3.8.13 Linux/5.13.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7190a5b30169c20bb94bf92c80454b4f4be9fc2185c62692991ad2ab5ab4c4b |
|
MD5 | f18824722ad3b63996f6153e9b666649 |
|
BLAKE2b-256 | f7386239556632a80ac9d568ef8fb9afdfe4d8aff82cd19ccc81517c4781fbeb |
File details
Details for the file a62_emotion-0.10.6-py3-none-any.whl
.
File metadata
- Download URL: a62_emotion-0.10.6-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0b1 CPython/3.8.13 Linux/5.13.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4be1390b4fe16441e6e0c5420e449048f90faff8c9668f4ed209325e91feb141 |
|
MD5 | f5cdadaa34dd4e50e5383e572268bbff |
|
BLAKE2b-256 | 2b2322d53384184f89b8b634f50ae39b8057941f3fd09dffa3c1b408ae092058 |