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

ZdrzalikPrzemyslaw/Self-Diagnosis

This branch is 1 commit behind oskarolaszczyk/Self-Diagnosis:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c001598 Β· Mar 14, 2021
Mar 14, 2021
Jan 31, 2021
Feb 1, 2021
Mar 14, 2021
Dec 20, 2020

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