ZdrzalikPrzemyslaw / Self-Diagnosis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self-Diagnosis

Status

📝 Table of Contents

🧐 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

{
  "id": "example-id",
  "key": "example-key"
}

translator_api_info.json

{
  "key": "example-key"
}

⛏️ Built Using

✍️ Authors