A One Stop Medical Assistant. Features include: Diary, Symptom Checker, Allergy Finder, Hospital/Pharmacy Finder, and Medication Tracker. Implemented with the use of Firebase, Tensorflow + Keras, and Clarifai.
🏠 Homepage
✨ Demo
There is 2 ways to install PocDoc.
-
Method 1 (Recommended)
- In Releases Download the APK
- Drag and Drop the APK in the emulator or use this guide to install on a Android Device (Version 6.0 or above)
-
Method 2
- Fork the Repo
- Clone the Repo
git clone https://github.com/GITHUB_USERNAME/PocDoc-Public.git - Set Up Firebase
- Use the Firebase Docs to set up Firebase in your Project and Add it to Android Studio
- Note: Step 4 IS Required Make sure to add your SHA-1 Key in Firebase: Learn More on How to Find Your SHA-1 Key Here
- Enable Firebase
Authenticationin your Console and EnableEmail/Password Sign InandSign In with Google - Enable
Realtime Databasein your Console and start inDebug Mode
- Use the Firebase Docs to set up Firebase in your Project and Add it to Android Studio
- Set Up PocDoc API
- Follow the PocDoc API Guide Here
- In
styles.xmlChange this line:<string name="base_api_url">YOUR_API_URL_HERE</string>
- Set Up Clarifai
- In Clarifai gather your model id and credentials
- In
FoodAllergyResult.javachange these lines:
And this line:V2Grpc.V2BlockingStub stub = V2Grpc.newBlockingStub(channel) .withCallCredentials(new ClarifaiCallCredentials("YOUR_CLARIFAI_CREDENTIALS"));
PostModelOutputsRequest.newBuilder() .setModelId("YOUR_MODEL_ID")
- Set Up Maps API
- In Google Cloud Platform Enable
Android SDK&Places APIfor Google Maps - Follow this guide to get your API Key.
- Replace this line in
APIQuery.java:
private static String my_api_key="YOUR_API_KEY";
- In Google Cloud Platform Enable
- Run The Project
👤 Arnav Shah & Vishal Dattathreya
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
- Gradle - Dependency Management
- Android Studio - IDE
- Firebase - Backend Structures
- Google ML - AI and ML
Copyright © 2020-2021 Arnav Shah & Vishal Dattathreya.
This project is GPL-3.0 licensed.
.png)