GithubHelp home page GithubHelp logo

gualor / sleep-in Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 33.6 MB

Online platform for sleep care telemonitoring.

Python 22.07% CSS 40.56% JavaScript 4.59% HTML 32.79%
flask full-stack python sqlite telemedicine

sleep-in's Introduction

Logo of Politecnico di Milano Medical Informatics
A.Y. 2018/2019 โ€“ II Semester


sleep-in

Online platform for sleep care telemonitoring.

This is a group project assignment from the Medical Informatics course of Politecnico di Milano during the second semester of 2018/2019 academic year.

Project description

This year project assignment consisted in the developing of "A monitoring system for sleep quality" which was subdivided into the following subgoals:

  • Design a database and write a complete report by using UML language to formalize the choices made (the report with use case diagram, class diagram and entity-relashionship diagram can be found in the uml-folder of this repo).
  • Implement a Database Management System (DBMS) for efficient medical data retrieval from the database.
  • Develop an application that implements all the functionalities requested by the assignment alongside a Graphical User Interface (GUI) for an intuitive and easy access to the platform.

For further details about the high level functionalities of the platform please refer to the pdf file of the final presentation which you can find in the repo as well.

Our implementation

For our implemention, our group had complete freedom of choice regarding the tools and technical details to carry out this project. While doing the entire project by using Microsoft Access was certainly an option (as was the suggested software for this project) we decided to develop a web application from scratch by using Python for both the DBMS and the server framework.

This application has a 3 layer architecture:

  1. The lower layer is the database itself which is managed by using the Python module SQLite, responsible for the querying of the tables.
  2. The middle layer is the server upon which the web application is built, in this case we chose to use the Python framework flask which is responsible for managing all HTTP requests as well as the cookies needed for handling user sessions.
  3. The top layer is the frontend represented by HTML pages that use Jinja to retrieve and send data back to the Flask server. Javascript is also used to make the web pages dynamic.

For setting up the web server on your local machine to try out the demo of this project yourself, please visit the folder project-files where a README.md file will give you intruction on how to proceed.

Contacts

If you have any issues and/or interest in learning more about the SleepIN platform please don't hesitate to contact us with the contacts listed below:

Screenshots

sleep-in's People

Contributors

gualor avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.