Skip to content

Rohan-Kamat/Epidemiology

This branch is up to date with rakki-18/Epidemiology:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 4, 2022
Apr 8, 2022
Apr 8, 2022
Apr 4, 2022

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

No packages published

Languages

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