Skip to content

myamout/596GroupProject

Repository files navigation

596GroupProject

ML Group Project

Run project using a virtual environment

  1. Create Python 3 virtual environment by running python3 -m venv .
  2. Unzip the sqlite3 database by doing unzip database.sqlite.zip
  3. Activate the virtual environment by running source ./bin/activate
  4. Install needed dependencies by running pip install sklearn scipy pandas numpy matplotlib
  5. Run python main.py to execute the code
  6. Deactivate the virtual environment by either closing the shell window or by running deactivate

Run project without using a virtual environment

  1. Unzip the sqlite3 database by doing unzip database.sqlite.zip
  2. Install needed dependencies by running pip3 install sklearn scipy pandas numpy matplotlib
  3. Run python3 main.py to execute the code

About

ML Group Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •