Table of Contents
Healthease is an AI-powered mobile healthcare app designed to simplify the patient experience, streamline hospital operations, and assist doctors in managing appointments.
-
Patient App:
- Book doctor appointments effortlessly.
- AI chatbot (powered by Gemini API) for personalized meal suggestions.
- Medicine recognition scanner using ML Kit and Text-to-Speech.
- Record-keeping for prescriptions and medical history.
- Full support for Urdu language.
-
Doctor App:
- View and manage patient appointments.
- Digital prescription functionality.
-
Hospital App:
- Register hospitals and post doctor profiles with availability.
-
Admin Panel:
- Web-based panel for managing app users and data (built with React.js).
-
Get a free API Key at https://aistudio.google.com/apikey
-
Clone this repository:
git clone https://github.com/Souhaib-789/HealthEase
-
Enter your API in
src/apis/Gemini.js
const API_KEY = 'ENTER YOUR API';
-
Install NPM packages
npm install or yarn install
-
Run the project
npx react-native run-android
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Muhammad Souhaib - @Souhaib - souhaibsouhaib838@gmail.com
Project Link: https://github.com/Souhaib-789/HealthEase