What it does

It takes user prompt and replies to user about their health concerns

How we built it

We built it using openai api and phython streamlit

Challenges we ran into

Outputting the message recieved from openai and having a good UI/UX

Setup

  1. Clone the repository:

    git clone https://github.com/tannicflux/DR.ai.git
    
  2. Navigate to the project directory:

    cd DR.ai
    
  3. Install the required dependencies:

    pip install streamlit
    
  4. Add your OpenAI API key and Assistant ID to the app.py file:

    openai_api_key = "add_your_openai_api_key_here"
    assistant_id = "add_your_assistant_id_here"
    

Usage

Run the Streamlit app:

streamlit run app.py

Accomplishments that we're proud of

Setting up a running phython based app in a day

What we learned

streamlit and openai assistants api

What's next for DR.ai

Travel Guide

Built With

  • phython
Share this project:

Updates