Skip to content

amansgith/MedAICare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

MedAICare Web Application

This is a web application that uses React for the frontend and Flask for the backend. It allows users to find Nearby hospitals, Detect Diseases through Machine learning, Talk with the chatbot for health recommendation

FrontEnd- Reactjs, JavaScript

Backend- Python, Flask

Features

  • List the main features of your app here
  • Patient Centric App
  • Find nearby Hospitals with Google Maps
  • Disease deteection with 94% and above accuracy
  • Talk with the chatbot which will give heath advises strictly based on Doctor's recommendation and experiences.

Installation

To install and run this app locally, you need to have Node.js, Python, and pip installed on your machine.

Clone the repository

First, clone the repository from GitHub using the following command:

git clone https://github.com/amansgith/MedAICare.git

Setup the Project

Frontend

cd Frontend
npm install  
npm start

Backend

cd ./Backend
pip install virtualenv

paste this command

virtualenv env

now paste this command

.\env\Scripts\activate.ps1

now run

pip install requirements.txt
python app.py

Cheers! Now you are ready to use the app!!