Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChefBot

Chatbot locally feed with recipes, using local chroma_db for searching and using ollama models to retrieve the right recipe upon your conversation with the model

Requirements

  • Python
  • Cue for json validator schema, you can download it from github.com/cue-lang/cue/releases

How to run/develop

Create a virtual environment like

python -m venv .py/venv

Activate the environment and run

pip install -r requirements.txt

For running the interactive chatbot

streamlit run ./scripts/app.py

For validating

cue vet -c ./recetas/schema/schema.cue ./recetas/pizza.json

About

Locally hosted chat bot using own database of recipes for answering

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages