steeltroops-ai/medilens
0
MediLens AI - Medical Diagnostics Backend
Clinical-grade AI backend for medical image analysis and biosignal processing.
Features
- RetinaScan AI: Diabetic retinopathy detection from fundus images
- SpeechMD AI: Voice biomarker analysis for neurological assessment
- CardioPredict AI: ECG signal analysis for cardiac conditions
- ChestXplorer AI: Chest X-ray analysis for pulmonary conditions
- AI Explanations: Powered by Cerebras Llama 3.3 70B
Tech Stack
- Framework: FastAPI with async support
- ML: PyTorch, TensorFlow, OpenCV
- Audio: Parselmouth (Praat), librosa
- AI: Cerebras Cloud, AWS Polly
- Database: SQLite with SQLAlchemy
API Endpoints
Environment Variables
Running Locally
cd backend
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000Docker
docker build -t medilens-backend .
docker run -p 7860:7860 --env-file .env medilens-backendDisclaimer
This is a research and educational tool. Always consult with qualified healthcare providers for medical decisions.
License
MIT License
