Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 963 Bytes

README.md

File metadata and controls

38 lines (18 loc) · 963 Bytes

Nutriinsight

Project for autonomous agents.

Using: Llama-2 7B, LangChain, HuggingFace, FastAPI, Pydantic, Docker and more.


Platform for creating agents (random generated agents):

  • Mood-Based Recipe Generator:

This agent could generate recipes based on the user's mood or emotions. Users could input how they're feeling, and the agent would suggest recipes that match their mood, such as comfort foods for a bad day or energizing dishes for a productive day.


data

Including data from different sources of the internet, mainly:


Redis

brew install redis

redis-server

awk -F, 'BEGIN {OFS=","} { print "SET",$2, $3}' RAW_recipes.csv | sed 's/"//g'