Reddit Flair Detectin
Steps to reproduce:
- Install requirements by running
pip install -r requirements.txt
- 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
-
Go to folder app
-
Run the flask application:
Open terminal and execute the following commands:
export FLASK_APP=main.py
flask run