Skip to content

Repository for Death Clock, Hackathon event in GDSC WOW

Notifications You must be signed in to change notification settings

Luxxgit2k4/gdsc-wow-hackathon

 
 

Repository files navigation

Death Clock

Disclaimer

Use the pre-trained models instead of building your own model for the hackathon

This repository contains the boilerplate code for the Mortality Dataset. You can refer to the kaggle workspaces to fetch/download your data.

Description of files

FileName Functionality
App.py Contains the HTTP server
model-train.ipynb Notebook for training
model.json Saved model
model.h5 Saved weights of the previous training
Requirements.txt Dependencies used

Flow

  • Install dependencies
pip install -r requirements.txt
  • Test the server
python app.py
  • Train the model Open the Jupyter Notebook and tune the model for higher accuracy
  • Save the model
model.save()
  • Test the model
  • Deploy it

Reccomenedations

Once you've completed tuning the model for higher accuracy, you can train the model on:

About

Repository for Death Clock, Hackathon event in GDSC WOW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.7%
  • Python 1.3%