AI Doctor Chat is an innovative system that leverages AI and NLP technologies to provide medical advice and answer health-related queries through natural language conversations.
Prerequisites: Ensure Python 3.6 or newer is installed on your system.
-
Create a Virtual Environment:
- Install
virtualenvif you prefer it over the built-invenv(optional):pip install virtualenv
- Create the environment:
- With
venv(Python 3.3+):python -m venv env
- Or, with
virtualenv:virtualenv env
- With
- Activate the environment:
- Windows:
env\Scripts\activate - Unix/MacOS:
source env/bin/activate
- Windows:
- To deactivate:
deactivate
- Install
-
Dependencies: Ensure all dependencies are listed in
requirements.txt. Install them using:pip install -r requirements.txt
To use this project, clone the repository and set up the environment as follows:
- Clone the Repository:
https://github.com/Imran-ml/Your-AI-Doctor-Using-Your-Custom-Knowledge-Base.git
- Setup the Environment:
- Navigate to the project directory and activate the virtual environment.
- Install the dependencies from
requirements.txt.
To run the app use following command:
python -m streamlit run app.pyThis project is made available under the MIT License.
- Name: Muhammad Imran Zaman
- Email: imranzaman.ml@gmail.com
- Professional Links:
- Project Repository: GitHub Repo
