Skip to content

spectre900/Epidemiology

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

on push

Epidemiology

IEEE NITK year-long project

Setting Up

  • When in the root directory inside your terminal, change directory to the subfolder src/model using cd
  • Setup a virtual environment to install dependencies. Run the following commands to setup a virtualenv and install dependencies

Windows

python -m venv venv
venv/Scripts/activate
pip install -r ./requirements.txt
  • Execute python ./setup.py develop to install the package
  • Execute pytest to check if everything is working ok.

Contribution guidelines

  • Fork the project
  • Make a new branch
  • Make the changes in that particular branch
  • Create a pull request

Check out this link for commit message guidelines.

About

IEEE NITK year-long project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 85.5%
  • Python 7.2%
  • HTML 6.3%
  • CSS 1.0%