An open API service indexing awesome lists of open source software.

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

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.