Skip to content

gaspar09/ClassifyingProtests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published