This Streamlit application processes medical documents (.docx files) and extracts structured information into a DataFrame.
-
Clone the repository:
git clone https://github.com/yourusername/medical-document-processing.git cd medical-document-processing -
Install dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py