File size: 931 Bytes
38fb4a1
5ae1418
 
bf1042d
 
5ae1418
 
 
b42b884
5ae1418
 
 
 
e50b20c
b42b884
 
5ae1418
 
 
433d10a
 
 
 
 
e50b20c
667fe9d
85ac990
 
 
5ae1418
e50b20c
667fe9d
391bd16
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Sentiment Analysis
emoji: 🤗
colorFrom: blue
colorTo: green
pinned: false
sdk: gradio
python_version: 3.11
app_file: app/gui.py
datasets:
  - mrshu/amazonreviews
  - stanfordnlp/sentiment140
  - stanfordnlp/imdb
  - Sp1786/multiclass-sentiment-analysis-dataset
models:
  - spacy/en_core_web_sm
---

# Sentiment Analysis

### Usage
1. Clone the repository
2. `cd` into the repository
3. Run `just install` to install the dependencies
4. Run `just run --help` to see the available commands

### Datasets
- [Sentiment140](https://www.kaggle.com/datasets/kazanova/sentiment140)
- [Amazon Reviews](https://www.kaggle.com/datasets/bittlingmayer/amazonreviews)
- [IMDB](https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews)
- [Multiclass Sentiment Analysis](https://huggingface.co/datasets/Sp1786/multiclass-sentiment-analysis-dataset) (Used only testing)

### Required tools
- `just`
- `poetry`