{"id":28534414,"url":"https://github.com/dulip-sameera/ai-banking-chatbot","last_synced_at":"2026-04-26T20:31:11.701Z","repository":{"id":296336551,"uuid":"993017036","full_name":"dulip-sameera/ai-banking-chatbot","owner":"dulip-sameera","description":"This AI-powered chatbot simulates an intelligent banking assistant,","archived":false,"fork":false,"pushed_at":"2025-05-30T05:50:11.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T17:12:54.015Z","etag":null,"topics":["chatbot","nltk-python","oop","openai-api","python3","sqlite","tkinter-gui"],"latest_commit_sha":null,"homepage":"","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/dulip-sameera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-05-30T04:38:01.000Z","updated_at":"2025-05-30T05:50:14.000Z","dependencies_parsed_at":"2025-05-30T06:03:29.414Z","dependency_job_id":"a88dde49-438b-4b8c-9e5b-723f5e34494f","html_url":"https://github.com/dulip-sameera/ai-banking-chatbot","commit_stats":null,"previous_names":["dulip-sameera/ai-banking-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dulip-sameera/ai-banking-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fai-banking-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fai-banking-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fai-banking-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fai-banking-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulip-sameera","download_url":"https://codeload.github.com/dulip-sameera/ai-banking-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fai-banking-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chatbot","nltk-python","oop","openai-api","python3","sqlite","tkinter-gui"],"created_at":"2025-06-09T17:11:11.231Z","updated_at":"2026-04-26T20:31:11.696Z","avatar_url":"https://github.com/dulip-sameera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Banking Chatbot\n\nThis AI-powered chatbot simulates an intelligent banking assistant, capable of interacting with users through natural language. Built using Python, Tkinter, and SQLite, it can respond to various banking-related queries about account types, loans, branches, and services. It leverages NLTK for natural language processing and integrates with OpenAI's GPT API to enhance conversational capabilities with dynamic, context-aware responses. Ideal for demonstrating interactive AI in customer service scenarios.\n\n## Technologies Used\n- **Python** – Core programming language for building the application logic.\n- **Tkinter** – Used for creating the graphical user interface (GUI).\n- **SQLite** – Lightweight relational database used for storing banking data and user feedback.\n- **NLTK (Natural Language Toolkit)** – For tokenization, stopword filtering, and basic NLP tasks.\n- **OpenAI GPT API** – For advanced, context-aware conversational responses.\n- **Object-Oriented Programming (OOP)** – Applied for structured and modular code design.\n\n## How to run the application\nFollow these steps to set up and run the application:\n\n### STEP 1: Clone the project\n```\ngit clone \u003crepo-link\u003e\n```\n\n### STEP 2: Create a Virtual Environment (Windows)\nOpen a terminal in the same folder and run the following command to create a Python virtual environment:\n```\npython -m venv venv\n```\n\nOR\n\n### STEP 2: Create a Virtual Environment (Linux)\nOpen a terminal in the same folder and run the following command to create a Python virtual environment:\n```\npython3 -m venv venv\n```\n\n### STEP 3: Activate the Virtual Environment (Windows)\nActivate the virtual environment using the following command:\n```\nvenv\\Scripts\\activate\n```\nOR\n\n### STEP 3: Activate the Virtual Environment (Linux)\nActivate the virtual environment using the following command:\n```\nsource venv/bin/activate\n```\n\n### STEP 4: Install Required Packages\nInstall all required packages listed in the `requirements.txt` file:\n```\npip install -r requirements.txt\n```\n\n### STEP 5: Run the Application\nFinally, run the application using:\n```\npython ./app/main.py\n```\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.\n\n---\nFeel free to fork, modify, or use **AI Banking Chatbot** as a learning resource! 😊  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulip-sameera%2Fai-banking-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdulip-sameera%2Fai-banking-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulip-sameera%2Fai-banking-chatbot/lists"}