Skip to content

Empowering users with affordable healthcare through AI-driven prescription analysis, medicine insights, and proactive wellness support.

Notifications You must be signed in to change notification settings

swarupecenits/GeniMeds-AI-Powered-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GENIMEDS-AI-POWERED

Transforming Healthcare with Intelligent, Seamless Solutions

Last Commit JavaScript Languages


Built with the tools and technologies:

Express JSON Markdown npm Mongoose

dotenv JavaScript Nodemon OpenAI Axios


Table of Contents


Overview

GeniMeds-AI-Powered is an innovative AI-driven platform designed to enhance medical data processing and decision-making in healthcare.
Leveraging advanced machine learning models and generative AI, this project aims to assist healthcare professionals with tasks such as:

  • Patient data analysis
  • Diagnostic support
  • Automated report generation

The platform is built to be scalable, secure, and easy to integrate into existing medical workflows.


Features

  • 🔬 Medical Data Analysis: Process and analyze patient records using state-of-the-art AI models.
  • 🧐 Generative AI Capabilities: Generate medical reports or summaries from unstructured data using LLMs.
  • ☁️ Scalable Deployment: Deploy using Docker for cloud or on-premise setups.
  • 🔐 Secure Data Handling: Compliance with healthcare data standards (e.g., HIPAA).
  • 🔧 Extensible Architecture: Easily integrates with APIs/databases for real-time access.

Installation

Prerequisites

  • Node JS
  • Vite
  • Git
  • React

Steps

  1. Clone the Repository

    git clone https://github.com/swarupecenits/GeniMeds-AI-Powered-.git
    cd GeniMeds-AI-Powered
  2. Install the dependencies (Using npm)

    npm install
  3. Set Up Environment Variables
    Create a .env file in the root and add:

    AZURE_OPENAI_API_KEY=your_api_key
    AZURE_OPENAI_ENDPOINT=your_endpoint
    DATABASE_URL=your_database_url
  4. Run the application

    npm start

Usage

Run the Application Locally

npm run dev

Access at: http://localhost:5173

Example API Endpoints

  • Analyze Patient Data

    curl -X POST "http://localhost:8000/analyze" \
      -H "Content-Type: application/json" \
      -d '{"patient_data": "Patient symptoms: fever, cough..."}'
  • Generate Report

    curl -X POST "http://localhost:8000/report" \
      -H "Content-Type: application/json" \
      -d '{"data": "Lab results..."}'

Project Structure

genimeds-ai/
├── Backend/
│   ├── config/
│   ├── controllers/
│   ├── middleware/
│   ├── models/
│   ├── routes/
│   ├── services/
│   ├── uploads/
│   ├── .env
│   ├── app.js
│   ├── server.js
│   └── package.json
└── Frontend/
    ├── public/
    ├── src/
    │   ├── assets/
    │   ├── components/
    │   ├── firebase/
    │   └── pages/
    ├── index.html
    ├── package.json
    └── vite.config.js

Contributing

We welcome contributions to enhance GeniMeds-AI-Powered!

To Contribute:

  1. Fork the repository
  2. Create a feature branch
    git checkout -b feature/YourFeature
  3. Commit your changes
    git commit -m "Add YourFeature"
  4. Push to your branch
    git push origin feature/YourFeature
  5. Open a pull request with a detailed description

✅ Please ensure your code passes tests and follows formatting.


Contact

📬 Maintainer: swarupecenits
📧 Email: swarupchanda1963@gmail.com


Built with ❤️ by the GeniMeds team to empower healthcare innovation.

About

Empowering users with affordable healthcare through AI-driven prescription analysis, medicine insights, and proactive wellness support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages