Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
A python program that classifies medical transcripts based on their medical specialty.
- Host: GitHub
- URL: https://github.com/tyronvt/medical-transcript-classifier
- Owner: TyronVT
- Created: 2023-12-15T08:20:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T05:17:19.000Z (about 1 month ago)
- Last Synced: 2024-10-16T12:33:24.074Z (20 days ago)
- Topics: distilbert, kivy, nlp, python, scraping
- Language: Python
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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