You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daisy is an innovative dermatological AI system application for your skin aimed at detecting early skin diseases using image processing and machine learning. This repository contains the cloud computing components of the Daisy project, including APIs for authentication, news fetching, and machine learning model integration.
Authentication: Secure user authentication using Firebase.
Machine Learning: Analyze uploaded images for eye disease detection using a machine learning model.
🔗 APIs
Authentication API
Base URL/Endpoint: https://asia-southeast2-inbound-decker-441613-s6.cloudfunctions.net/app
Methods:
POST api/register: Register a new user.
POST api/login: Authenticate an existing user.
POST api/reset-password: Change user password.
POST api/logout: Logging out user account
Machine Learning API
Base URL/Endpoint: lorem ipsum
Methods:
POST /image: Analyze the uploaded image for skin disease detection.
Daisy Architecture
About
This repository is belongs to Cloud Computing Team from Daisy Team that develop the APIs for the application and also deploy configuration for DAISY App