Skip to content

adityacyan/distilbert

Repository files navigation

Emotion recognition via DistilBERT

A lightweight, fast, and efficient implementation of the DistilBERT model for natural language processing tasks.

Features

  • Trained on emotion-labeled dataset
  • Predicts emotion of input sentence
  • Supports emotions like joy, sadness, anger, fear, etc.
  • Outputs a single dominant emotion per input
  • Suitable for emotion classification tasks in NLP

Installation

pip install -r requirements.txt

Usage

python app.py

Resources

License

This project is licensed under the MIT License.

Made by adityacyan

About

This is the hosted version of my NLP model at https://github.com/adityacyan/ml_learning_codenotebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors