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: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T11:49:48.000Z (over 1 year ago)
- Last Synced: 2025-03-23T01:11:52.046Z (over 1 year ago)
- Topics: chatbot, csv, faiss, langchain, openai, python, vector-database
- Language: Jupyter Notebook
- Homepage:
- Size: 77.1 KB
- 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.