Skip to content

samrcosta6/costa_eecs486

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Predictor

For EECS 486: Information Retrieval

To run this code:

  • python3 -m venv env

  • source env/bin/activate

  • pip3 install -r requirements.txt

  • python3 main.py

If you have a stale virtual environment run:

  • deactivate

  • source env/bin/activate

If you are getting import errors:

  • add the needed packages to requirements.txt

and run:

  • pip3 install -r requirements.txt

About

EECS 486 - Tweet Predictor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%