Skip to content

ddarolfi/medical_text_summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medical Text Summarizer

A Python application that summarizes medical texts using natural language processing techniques.

Overview

This project provides a tool for automatically generating concise summaries of medical documents

Features

  • Text summarization of medical txt files
  • Cleans and parses text files for input into LLM provider
  • Separates text into chunks if above some limit

Installation

Currently the FastAPI, and docker container are not in a working state. Therefore to use, create a simple python environment

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt

Usage

python main.py /path/to/file(s).txt

About

Summarizes inputed medical texts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published