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
{
"id": "example-id",
"key": "example-key"
}
translator_api_info.json
{
"key": "example-key"
}
- Java - Programming language
- Gradle - Build automation tool
- SQLite - Database
- Volley - Http library for networking
- Infermedica API - Diagnosing API
- Google Translator API - Translating API