/Flair-Detection

Primary LanguageJupyter Notebook

Reddit Flair Detectin

Steps to reproduce:

  1. Install requirements by running
pip install -r requirements.txt
  1. Run the following jupyter notebooks present inside the Notebooks folder in the same order:
  • Data Gathering (Add credentials in cell 2 (Reddit agent) before running)
  • EDA Analysis
  • Flair Detection
  1. Go to folder app

  2. Run the flask application:

Open terminal and execute the following commands:

export FLASK_APP=main.py
flask run