Author: Youssef Hatem
This repository contains the Backend API demo for the Skin Disease Diagnosis application. The complete project was developed using Flutter for the frontend and this backend to handle predictions using a machine learning model.
The Skin Disease Diagnosis app assists in identifying common skin conditions by uploading skin images and getting accurate predictions. This backend API performs image classification and returns disease predictions to the Flutter frontend.
- Endpoint for Predictions: Accepts image uploads and returns predicted results.
- JSON-based API: Facilitates easy integration with the Flutter app.
- ML Model Integration: The backend runs a CNN-based model to classify skin diseases.
- Backend Framework: FastAPI
- Machine Learning: TensorFlow/Keras
- Deployment: Localhost / Cloud
- Data Handling: python libraries for image processing
- API Communication: JSON responses for Flutter integration
- Clone the repository:
git clone https://github.com/youssef13494/Skin_App.git