-
install python from here
-
open terminal/cmd and navigate to directory.
-
clone this repo
-
then navigate to the cloned directory using
cd medical-care-app-repo
-
if using mac os or linux then copy the following code and past it in terminal
python3 -m venv venv source venv/bin/activate
-
if using windows then copy the following code and past it in cmd
python -m venv venv venv/Scripts/activate.bat
-
for installing dependencies hen copy the following code
pip3 -r requirements.txt
-
goto Google Firebase and create a project.
-
goto project setteng, in prject setting goto service account scroll click on generate new private key.
-
open downloaded file, copy contents and past it into serviceAccount.json file.
-
open .env file. a. goto firebase project goto project setting copy web api key and past it infront of FIREBASE_WEB_API_KEY in place of *. b. Enter your email infront of GMAIL inplace of *. c. enter your emal infront of PASSWORD in place of *.
-
finally write to run web app write in terminal/cmd:
flask run --host 0.0.0.0
-
firt link will is used to access web app in local machine
-
the second link is used to access web in local network
-
if you want to access this app globally for short time then install ngrok and copy the following command in past it terminal or cmd:
ngrok http 5000
-
copy the link and share it.
-
smile 🙂.
-
Notifications
You must be signed in to change notification settings - Fork 1
chardiwall/medical-care-app-repo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Medical care is a complete web application that takes image as input and classify it.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published