Skip to content

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

Notifications You must be signed in to change notification settings

JuliaSzymanska/Self-Diagnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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