Welcome to S.E.E.R, your ally in healthcare documentation! 🌟
This web-based application simplifies the complex world of ICD codes and symptom types, making it easily accessible with just a few clicks.
Ever wondered how doctors and healthcare professionals universally identify and classify diseases? Enter the International Classification of Diseases (ICD). It's like a global dictionary for health issues, ensuring a common understanding of illnesses worldwide.
S.E.E.R is designed to simplify the lives of doctors and medical coders, making the complex world of ICD codes and symptom types easily accessible. It's not just a system; it's your ally in healthcare documentation.
S.E.E.R is a web-based application built with Streamlit, the magic wand of interactive web development in Python. We've incorporated MedSpaCy, a specialized medical text processing library, to analyze medical text, extract ICD10 codes, and provide a friendly interface for effortless code searching.
The live site can be accessed via S.E.E.R
- Input your medical text 🔠.
- S.E.E.R analyzes the document with MedSpaCy.
- It extracts ICD10 codes and highlights code-related bits in the original text.
- Effortlessly search for specific terms and navigate the medical coding landscape.
It's not just about accuracy; it's about clarity and making your job easier. With S.E.E.R, healthcare tech becomes a breeze.
Use the following commands to install the required dependencies and run the application locally.
pip install -r requirements.txt
streamlit run seer.py
- A sample data set for reference is being used : Charmhealth Hackathon Resource Files
- ICD 10 Codes
- Medspacy Modules