This ia a application where user can check the severity of wound (Severe or not) ,can Store the modical history with report , can search its nearby medicals/hospitals , can generate qr code of their profile information and can also deocde it.
-
Clone - git clone https://github.com/Kunal614/Pocket-Medical.git
-
cd Pocket-Medical
-
Create virtual Env. -
- install - pip3 install virtualenv
- virtsualenv .
- (linux) source bin/activate
-
Install all the requirements - pip install -r requirements.txt
-
I used
here map Api
(it is free) Add api key in the Medical and Hospital Function in views.py. -
python3 manage.py makemigrations
-
python3 manage.py migrate
-
python3 manage.py runserver.
-
Cnn model https://github.com/Kunal614/Pocket-Medical-CNN-Model