Skip to content

Imran-ml/Your-AI-Doctor-Using-Your-Custom-Knowledge-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your AI Doctor Using Your Custom Knowledge Base with ChatGPT OpenAI

Table of Contents

Introduction

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.

recording

Environment Setup

Prerequisites: Ensure Python 3.6 or newer is installed on your system.

  1. Create a Virtual Environment:

    • Install virtualenv if you prefer it over the built-in venv (optional):
      pip install virtualenv
    • Create the environment:
      • With venv (Python 3.3+):
        python -m venv env
      • Or, with virtualenv:
        virtualenv env
    • Activate the environment:
      • Windows: env\Scripts\activate
      • Unix/MacOS: source env/bin/activate
    • To deactivate: deactivate
  2. Dependencies: Ensure all dependencies are listed in requirements.txt. Install them using:

    pip install -r requirements.txt

Installation Instructions

To use this project, clone the repository and set up the environment as follows:

  1. Clone the Repository:
    https://github.com/Imran-ml/Your-AI-Doctor-Using-Your-Custom-Knowledge-Base.git
  2. Setup the Environment:
    • Navigate to the project directory and activate the virtual environment.
    • Install the dependencies from requirements.txt.

Usage

To run the app use following command:

    python -m streamlit run app.py

License

This project is made available under the MIT License.

About Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages