shubhamk-27 / Diagnostic-system-with-pneumonia-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doctor-note

Doctor note is a cloud-based hospital management solution, which helps medical colleges, pharmacies, laboratories and clinics to manage records related to patient registration, treatment and diagnosis.

UI

Screenshot (91)

Some Features

  • Easy UI
    The UI of the website is supereasy to use and consists of required help-texts and visual feedback.
  • Filters
    Fetch required record easily using filters like date, name and diagnosis.
  • Machine Learning
    Pneumonia detection using Chest X-ray.
  • Profile Update functionality
    You can create a profile and personalize it in your own way by changing username, state and all kinds of normal stuffs.
  • CRUD functionality
    User can add,delete,create and view records.
  • JWT authentication
    In authentication, when the user successfully logs in using their credentials, a JSON Web Token will be returned and must be saved locally (typically in local storage, but cookies can be also used), instead of the traditional approach of creating a session in the server and returning a cookie.

Getting Started

Make sure you have Node.js installed

Installing and Starting the Website

  1. Clone the repo
    git clone https://github.com/HekarKET/doctor-note
  2. Change directory
    cd doctor note
  3. Install NPM packages (dependencies)
    npm install
  4. Run app on local server
    npm run dev

Installing and Starting the Server

  1. Clone the repo
    git clone https://github.com/HekarKET/doctor-note
  2. Change directory
    cd Server
  3. Install NPM packages (dependencies)
    npm install
  4. Run app on local server
    npm start

Future Scope

  • Multiple disease prediction
  • Optimize Server model prediction
  • Better UI

About


Languages

Language:JavaScript 93.8%Language:CSS 6.2%