Skip to content

Chaitu7032/Health-Report-Analyzer-chaitu7032

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

76 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🩺 Health Report Analyzer

You can take a look at this project at - Website

Upload your lab reports (PDF/image) and get your health data automatically extracted into organized tables with trend analysis. No more manual data entry!

Open Source

πŸ“Š Project Insights

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

What It Does

  • Upload lab reports and get instant data extraction
  • View results in clean, sortable tables
  • Track trends over time
  • Secure login and data storage

GSSoC Logo

🌟 Exciting News...

πŸš€ This project is now an official part of GirlScript Summer of Code – GSSoC 2025! πŸ’ƒπŸŽ‰πŸ’» We’re thrilled to welcome contributors from all over India and beyond to collaborate, build, and grow with Health-Report-Analyzer. 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 Health-Report-Analyzer project family! Let’s build, learn, and grow together β€” one commit at a time. πŸ”₯πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

Supported Tests

Cholesterol, Blood Sugar, Blood Count, Vitamins, Thyroid, and more.

Tech Stack

React + Node.js + MongoDB + OCR

Quick Start

Prerequisites: Node.js + MongoDB

# Install everything
npm run install-all

# Start the app
npm run dev

Open http://localhost:3000 and start uploading your reports!

Environment Setup

When you fork this repository, you'll need to set up the following environment variables:

Client (.env file in /client directory)

# Development API URL - use localhost during development
VITE_API_URL=http://localhost:5001/api

# Firebase configuration - create your Firebase project at https://console.firebase.google.com/
VITE_FIREBASE_API_KEY="your-api-key"
VITE_FIREBASE_AUTH_DOMAIN="your-project-id.firebaseapp.com"
VITE_FIREBASE_PROJECT_ID="your-project-id"
VITE_FIREBASE_STORAGE_BUCKET="your-project-id.appspot.com"
VITE_FIREBASE_MESSAGING_SENDER_ID="your-sender-id"
VITE_FIREBASE_APP_ID="your-app-id"
VITE_FIREBASE_MEASUREMENT_ID="your-measurement-id"

Server (.env file in /server directory)

PORT=5001
NODE_ENV=development
# Generate a strong random string for JWT_SECRET (use a secure generator)
JWT_SECRET=your-secure-random-string
SESSION_EXPIRE=7d
# Create a MongoDB Atlas cluster or use local MongoDB
MONGODB_URI=mongodb+srv://username:[email protected]/health-report?retryWrites=true&w=majority
# Set to your frontend URL, use localhost during development
FRONTEND_URL=http://localhost:3000

# For password reset functionality
EMAIL_USER[email protected]
# Create an app password if using Gmail: https://myaccount.google.com/apppasswords
EMAIL_PASS=your-app-password

How to get these credentials:

  1. Firebase: Create a Firebase project and get your web app credentials
  2. MongoDB: Set up a MongoDB Atlas cluster or use a local MongoDB instance
  3. JWT Secret: Generate a secure random string using a tool like RandomKeygen
  4. Email (for password reset): Use your Gmail account and create an app password

Common Issues

  • No data extracted? Try PDF instead of image
  • Can't connect? Make sure MongoDB is running
  • Slow upload? Large files take time to process

Security

Your files are processed in memory only - never saved to disk. JWT authentication keeps your data secure.

Disclaimer: For informational purposes only. Always consult healthcare professionals for medical advice.

🀝 Contribution Guidelines

We welcome frontend, backend, AI, and design contributions.
See Code_Of_Conduct.md for details.

πŸ™Œ πŸ‘€ Contributors

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

Contributors

Contributors

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

πŸ“œ License

Licensed under the MIT License.

πŸ’‘ Suggestions & Feedback

Contributions are welcome! If you have ideas for improving Aluma, feel free to open issues, submit a pull request or discussions if you have any feedback, feature suggestions, or want to collaborate!

If you find this project helpful, please give it a star! ⭐

πŸ“¬ Contact For questions, suggestions, or collaboration, reach out via LinkedIn or open an issue!

πŸ‘₯ Project Admin & πŸ‘¨β€πŸ« Mentors – Health-Report-Analyzer (GSSoC'25)

Role Name GitHub Profile LinkedIn Profile
Project Admin YASH VERMA Rajput-xv yash-rajput
Mentor 1 Gauri Madan gauri madaan

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

Back to Top
Mirror Ball

Thanks Banner Typing SVG

Project Admin:

Rajput
YASH VERMA

Made with ❀️ by YASH VERMA and Contributors ❀️ Report Bug β€’ Request Feature β€’ Watch Demo

Stay consistent. Keep the streak alive. πŸ”₯

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.5%
  • CSS 28.1%
  • HTML 0.4%