Crowdfunding

Stars
0

Crowdfunding

Setup environment

Create conda environment : conda create --name Crowdfunding python=3.6

Activate conda environment : conda activate Crowdfunding

Install requirements : pip install -r requirements.txt

Corpus

Put the projects.csv file in the ./data/ directory.