Project for CS 640 - Intro to AI - Fall 21 - Boston University
Make sure you only put the data files in the following below directories because anything inside these directories will not be uploaded to github since these directories are added to .gitignore
- "Data Twitter/"
- "Data Twitter/Train/"
- "Data Twitter/Test/"
- "Data Twitter/Dev/"
- "Data Instagram/"
conda create --name <env_name>
conda activate <env_name>
pip install -r requirements.txt