Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThinkAI_hackathon2024

Our project MediGuider :

  • It's a user-friendly chat interface allows patients to upload blood test results and provides clear interpretations
  • Assesses the urgency of the patient's condition and provides guidance on seeking immediate medical attention for urgent issues.

presentation : https://www.canva.com/design/DAGFn83oaH8/6L4JusDRj13_nZF1nYLFSA/edit?utm_content=DAGFn83oaH8&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton

Without Virtual Environment:

  1. Navigate to your project directory using the cd command:

    cd mychatBot
    
  2. Install the required dependencies using pip with the requirements.txt file:

    pip install -r requirements.txt
    
    • Set up the OpenAI API by creating an OpenAI account and obtaining an API key.
    • Then, set the OPENAI_API_KEY environment variable in the main.py file by replacing "YOUR_API_KEY" with your actual API key.
  3. Run the application using the python command:

    python main.py
    

If you want to run in a virtual environment:

  1. Create a virtual environment using the python -m venv command:
    python -m venv chatbot_venv
    
  2. Activate the virtual environment using the appropriate command:
    chatbot_venv\Scripts\activate
  3. Install the required dependencies within the virtual environment using pip with the requirements.txt file:
    pip install -r requirements.txt
    
  4. Set up the OpenAI API as described earlier.
  5. Run the application using the python command:
    python main.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages