Our app, Digital Health, is mainly focused on Skin Cancer detection. We use ML algorithms, allowing users to simply upload or capture a picture to detect whether it is cancerous or not. The app also includes additional features like UV alerts, as being exposed to high UV values is one of the main causes of skin cancer. Another feature is the summarization of skin medical reports, so that even laymen can understand complex medical terms and reports.
- Navigate to the
appdirectory:cd app - Get the required Flutter dependencies:
flutter pub get
- Run the app:
flutter run
- Navigate to the
serverdirectory:cd server - Install the required Python packages:
pip install -r requirements.txt
- Run the backend server:
python run.py
Made by the Connective Minds team.