To set up the project, follow these steps:
- Create a virtual environment using Python 3.8:
- Activate the virtual environment:
- Clone the repository:
- Install the Packages:
- Run the Streamlit app:
python3.8 -m venv venv
source venv/bin/activate
git clone https://github.com/ns9920/NLP_EHR.git
pip install -r requirements.txt
streamlit run app.py
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.