Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/and1maestro/cocktail-advisor
This simple chatbot uses a CSV dataset with 425 alcoholic and non-alcoholic drinks. It can be used to learn more about different cocktails, get recommendations etc. Also it has an ability to remember user's preferences (for example, favorite ingredients), although the implementation is very basic.
https://github.com/and1maestro/cocktail-advisor
chatbot csv faiss langchain openai python vector-database
Last synced: 11 days ago
JSON representation
This simple chatbot uses a CSV dataset with 425 alcoholic and non-alcoholic drinks. It can be used to learn more about different cocktails, get recommendations etc. Also it has an ability to remember user's preferences (for example, favorite ingredients), although the implementation is very basic.
- Host: GitHub
- URL: https://github.com/and1maestro/cocktail-advisor
- Owner: and1maestro
- Created: 2025-01-26T11:41:59.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T11:49:48.000Z (13 days ago)
- Last Synced: 2025-01-26T12:25:29.824Z (13 days ago)
- Topics: chatbot, csv, faiss, langchain, openai, python, vector-database
- Language: Jupyter Notebook
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/index.faiss
Awesome Lists containing this project
README
# cocktail-advisor
This simple chatbot uses a CSV dataset with 425 alcoholic and non-alcoholic drinks. It can be used to learn more about different cocktails, get recommendations etc. Also it has an ability to remember user's preferences (for example, favorite ingredients), but the implementation is very basic.To start the app open cmd and run "python main.py" (Might need to open main.py in IDE and enter own OpenAI api key).
requirements.txt is present.