{"id":30061569,"url":"https://github.com/vertocode/ai-coffee-chatbot","last_synced_at":"2025-08-08T02:24:38.925Z","repository":{"id":300317578,"uuid":"1005866716","full_name":"vertocode/ai-coffee-chatbot","owner":"vertocode","description":"A virtual barista chatbot built with LangChain, OpenAI, and Streamlit. It answers questions about a fictional coffee shop, with chat history memory and a cozy, branded UI.","archived":false,"fork":false,"pushed_at":"2025-06-21T01:35:55.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T02:33:04.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vertocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-21T01:19:50.000Z","updated_at":"2025-06-21T01:35:58.000Z","dependencies_parsed_at":"2025-06-21T02:33:16.632Z","dependency_job_id":"eba48b5c-f970-436b-b3c5-af41c86baf48","html_url":"https://github.com/vertocode/ai-coffee-chatbot","commit_stats":null,"previous_names":["vertocode/ai-coffee-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vertocode/ai-coffee-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertocode%2Fai-coffee-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertocode%2Fai-coffee-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertocode%2Fai-coffee-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertocode%2Fai-coffee-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vertocode","download_url":"https://codeload.github.com/vertocode/ai-coffee-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertocode%2Fai-coffee-chatbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269352179,"owners_count":24402754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-08T02:24:35.161Z","updated_at":"2025-08-08T02:24:38.916Z","avatar_url":"https://github.com/vertocode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ☕ AI Coffee Chatbot\n\nThis is a Streamlit-based chatbot application that simulates a virtual coffee seller. The app uses a large language model to help users choose from a set of predefined coffee options.\n\n## Demo\n\n- [YouTube Demo](https://youtu.be/P6QKb9Bdk-k?si=DxDi1Aa3K_u8SfjW)\n\n![img.png](img.png)\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/vertocode/ai-coffee-chatbot\n   cd ai-coffee-chatbot\n   ```\n\n2. (Optional, but recommended) Create and activate a Python virtual environment:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Set your OpenAI API key in a `.env` file:\n   ```\n   OPENAI_API_KEY=your_openai_key_here\n   ```\n\n## Running the App\n\n```bash\nstreamlit run src/app.py\n```\n\nThe app will open in your browser. Just type your coffee preference and the assistant will suggest a drink!\n\n## Customization\n\nYou can customize the coffee types, tone, or assistant personality by modifying the system prompt in `agent.py`.\n\n## License\n\nMIT License. Feel free to modify and use this project for your own virtual store experiments!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertocode%2Fai-coffee-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvertocode%2Fai-coffee-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertocode%2Fai-coffee-chatbot/lists"}