Skip to content

Project files to a monitor of important physiological data which is in a database.

Notifications You must be signed in to change notification settings

julianacurtyf/PhysiologicalDataMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physiological Data Monitor

Project of a monitor of important physiological data.

Collaborating

git checkout -b <branch name>   # start a new branch
# or you can use the command below if the branch already exists
#git checkout --track origin/<branch name>   # enter an already existing branch
git branch   # check you are in the right branch
<edit files>
git add <edited file>
git commit -m "message describing what you did!"
git push origin <branch name>

Project Organization

├── README.md          <- The top-level README for developers using this project.
│
├── models             <- Trained and serialized models, model predictions, or model summaries.
│
├── notebooks          <- Jupyter notebooks.
│
└── project            <- HTML and CSS files which creates the physiological data monitoring application.

About

Project files to a monitor of important physiological data which is in a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published