Skip to content

A bot that recommends a program of study at Udacity

Notifications You must be signed in to change notification settings

scbrubaker02/uconsultant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UConsultant Bot

This is a toy project that I used to explore langchain and the use of tools for LLMs. It is a simple AI assistant that helps users assemble a sequence of courses to take from the Udacity catalog.

Setup

Create a virtual environment, activate it, and install dependencies in the usual way

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Next, you will need to include your OpenAI API key in the .env file.

OPENAI_API_KEY=<insert your key here>

Development

Run and interact with the bot at http://localhost:8501

streamlit run uconsultant.py

About

A bot that recommends a program of study at Udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages