Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-d-roshan/origin-medical
https://github.com/d-d-roshan/origin-medical
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-d-roshan/origin-medical
- Owner: D-D-Roshan
- Created: 2024-11-25T12:48:37.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-11-25T12:59:30.000Z (27 days ago)
- Last Synced: 2024-11-25T13:42:12.819Z (27 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏥 Medical Image Annotation SaaS Tool
## 🚀 Project Overview
This SaaS application aids healthcare lab technicians in annotating medical images accurately. It provides tools for annotation, geometric measurements, DICOM image handling, and image manipulation, improving diagnostic workflows.---
## 📋 Table of Contents
1. [Features](#features)
2. [Tech Stack](#tech-stack)
3. [Setup and Deployment](#setup-and-deployment)---
## 🌟 Features
### Core Functionality
- Upload and view DICOM and PNG images
- Extract and display DICOM metadata (e.g., patient name, study date)---
## 🛠 Tech Stack
### Frontend:
### Backend:
### Additional Libraries:
- **Image Manipulation:** Konva.js
- **DICOM Handling:** Cornerstone.js---
## ⚙️ Setup and Deployment
### Local Development
1. **Clone the Repository:**
```bash
git clone https://github.com/D-D-Roshan/origin-medical
cd origin medical
```2. **Install Dependencies:**
- Frontend:
```bash
cd frontend
npm install
```
- Backend:
```bash
cd backend
npm install
```3. **Start the Application:**
- **Frontend:**
```bash
npm run start
```
- **Backend:**
```bash
npm run server
```### Production Deployment
1. **Build Frontend:**
```bash
cd frontend
npm run build
```2. **Configure Environment Variables:**
Create a `.env` file in the server folder with the following variables:
```plaintext
MONGODB_URI=
PORT=
```3. **Deploy to Cloud Services:**
- Vercel---
## 🚀 Deployed App
🔗 **[Live Demo](https://origin-medical-5fo7.vercel.app/)**---
Enjoy exploring the code, and feel free to contribute! 🌐🩺
## Contact