Skip to content

dphuang2/hqtrivia-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup and Installation

Create a new virtualenv and source it

virtualenv .ENV && source .ENV/bin/activate

then install the packages

pip install -r requirements.txt

Then install the spaCy language model for english

python -m spacy download en_vectors_web_lg
python -m spacy download en

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages