Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 541 Bytes

File metadata and controls

47 lines (31 loc) · 541 Bytes

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