{"id":21676385,"url":"https://github.com/vishnun0027/llm-powered-chatbot","last_synced_at":"2026-05-04T16:34:43.207Z","repository":{"id":264606481,"uuid":"893509589","full_name":"vishnun0027/LLM-powered-chatbot","owner":"vishnun0027","description":"implement an LLM-powered chatbot. This chatbot will be able to have a conversation and remember previous interactions.","archived":false,"fork":false,"pushed_at":"2024-11-25T09:30:33.000Z","size":142,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T10:11:38.446Z","etag":null,"topics":["chat-history","chat-model","chatbot","conversational-ai","llm","prompt-template","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vishnun0027.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-11-24T16:21:20.000Z","updated_at":"2024-11-25T09:30:36.000Z","dependencies_parsed_at":"2024-11-25T10:48:24.799Z","dependency_job_id":null,"html_url":"https://github.com/vishnun0027/LLM-powered-chatbot","commit_stats":null,"previous_names":["vishnun0027/llm-powered-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FLLM-powered-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FLLM-powered-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FLLM-powered-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnun0027%2FLLM-powered-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishnun0027","download_url":"https://codeload.github.com/vishnun0027/LLM-powered-chatbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244584005,"owners_count":20476451,"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","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":["chat-history","chat-model","chatbot","conversational-ai","llm","prompt-template","streamlit"],"created_at":"2024-11-25T14:13:48.353Z","updated_at":"2026-05-04T16:34:43.166Z","avatar_url":"https://github.com/vishnun0027.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM-powered chatbot 🤖\nA conversational AI chatbot built with Streamlit, LangChain, and Language model (LLM). This chatbot maintains conversation context and provides natural language responses through a clean web interface.\n\n![My Project Logo](img/Screenshot.png)\n\n### Features\n\n- Interactive chat interface built with Streamlit\n- Conversation memory to maintain context across messages\n- Language model powered by Groq's LLama3-8b\n- Error handling and logging\n- Session management for multiple users\n- Customizable language support\n- Clean and intuitive user interface\n\n## Installation\n**1.Clone the repository:**\n```bash\ngit clone https://github.com/vishnun0027/LLM-powered-chatbot.git\ncd LLM-powered-chatbot\n```\n**2.Install the required dependencies:**\n```bash\npip install -r requirements.txt\n```\n**3.Create a .env file in the project root and add your Groq API key:**\n```bash\nGROQ_API_KEY=your_api_key_here\n```\n## Usage\n**1.Start the Streamlit server:**\n```bash\nstreamlit run src/chatbot.py --server.port=8501 --server.address=0.0.0.0\n```\n**2.Open your web browser and navigate to http://localhost:8501**  \n\n**3.Start chatting with the bot!**\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnun0027%2Fllm-powered-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishnun0027%2Fllm-powered-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnun0027%2Fllm-powered-chatbot/lists"}