Skip to content

torinmr/cs244-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 244 Project

Collaborators: Jaebum Lee (jblee94@stanford.edu) Torin Rudeen (torinmr@stanford.edu)

Reproduction instructions: 0. Make sure prerequisites are installed on your system:

  • python3.6-dev (sudo apt-get install python3.6-dev)
  • Pip
  1. Create and activate a virtual environment:
    • $ python3 -m venv env
      • On some systems you may need to install python3-venv first: $ sudo apt-get install python3-venv
    • $ source env/bin/activate
  2. Install requirements:
    • $ pip install -r requirements.txt
  3. Launch the Jupiter notebook. All of the figures and results can be reproduced by running the notebook:
    • $ jupyter notebook
    • In the browser tab that opens, click on Reproduction.ipynb
  4. Exit the virtual environment:
    • $ deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors