ELEVATING SURVIVAL RATE BY ALLOCATION OF BEDS TO PATIENTS WITH HIGHER CHANCES OF RECOVERY AND GUIDE PATIENTS TO NEARBY HOSPITALS WHICH HAVE AVAILABILITY OF BEDS DURING CRITICAL TIME.
added homepage added corona cases tracker added animations added google translate plugin sitewide
adding the dataset - normalized and cleaned adding the code to do basic inference on dataset about the plots and basic modifications.
added 4 files (Form.php, header.php, footer.php, main.js)
Fuctions -
- Form.php : Shows a materialistic form as well as an integrated Worldwide Corona Tracker. The form is used to take user information as well as their symptoms response.
- Header.php : Integrated accessibility features along with a universal Language Translator and a Dark Mode feature.
- Footer.php : Credentials and basic footer.
- Main.js : This has two functions, First is to take the entries of the form and update it in the Firebase Realtime Database. Second Function is to generate a unique key ID for the User which can be used for retaining the results stored in the Firebase by the AI Model.
added 1 file (query.py)
Fuctions -
- Python Code to query the database - Firebase.
- Update the variable to send to the model for generating the inference part
Plotting, Analysing, Scaling, transformation of dataset
Added 2 files (stat.php, Read.js)
Functions -
- stat.php : Contains the code for displaying the data from the Firebase when the User enters the key.
- Read.js : Contains the backend code for retreiving the fields of the entered key from the Firebase database.
modified 1 file (query.py)
Fuctions -
- Implemented twilio api to send text message to users the key generated and also updating them about the updates on the inference results.
- added form and result pages
- integrated them with the homepage
- integrated them with firebase
- made the form page responsive
added 2 files (hospital_data.xls and firebase_hospital_data.py)
Fuctions -
- Excel sheet made using a webcrawler for the website : https://covid.uhcitp.in/status/dashboard
- Using the python script upload the data to the firebase-database.
1.Selecting the model and fine tuning
Added 2 files (firebase_query.py & joblib_modelv2.joblib)
Fuctions -
- The firebase_query.py takes the form's input and then passes it to our ml model. The ML model then generates a inference out of the data and pushes it to firebase.
- The twilio api is used to send messsages to the users about the key details and once the inference in updated.
- The model's file is generated from the joblib library which exports the model and then it can be used in various scripts.
Modified 1 file (query.py)
Fuctions -
- Integrated sendgrid api to send emails.
- Updated the code-visibilty to proper formattings.
Modified 1 file and added 1 file (firebase_query.py & joblib_modelv3)
Fuctions -
- Updated the training data to work on weightage based methods of the various features.
- Updated the code in firebase_query to send the correct values to firebase.
final commit for front end and backend
Uploaded 1 file (Solace(Final PDF)).pdf:
Function : presentation for pitching