NeuraCare is a federated learning-driven virtual health assistant designed to provide personalized healthcare support while maintaining data privacy. The system leverages natural language processing (NLP) and machine learning within a secure, decentralized framework to deliver health advice, symptom tracking, and medication reminders without compromising sensitive user data.
Version: v1.0.0
📦 Download APK
- AI-Powered Health Assistant: Chat with an intelligent virtual assistant trained on medical knowledge
- Symptom Tracking: Monitor and analyze symptoms over time
- Medication Reminders: Never miss important medications
- Personalized Health Insights: Receive tailored health recommendations
- Frontend: React Native with Expo Go
- UI Framework: React Native components
- Backend Integration: Firebase, Realm
- AI: Google Generative AI
- Storage: Secure on-device storage with encryption
- Node.js (LTS version recommended)
- npm or yarn
- Expo CLI (
npm install -g expo-cli)
-
Clone the repository
git clone https://github.com/yourusername/NeuraCare.git cd NeuraCare -
Install dependencies
npm install
-
Set up environment variables
cp .env.sample .env
Then edit the
.envfile with your API keys and configuration -
Start the development server
npx expo start
The app uses Expo Router for navigation with the following structure:
app/- Main application code and routescomponents/- Reusable UI componentsconstants/- App constants and configurationhooks/- Custom React hooksservices/- API and backend services
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Medical datasets used for training (with proper licensing)
- Open-source libraries that made this project possible
- Healthcare professionals who provided domain expertise