Skip to content

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

Notifications You must be signed in to change notification settings

code-on-cue/sentimen-analisis-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Sentiment Analisis Judul Berita

Installation

  1. Clone this project
git clone https://github.com/defrindr/2024-websentiment.git
  1. Create Virtual Environment
python3 -m venv .venv
  1. Activate Virtual Environment
source .venv/bin/activate
  1. Go to directory src
cd src
  1. Install requirements
pip install -r requirements.txt
  1. Atur database, konfigurasi ada di .flaskenv

  2. Jalankan Migration

alembic upgrade head
  1. Running project
flask run

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published