Giter Site home page Giter Site logo

atharvaze / lifemedeasy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from avinashkranjan/lifemedeasy

0.0 1.0 0.0 1.58 MB

๐Ÿฉบ lifeMEDeasy - Automating Healthcare โš•

License: Apache License 2.0

Python 35.19% HTML 3.04% CSS 10.62% JavaScript 50.84% Shell 0.31%

lifemedeasy's Introduction

lifeMEDeasy

forthebadge forthebadge forthebadge forthebadge

Automating Healthcare ๐Ÿฉบ

Our Mission is to automate Healthcare and make Health facilities available to everyone regardless of their limitations
Our Goals:

  1. Automate Healthcare Medical Appointments
  2. Online Disease Severity Prediction based on input symptoms through AI enabled chat-bots
  3. Online Medical Document Storage for Doctor-Patient Interactions
  4. e-Ambulance Tracking

Module-Wise Description ๐Ÿ—’

  • Registration ๐Ÿ“
    The web application would have a facility for the user's to register as either doctors or patients. Both of them would have access to specific features of the application. The hospitals could manage the patient's appointments and assign appropriate slots for particular consultations.

  • Appointment Scheduler ๐Ÿ“…
    The patient would be able to book appointments for the particular time slots he wishes to visit the hospital for.

  • Disease severity prediction ๐Ÿค’
    This module would provide an automated, AI enabled chatbot which would provide inputs on the medical condition of the user, in case medical help is not accessible

  • Medical Record Storage ๐Ÿ“™
    This module would enable online storage of patient's documents, this will help preserve them and avoid the hassle of carrying them for every consultation.

  • e-Ambulance Tracking ๐Ÿš‘
    It would aid people in urgent need of medical help, the web app would provide the facility to book and track ambulances for essential help.

How to run the project locally? [Using Scripts]

Windows

$ cd scripts
$ sh startbackend.sh
$ sh startfrontend.sh

Unix/Linux/Mac

$ cd scripts
$ chmod +x startbackend.sh
$ ./startbackend.sh
$ chmod +x startfrontend.sh
$ ./startfrontend.sh

Running this project on your local computer. [Convential Method]

Prerequistes

Step by Step Guide to install the project

  • Fork the repository and create a clone of it on your computer.
  • Go to the the command line and type cd lifeMEDeasy
  • Run the following command to import the node modules & start the frontend.
$ npm install && npm start
  • Run the following command to start the development server at http://localhost:3000 and port number 3000.

Installing the backend

  • Run the command in console:
$ pip install -r requirements.txt
  • Go the the directory where Django project is present and manage.py file is present.
  • Run following commands in the cmd:
$ python manage.py make migrations
$ python manage.py migrate
$ python manage.py runserver
  • Your project is running on your local host http://127.0.0.1 and port number 8000.

Contributors โœจ

Thanks goes to these wonderful people. ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Contributions of any kind welcome! ๐ŸŒŸ

Project Admin โค๏ธ

lifemedeasy's People

Contributors

avinashkranjan avatar dependabot[bot] avatar allcontributors[bot] avatar atharvaze avatar harshita-kanal avatar wadermanasi avatar codeshruti avatar puneetpunamiya avatar gurshehzadsingh avatar manishgotame avatar khareyash05 avatar sohampatil17 avatar a-hk avatar aasthajain123 avatar arnab9674 avatar chetan-rns avatar dinesh9718 avatar muthuannamalai12 avatar

Watchers

James Cloos 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.