Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliaszymanska/self-diagnosis
- Owner: JuliaSzymanska
- Created: 2020-10-29T18:34:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T19:54:22.000Z (over 3 years ago)
- Last Synced: 2024-06-17T13:07:37.391Z (5 months ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)Pseudo-medical application for online self-diagnosis with the chat-based interface
Profile Creation
Profile Selection
Chat with Doctor
Covid Mode
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"
}
```- [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- [@JuliaSzymanska](https://github.com/JuliaSzymanska)
- [@ZdrzalikPrzemyslaw](https://github.com/ZdrzalikPrzemyslaw)
- [@oskarolaszczyk](https://github.com/oskarolaszczyk)