Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

NyashaEysenck/chiremba-skin-service

Domain:

healthcare

Record type:

software
Creator:
Nya
Host:
Chiremba AI is an innovative health diagnosis system leveraging NLP for text-based diagnosis, CNNs for image-based disease detection (e.g., skin diseases), and telemedicine for virtual consultations. Designed for underserved communities in Zimbabwe, it provides accessible, affordable, and accurate healthcare solutions. # Chiremba Skin Disease Detection Service This is a standalone microservice for skin disease detection and classification, part of the Chiremba AI healthcare platform. ## Features - Skin disease classification using deep learning - Support for multiple skin conditions including: - Chickenpox - Cowpox - HFMD - Measles - Monkeypox - Healthy skin detection ## Setup 1. Install dependencies: ```bash pip install -r requirements.txt ``` 2. Ensure the model file `SkinNet-23M.h5` is present in the root directory 3. Run the service: ```bash python main.py ``` The service will start on port 8080 by default. You can modify the port by setting the `PORT` environment variable. ## API Endpoints - `GET /`: Root endpoint with API information - `GET /health`: Health check endpoint - `POST /skindisease_classification`: Main endpoint for skin disease classification - Accepts: Image file upload - Returns: Prediction with confidence scores for top 3 conditions ## Environment Variables - `PORT`: Server port (default: 8080) ## Dependencies See `requirements.txt` for full list of dependencies.

Visit

github.com

Tasks

computer visionimage classification

Tags

fastapipython

Similar

NyashaEysenck/chiremba-full-stackNyashaEysenck/chiremba-ai-backend-image-diagnosis

NyashaEysenck/chiremba-full-stack

Chiremba AI is an innovative health diagnosis system leveraging NLP for text-based diagnosis, CNNs f

NyashaEysenck/chiremba-ai-backend-image-diagnosis

Chiremba AI is an innovative health diagnosis system leveraging NLP for text-based diagnosis, CNNs f