Skip to content

irafayabdul/HealthBot_AI-Powered_Patient_Education_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Follow the instruction provided on the project information page.

Use the starter notebook as a starting point for your project.

Setup

Dependencies

All dependencies needed for the project should already be installed in your workspace, but they are also at the top of the notebook in case you need to re-install for any reason.

Tavily

Sign up for a free Tavily account, which will allow you to search the web and get back N pages and textual content for the pages, for free (first 1000 requests are free)

After signing up, you can get your API key here: https://app.tavily.com/home

OpenAI

An OpenAI key should be provided to you by Udacity.

config.env

Create a file named .env in the same directory as the starter notebook.

Use this config.env to house your api keys for OpenAI and Tavily.

OPENAI_API_KEY="sk-Y***"
TAVILY_API_KEY="tvly-***"

About

Project for Udacity AI Agents with LangChain and LangGraph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published