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
- 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.
To install and run this app locally, you need to have Node.js, Python, and pip installed on your machine.
First, clone the repository from GitHub using the following command:
git clone https://github.com/amansgith/MedAICare.git
cd Frontend
npm install
npm start
cd ./Backend
pip install virtualenv
virtualenv env
.\env\Scripts\activate.ps1
pip install requirements.txt
python app.py