Skip to content

Mahak0747/Cura-Genie

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

100 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 CuraGenie - AI-Powered Healthcare Platform

Next.js FastAPI Python TypeScript

Open Source

Transform your healthcare experience with intelligent medical insights

Thanks Banner Typing SVG

CuraGenie - AI-Powered Healthcare Platform

CuraGenie is an open-source AI healthcare platform designed to revolutionize the way we experience healthcare. It brings together AI-driven medical imaging, genomic analysis, real-time health monitoring, and conversational AI into one unified system.

With features like:

πŸ“Š Health Dashboard – Real-time metrics, interactive visualizations, and personalized insights

🧠 AI Health Analytics – Predictive health analysis, risk assessment, and intelligent data processing

πŸ“± Mobile Health Platform – Seamless cross-platform experience with secure offline access

πŸ”’ Data Security – Enterprise-grade encryption and HIPAA-compliant safeguards

🀝 Collaborative Care – Connect patients, doctors, and caregivers in one ecosystem

CuraGenie makes healthcare smarter, more accessible, and truly personalized β€” empowering individuals and healthcare providers with the insights they need to take control of health and wellness.

πŸ“Š Project Insights

🌟 Stars 🍴 Forks πŸ› Issues πŸ”” Open PRs πŸ”• Closed PRs πŸ› οΈ Languages πŸ‘₯ Contributors
Stars Forks Issues Open PRs Closed PRs Languages Count Contributors Count

🌟 Features

πŸ”¬ Medical AI Analysis

  • Brain Tumor Detection - Advanced CNN-based MRI scan analysis
  • Real-time Processing - Instant medical image classification
  • Multiple Tumor Types - Detects Glioma, Meningioma, and other abnormalities
  • Confidence Scoring - Provides accuracy metrics for each prediction

🧬 Genomic Analysis

  • VCF File Processing - Comprehensive genetic variant analysis
  • PRS Calculations - Polygenic Risk Score computation
  • Disease Prediction - AI-powered health risk assessment
  • Personalized Reports - Detailed genomic insights

πŸ’¬ AI Healthcare Chatbot

  • Medical Queries - Intelligent health-related Q&A
  • Symptom Analysis - Preliminary health assessment
  • Treatment Suggestions - Evidence-based recommendations
  • 24/7 Availability - Round-the-clock healthcare support

πŸ“Š Health Dashboard

  • Real-time Monitoring - Live health metrics tracking
  • Interactive Visualizations - Dynamic charts and graphs
  • Progress Tracking - Historical health data analysis
  • Predictive Analytics - Future health trend forecasting

GSSoC Logo

🌟 Exciting News...

πŸš€ This project is now an official part of GirlScript Summer of Code – GSSoC'25! πŸ’ƒπŸŽ‰πŸ’» We're thrilled to welcome contributors from all over India and beyond to collaborate, build, and grow Cura-Genie! Let’s make learning and career development smarter – together! πŸŒŸπŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

πŸ‘©β€πŸ’» GSSoC is one of India’s largest 3-month-long open-source programs that encourages developers of all levels to contribute to real-world projects 🌍 while learning, collaborating, and growing together. 🌱

🌈 With mentorship, community support, and collaborative coding, it's the perfect platform for developers to:

  • ✨ Improve their skills
  • 🀝 Contribute to impactful projects
  • πŸ† Get recognized for their work
  • πŸ“œ Receive certificates and swag!

πŸŽ‰ I can’t wait to welcome new contributors from GSSoC 2025 to this Cura-Genie project family! Let's build, learn, and grow together β€” one commit at a time. πŸ”₯πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

πŸš€ Quick Start

Frontend (Next.js)

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build
npm start

Backend (FastAPI)

cd backend

# Install dependencies
pip install -r requirements.txt

# Start development server
uvicorn main:app --reload --host 0.0.0.0 --port 8000

# Production
uvicorn main:app --host 0.0.0.0 --port 8000

-----------------------------------------------------

🎯 Deployment

Frontend (Vercel)

  1. Connect your repository to Vercel
  2. Set environment variables
  3. Deploy automatically on push

Backend (Railway/Render)

  1. Connect your repository
  2. Set Python environment
  3. Use provided Dockerfile or auto-detection

-----------------------------------------------------

πŸ“ Project Structure

curagenie/
β”œβ”€β”€ frontend/               # Next.js frontend
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ app/           # App router pages
β”‚   β”‚   β”œβ”€β”€ components/    # React components
β”‚   β”‚   └── lib/           # Utilities
β”‚   β”œβ”€β”€ public/            # Static assets
β”‚   └── package.json
β”œβ”€β”€ backend/               # FastAPI backend
β”‚   β”œβ”€β”€ api/              # API routes
β”‚   β”œβ”€β”€ core/             # Core functionality
β”‚   β”œβ”€β”€ db/               # Database models
β”‚   └── requirements.txt
└── README.md

-----------------------------------------------------

πŸ”§ Environment Variables

Frontend (.env.local)

NEXT_PUBLIC_API_URL=http://localhost:8000

Backend (.env)

DATABASE_URL=sqlite:///./curagenie.db
JWT_SECRET_KEY=your-secret-key
OPENAI_API_KEY=your-openai-key

-----------------------------------------------------

πŸ₯ Medical Disclaimer

This platform is for educational and research purposes only. Always consult with qualified healthcare professionals for medical decisions.

πŸ“œ Code of Conduct

Please refer to the Code of Conduct file for guidelines.

πŸ€πŸ‘€ Contribution Guidelines

We love our contributors! If you'd like to help, please check out our CONTRIBUTE.md file for guidelines.

Thank you once again to all our contributors who has contributed to Cura-Genie! Your efforts are truly appreciated. πŸ’–πŸ‘

Contributors

Contributors

See the full list of contributors and their contributions on the GitHub Contributors Graph.

Show some Red Heart by starring this awesome repository!

πŸ’‘ Suggestions & Feedback

Feel free to open issues or discussions if you have any feedback, feature suggestions, or want to collaborate!

πŸ™Œ Support & Star

If you find this project helpful, please give it a star ⭐ to support more such educational initiatives!

πŸ“„ License

The project licensed under the MIT License Will be Coming Soon.

⭐ Stargazers

🍴 Forkers

Forkers

πŸ§‘β€πŸ’»Project Admin:

HARSH GUPTA
HARSH GUPTA

πŸ‘¨β€πŸ« Mentors – Cura-Genie (GSSoC'25)

Role Name GitHub Profile LinkedIn Profile
Mentor 1 Eman Khaliq EmanKhaliq49 eman-khaliq
Mentor 2 Shreeraksha R Adiga shreeraksha2112 shreeraksharadiga

Glowing Star Give us a Star and let's make magic! Glowing Star

Mirror Ball

πŸ‘¨β€πŸ’» Built with ❀️ for advancing personalized healthcare through AI and genomics by the Cura-Genie Team

❀️ Harsh Gupta and Contributors ❀️ open an issue | Report bug

Ready to show off your coding achievements? Get started with Cura-Genie today! πŸš€

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 68.5%
  • Python 29.5%
  • CSS 1.3%
  • Dockerfile 0.4%
  • JavaScript 0.2%
  • Batchfile 0.1%