Skip to content

marmikshah/Mood-Classification

Repository files navigation

Usage

Create a virtual environment

virtualenv -p python3 venv

Activate the virtual environment

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Run Server (without specifying filename)

python app.py

Run Server (with filename)

python app.py -f file_path.csv

Classifier Information - V1

  • Model : Support Vector Machine

    • Training F1 : 0.997
    • Validation F1 : 0.712
  • Method : TFIDF - Vectorizer

    • Stopwords : English
    • N-Gram Range : (1,5)