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.
- Host: GitHub
- URL: https://github.com/code-on-cue/sentimen-analisis-uploader
- Owner: code-on-cue
- Created: 2024-03-02T02:03:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T16:58:09.000Z (about 1 year ago)
- Last Synced: 2025-02-16T01:33:55.957Z (8 months ago)
- Topics: naive-bayes, npl, python, sentiment
- Language: Jupyter Notebook
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```