ECG classification using MIT-BIH data, a deep CNN learning implementation of Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network, https://www.nature.com/articles/s41591-018-0268-3 and also deploy the trained model to a web app us...
This product is an implementation of ECG classification using the MIT-BIH dataset. It focuses on training using a MIT-BIH dataset and provides instructions for training, testing, and using the model for ECG classification. The product includes dependencies, setup instructions, and options for trying out the model on different datasets.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.