{"id":24564830,"url":"https://github.com/subho004/batgpt","last_synced_at":"2026-04-30T08:31:23.943Z","repository":{"id":217085842,"uuid":"743057025","full_name":"subho004/BatGPT","owner":"subho004","description":"A Flask-based web application that brings Batman's charm to your conversations. Send an image or text, and Batman will share a Bat-fact with a subtle, dark remark.","archived":false,"fork":false,"pushed_at":"2024-01-14T14:19:45.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T08:38:06.452Z","etag":null,"topics":["ai","batman","bootstrap","chatbot","dark-humor","flask","generative-ai","jquery","machine-learning","python","vertex-ai","web-application","web-development"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/subho004.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-01-14T07:24:10.000Z","updated_at":"2024-01-14T14:10:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"8984839e-5353-47e6-8f64-0fd74b23fa5a","html_url":"https://github.com/subho004/BatGPT","commit_stats":null,"previous_names":["subho004/batchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/subho004/BatGPT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subho004%2FBatGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subho004%2FBatGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subho004%2FBatGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subho004%2FBatGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subho004","download_url":"https://codeload.github.com/subho004/BatGPT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subho004%2FBatGPT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32459420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["ai","batman","bootstrap","chatbot","dark-humor","flask","generative-ai","jquery","machine-learning","python","vertex-ai","web-application","web-development"],"created_at":"2025-01-23T11:29:36.075Z","updated_at":"2026-04-30T08:31:23.927Z","avatar_url":"https://github.com/subho004.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"  \u003ch3 align=\"center\"\u003eBatChat: The Dark Conversations\u003c/h3\u003e\n\n## 📋 \u003ca name=\"table\"\u003eTable of Contents\u003c/a\u003e\n\n1. 🤖 [Introduction](#introduction)\n2. ⚙️ [Tech Stack](#tech-stack)\n3. 🔋 [Features](#features)\n4. 🤸 [Quick Start](#quick-start)\n5. 🕸️ [Video Demo](#video)\n6. 🔗 [Screenshots](#image)\n7. 📖 [Reference](#reference)\n8. 💁🏽 [Contributing](#contribute)\n\n## \u003ca name=\"introduction\"\u003e🤖 Introduction\u003c/a\u003e\nBatChat is a Flask-based web application that brings Batman's charm to your conversations. Send an image or text, and Batman will share a Bat-fact with a subtle, dark remark.\n\n## \u003ca name=\"tech-stack\"\u003e⚙️ Tech Stack\u003c/a\u003e\n\n- **Web Framework:** Flask\n- **Frontend:** HTML, CSS, Bootstrap\n- **JavaScript Library:** jQuery\n- **AJAX Library:** jQuery\n- **Back-end:** Python\n- **Generative AI:** Google's Vertex AI, Gemini-pro-vision, gemini-pro\n- **Version Control:** Git\n- **Hosting:** Localhost (for development), Heroku, AWS, or Google Cloud (for deployment)\n- **Database (Optional):** SQLite or any preferred database\n- \n## \u003ca name=\"features\"\u003e🔋 Features\u003c/a\u003e\n\n- Batman-themed chatbot.\n- Upload an image for a Bat-fact.\n- Receive funny, sarcastic notes from Batman.\n- Send a text and get detailed explanation.\n- Get image details in the most innovative way\n\n## \u003ca name=\"quick-start\"\u003e🤸 Quick Start\u003c/a\u003e\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/subho004/BatGPT.git\n```\n\n2. **Navigate to the project folder:**\n\n```bash\ncd BatGPT\n```\n\n3. **Set up a virtual environment:**\n\n```bash\npython3 -m venv venv\n```\n\n4. **Activate the virtual environment:**\n\n- On Windows:\n\n  ```bash\n    .\\venv\\Scripts\\activate\n  ```\n\n- On macOS/Linux:\n\n  ```bash\n    source venv/bin/activate\n  ```\n\n5. **Install Dependencies**\n\n```bash\npip install Flask\npip install marko google-generativeai\n```\n\n6. **Set up the environment variable for your API key:**\n\n- Log in to your [Google AI](https://makersuite.google.com/) Studio account.\n- Create a new API KEY.\n- Note the API Key in a secure location.\n\n\n  ```bash\n    export API_KEY=your_api_key\n  ```\n\n7. **Run the application:**\n\n```bash\npython app.py\n````\n\n8. **Use the application**\nOpen your web browser and go to ```http://localhost:8080``` to access BatChat.\n\n## \u003ca name=\"video\"\u003e 🎥 Video Demo\u003c/a\u003e\n\n### Version 2.0\n\n\nhttps://github.com/subho004/BatGPT/assets/91646273/96cab8fb-1e3e-41f3-af28-7976892f1321\n\n\n\n### Version 1.0\nhttps://github.com/subho004/BatChat/assets/91646273/76fcc069-2372-4f33-8953-55dc055a5513\n\n\n\n## \u003ca name=\"image\"\u003e📱 Screenshots\u003c/a\u003e\n\n### Version 2.0\n\u003cimg width=\"1678\" alt=\"Screenshot 2024-01-14 at 6 10 06 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/3b44564c-82de-4264-b9f4-bc2b11859e20\"\u003e\n\u003cimg width=\"1674\" alt=\"Screenshot 2024-01-14 at 6 11 17 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/96965b82-4b06-45a2-b78e-89c48cd5c75f\"\u003e\n\u003cimg width=\"1680\" alt=\"Screenshot 2024-01-14 at 6 31 47 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/f322ffa9-dfc5-47d5-9d55-86b48361dda0\"\u003e\n\u003cimg width=\"1674\" alt=\"Screenshot 2024-01-14 at 6 32 09 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/8b4980fe-f38d-4606-84c2-31469ec5cdfc\"\u003e\n\u003cimg width=\"1680\" alt=\"Screenshot 2024-01-14 at 6 34 24 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/a4091f3a-bc25-4d6b-b427-b2d10813131a\"\u003e\n\u003cimg width=\"1680\" alt=\"Screenshot 2024-01-14 at 6 32 52 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/fad618bf-99eb-4cd1-837b-c8b8e62284d0\"\u003e\n\u003cimg width=\"1680\" alt=\"Screenshot 2024-01-14 at 6 33 58 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/249a6cc1-8ffc-48d4-8aca-82dc8250324e\"\u003e\n\u003cimg width=\"1679\" alt=\"Screenshot 2024-01-14 at 6 34 41 PM\" src=\"https://github.com/subho004/BatGPT/assets/91646273/ffdc5734-12d9-4e39-a901-a8af5debefea\"\u003e\n\n\n\n\n\n\n\n### Version 1.0\n\u003cimg width=\"1663\" alt=\"Screenshot 2024-01-14 at 12 47 37 PM\" src=\"https://github.com/subho004/BatChat/assets/91646273/48f9ece6-2b4b-40a5-94d1-f944a90346d8\"\u003e\n\n## \u003ca name=\"reference\"\u003e📖 Reference\u003c/a\u003e\n\n[Google CodeLab\n](https://xprilion.com/codelab/gemini-pro-vision-multimodal-python-flask-generative-ai-example/#0)\n## \u003ca name=\"contribute\"\u003e💁🏽 Contributing\u003c/a\u003e\n\nContributions are welcome! If you have ideas for new features, improvements, or find any issues, feel free to open an issue or submit a pull request.\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubho004%2Fbatgpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubho004%2Fbatgpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubho004%2Fbatgpt/lists"}