{"id":27442970,"url":"https://github.com/mnds18/sydney-rag-chatbot","last_synced_at":"2026-04-16T05:03:21.157Z","repository":{"id":287665729,"uuid":"965425895","full_name":"mnds18/sydney-rag-chatbot","owner":"mnds18","description":"End-to-end RAG chatbot powered by LangChain, FAISS, OpenAI GPT-3.5, and Flask. Scrapes live Sydney Wikipedia data and answers questions in real-time","archived":false,"fork":false,"pushed_at":"2025-04-13T07:03:15.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T01:17:47.872Z","etag":null,"topics":["ai","chatbot","datascience","faiss","flask","generativeai","langchain","openai","python","rag","vectorsearch","webscraping"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mnds18.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,"zenodo":null}},"created_at":"2025-04-13T06:15:00.000Z","updated_at":"2025-04-13T07:03:19.000Z","dependencies_parsed_at":"2025-04-13T07:48:58.685Z","dependency_job_id":null,"html_url":"https://github.com/mnds18/sydney-rag-chatbot","commit_stats":null,"previous_names":["mnds18/sydney-rag-chatbot"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnds18%2Fsydney-rag-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnds18%2Fsydney-rag-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnds18%2Fsydney-rag-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnds18%2Fsydney-rag-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnds18","download_url":"https://codeload.github.com/mnds18/sydney-rag-chatbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986314,"owners_count":21194025,"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":["ai","chatbot","datascience","faiss","flask","generativeai","langchain","openai","python","rag","vectorsearch","webscraping"],"created_at":"2025-04-15T01:18:05.612Z","updated_at":"2025-10-20T10:25:38.148Z","avatar_url":"https://github.com/mnds18.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Powered%20By-LangChain-blue\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Vectorstore-FAISS-green\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Language-Python-yellow\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Model-OpenAI%20GPT--3.5-orange\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://render.com/deploy\"\u003e\n    \u003cimg src=\"https://render.com/images/deploy-to-render-button.svg\" alt=\"Deploy to Render\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Mr. Mrig Sydney RAG Chatbot 🐨🛩️\n\nA full-stack **Retrieval-Augmented Generation (RAG)** chatbot trained on live content scraped from Wikipedia (Sydney page).  \nBuilt to demonstrate practical AI product engineering: scraping ➔ vectorizing ➔ retrieval ➔ real-time chat.\n\n---\n\n## 🚀 Features\n\n- 🌐 Live **web scraping** with BeautifulSoup\n- 🧠 **Vector embedding** using HuggingFace models + **FAISS** vector database\n- 🤖 **RAG pipeline** with **OpenAI GPT-3.5 Turbo**\n- 🖥️ Minimalistic **Flask web app** with live chat interface\n- 🔄 **Auto vectorstore management** (create, load, save)\n- ☁️ **One-click deploy to Render**\n\n---\n\n## 📊 Demo Screenshot Chat 1\n![Chat 1](demo/Sydney_Chatbot_1.jpg)\n\n## 📊 Demo Screenshot Chat 1\n![Chat 2](demo/Sydney_Chatbot_2.jpg)\n\n## 📂 Project Structure\n\nsydney-rag-chatbot/ ├── app.py # Main application (Flask + RAG logic) ├── requirements.txt # Python dependencies ├── render.yaml # Render deployment configuration ├── templates/ │ └── index.html # Simple frontend for chatting ├── website_text.txt # (Generated) scraped Wikipedia text ├── faiss_db_folder/ # (Generated) FAISS vector database ├── .env.example # Template for environment variables └── README.md # Documentation\n\n\n---\n\n## 🔑 Environment Variables\n\nTo run this project, you need to configure the following environment variable:\n\n| Variable         | Purpose                                          |\n|:-----------------|:-------------------------------------------------|\n| `OPENAI_API_KEY` | Your OpenAI API key for accessing GPT-3.5 models |\n\n---\n\n### 💻 How to Set It Locally\n\n- Create a `.env` file in your project root.\n- Add this line:\n\n```plaintext\nOPENAI_API_KEY=your-openai-api-key-here\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnds18%2Fsydney-rag-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnds18%2Fsydney-rag-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnds18%2Fsydney-rag-chatbot/lists"}