Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 495 Bytes

ClassifyingProtests

A subset of the materials used in a project for CS231N at Stanford advised by Jennifer Pan and Han Zhang.

#run the following
$ virtualenv -p python3 .env

# On bash
$ source .env/bin/activate


# Then run to install
$ pip install -r requirements.txt

# install tensorflow as below or using the appropriate package from https://www.tensorflow.org/install/
$ pip install tensorflow


# if using a mac u may need to install "pip install PyQt5" to make matplotlib work