Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishnun0027/text_classificaion

In this repo i created a Text classification app (flask app ), Text classification is a common NLP task that assigns a label or class to text. One of the most popular forms of text classification is sentiment analysis, which assigns a label like 🙂 positive, 🙁 negative to a sequence of text.
https://github.com/vishnun0027/text_classificaion

flask-application llm python text-classification

Last synced: about 1 month ago
JSON representation

In this repo i created a Text classification app (flask app ), Text classification is a common NLP task that assigns a label or class to text. One of the most popular forms of text classification is sentiment analysis, which assigns a label like 🙂 positive, 🙁 negative to a sequence of text.

Awesome Lists containing this project

README

        

# Text classification (movie review)

Text classification is a common NLP task that assigns a label or class,label like 🙂 positive, 🙁 negative

## Screenshots

🙂 positive


🙁 negative


## Model & training

Utilizing the DistilBERT model, this project fine-tunes its capabilities on the IMDb dataset, enabling accurate classification of movie reviews as either positive or negative sentiments