Built with NainaCore Emotional Engine System (NEES) ππ€
Supporting hospitals, caregivers & individuals with AI-driven emotional intelligence.
NainaCare is an AI-powered emotional care & hospital wellness platform designed to:
- Assist hospitals with patient emotional support
- Empower caregivers with AI-driven tools
- Provide individuals with mental & emotional wellness support
This project integrates cutting-edge AI + Cloud technology to bring emotional intelligence into healthcare.
- π₯ Hospital Integration β Emotional wellness support for patients
- π¬ AI Chat Support β Safe, empathetic AI-powered conversations
- π Web & Mobile Ready β Flutter frontend + FastAPI backend
- βοΈ Google Cloud Run Deployment β Scalable & serverless hosting
- π Safety & Privacy β HIPAA/DPDP ready framework
- Backend: Python (FastAPI, Uvicorn)
- AI Core: NainaCore Emotional Engine System (NEES)
- Frontend: Flutter (Android, iOS, Web)
- Deployment: Google Cloud Run + Docker
- Database: Firestore (Planned)
NainaCare/ βββ api/ # Backend API (FastAPI) β βββ main.py # API endpoints β βββ model.py # Core AI logic β βββ requirements.txt β βββ Dockerfile β βββ app/ # Flutter frontend β βββ android/ β βββ ios/ β βββ web/ β βββ lib/ β βββ webhost/ # Web hosting build βββ README.md # Project documentation βββ .gitignore βββ .gcloudignore
git clone https://github.com/NEES-Anna/Nainacare.git
cd Nainacare/api
2. Install Dependencies
pip install -r requirements.txt
3. Run Locally
uvicorn main:app --reload --port 8080
Visit π http://127.0.0.1:8080/docs
4. Deploy on Google Cloud Run
docker build -t nainacare-api .
docker run -p 8080:8080 nainacare-api
π Live Demo
π NainaCare Demo (Cloud Run)
π API Endpoints
Health Check
GET /health
Response
{ "status": "ok" }
Chat Endpoint
POST /chat
Request
{ "text": "Hello NainaCare", "language": "en" }
Response
{ "reply": "Hi! How are you feeling today?", "sentiment": "positive", "safety": "safe" }
πΈ Screenshots (Optional)
Add some screenshots of the app or API docs here
π¨βπ» Team & Contributors
Founder: Anna (Piyush Jambhulkar) β Creator of NainaCore Emotional Tech
Contributions welcome via PRs π
π Hackathon Participation
This project is being built for the Google Cloud Gen AI Exchange Hackathon π
π License
This project is licensed under the MIT License.
Feel free to use, modify, and share with attribution.
π Built with love by Anna & Naina β Because emotional care matters as much as physical care.