Skip to content

WTAWTAW-UCIMLHack2021/ucimlhack2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandemic of Lies: Truth and Deception in a Sea of Noise

Team WTAWTAW (Where There's A Word, There's A Way) - Best Presentation

Made with Jupyter

Pandemic of Lies

Environment Setup

  1. Make sure you have Anaconda installed
  2. In a terminal where you can run Anaconda commands, run conda env create --file environment.yaml to make the Conda virtual environment
  3. Next, activate the conda environment conda activate uciml
  4. Finally, to link the virtual environment with Jupyter Notebook/Lab, run python -m ipykernel install --user --name=uciml
  5. Start JupyterLab by running jupyter lab

All done!

To update the conda environment, run conda env update --name uciml --file .\environment.yaml