Doctor's assistant is a mobile application which supports psychiatrs in their work with patients. The project MVP is being developed as a part of Project Summer AILab&Glider event. The application is being implemented with Expo platform in a managed workflow.
The main app feature includes:
- 📒 Conducting a medical interview
- 💊 Making a diagnose
- 👨⚕️👩⚕️ Patients management
- Clone the repository e.g.:
git clone https://github.com/Project-Summer-AI-Lab-Glider/doctors-assistant-app.git
- Install required dependencies. In the main project directory run:
yarn install
- Build the project
expo start
- Run the application on:
-
Android device:
- Download Expo app - Google Play
- Scan the QR code - if your computer is connected to different network than your smartphone use Tunnel connection.
- Or Connect device via USB cable (enable USB debbuging before it)
-
iOS device:
- Download Expo app - App Store
- Login to app and send a link to your email address from expo page
-
Android emulator: Expo docs
-
iOS simulator: Expo docs