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

https://github.com/code-on-cue/sentimen-analisis-uploader

Natural Language Processing untuk Sentimen Analisis dengan cara mengunggah dataset, dibuat menggunakan naive bayes dan bahasa pemrograman python.
https://github.com/code-on-cue/sentimen-analisis-uploader

naive-bayes npl python sentiment

Last synced: 6 months ago
JSON representation

Natural Language Processing untuk Sentimen Analisis dengan cara mengunggah dataset, dibuat menggunakan naive bayes dan bahasa pemrograman python.

Awesome Lists containing this project

README

          

# Website Sentiment Analisis Judul Berita

## Installation

1. Clone this project

```sh
git clone https://github.com/defrindr/2024-websentiment.git
```

2. Create Virtual Environment

```sh
python3 -m venv .venv
```

3. Activate Virtual Environment

```sh
source .venv/bin/activate
```

3. Go to directory src

```sh
cd src
```

4. Install requirements

```sh
pip install -r requirements.txt
```

4. Atur database, konfigurasi ada di .flaskenv

5. Jalankan Migration

```sh
alembic upgrade head
```

5. Running project

```sh
flask run
```