Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Peacify is a mobile app designed to help users analyze and manage their mental h

---

## 📝 **Resume Highlights**
- See [RESUME_POINTS.md](./RESUME_POINTS.md) for a project-wide, resume-ready summary.
- Built a cross-platform Flutter app using BLoC with Firebase authentication and storage for secure user onboarding.
- Integrated two Flask-hosted ML models (depression severity and stress scoring) to deliver personalized mental health insights.
- Added an AI chatbot plus curated helpline, psychiatrist directory, diet plans, and calm music to support user well-being.
- Tested and deployed backend APIs on Render, using Postman for verification.

---

## 🌟 **Features**

1. **🛂 Login and Signup**
Expand Down
6 changes: 6 additions & 0 deletions RESUME_POINTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Resume Bullet Points (Project-Wide)

- Built a cross-platform Flutter app using BLoC with Firebase Authentication and Google Sign-In to gate onboarding/login/signup flows into the multi-screen home experience.
- Integrated wellness features across the app: helpline and psychiatrist directory screens, diet plans, calm-music player, and stress/depression survey UIs that call hosted APIs for personalized scores.
- Developed Python/Flask ML services, including a PyTorch intent-classifier chatbot (`/chat`) and a stress prediction API (`/predict`) backed by trained models and datasets.
- Connected the Flutter client to the Flask APIs via HTTP (e.g., survey submission to the Render-hosted endpoint) to deliver in-app mental health insights.