https://github.com/saransh-cpp/covidscan
Semester project for Computational Biology
https://github.com/saransh-cpp/covidscan
Last synced: about 1 year ago
JSON representation
Semester project for Computational Biology
- Host: GitHub
- URL: https://github.com/saransh-cpp/covidscan
- Owner: Saransh-cpp
- Created: 2022-04-07T21:23:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T08:36:46.000Z (about 4 years ago)
- Last Synced: 2025-02-01T09:13:34.854Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CovidScan
Covid-19 using transfer learning.
## Description
- Through this app, a user can take a picture of their lung scans.
- The app uploads the image file to [CovidScanBackend](https://github.com/Saransh-cpp/CovidScanBackend), which is trained, using transfer learning, on a dataset of 10,000+ indoor images.
- The API returns a specific category (positive or negative) which is then either, only displayed, or, displayed and spoken (text to speech).
- The user can easily select if they want the app to speak or not.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.