Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyronvt/medical-transcript-classifier

A python program that classifies medical transcripts based on their medical specialty.
https://github.com/tyronvt/medical-transcript-classifier

distilbert kivy nlp python scraping

Last synced: 8 days ago
JSON representation

A python program that classifies medical transcripts based on their medical specialty.

Awesome Lists containing this project

README

        

This application is a medical transcript classifier.

The output will be the corresponding medical specialty in the transcript.

Made with TF DistilBERT

Dataset scraped from https://www.mtsamples.com/index.asp

# TODOs
- Make the code cleaner, current code is modularized for the sake of being modularized.
- Upload the actual model.

# UI