Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliaszymanska/self-diagnosis

Pseudo-medical application for online self-diagnosis with the chat-based interface
https://github.com/juliaszymanska/self-diagnosis

andorid andorid-app chat chatbot coronavirus coversation covid covid-19 diagnosis doctor google-translate-api http-client infermedica infermedica-api java rest-client self-diagnosis sqlite volley

Last synced: about 5 hours ago
JSON representation

Pseudo-medical application for online self-diagnosis with the chat-based interface

Awesome Lists containing this project

README

        



Self-Diagnosis

[![Status](https://img.shields.io/badge/status-finished-success.svg)]()

## 📝 Table of Contents

- [About](#about)
- [Prerequisites](#prerequisites)
- [Built Using](#built_using)
- [Authors](#authors)

## 🧐 About

Pseudo-medical application for online self-diagnosis with the chat-based interface


Profile Creation


Profile Selection


Chat with Doctor


Covid Mode









## 🔑 Prerequisites

In order to run the application you will need to provide it with Infermedica and Google Translate API keys. Put the following files in the Self-Diagnosis\app\src\main\res\raw folder.

api_info.json
```JSON
{
"id": "example-id",
"key": "example-key"
}
```

translator_api_info.json
```JSON
{
"key": "example-key"
}
```

## ⛏️ Built Using

- [Java](www.java.com) - Programming language
- [Gradle](gradle.org) - Build automation tool
- [SQLite](https://www.sqlite.org/index.html) - Database
- [Volley](https://github.com/google/volley) - Http library for networking
- [Infermedica API](https://infermedica.com/) - Diagnosing API
- [Google Translator API](https://cloud.google.com/translate) - Translating API

## ✍️ Authors

- [@JuliaSzymanska](https://github.com/JuliaSzymanska)
- [@ZdrzalikPrzemyslaw](https://github.com/ZdrzalikPrzemyslaw)
- [@oskarolaszczyk](https://github.com/oskarolaszczyk)