{"id":24742396,"url":"https://github.com/subh05sus/geetagpt","last_synced_at":"2025-10-10T10:32:11.440Z","repository":{"id":153944147,"uuid":"622119819","full_name":"subh05sus/GeetaGPT","owner":"subh05sus","description":"A GPT based Chatbot made with Flask which possesses knowledge about Shrimadvagwat Geeta and act like Lord Krishna","archived":false,"fork":false,"pushed_at":"2024-03-04T15:07:19.000Z","size":42577,"stargazers_count":20,"open_issues_count":14,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T20:04:52.337Z","etag":null,"topics":["flask","flask-application","geeta","gpt","gpt-3","gpt3","python"],"latest_commit_sha":null,"homepage":"https://geetagpt.subhadip.me","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/subh05sus.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":"2023-04-01T07:10:44.000Z","updated_at":"2024-11-04T18:17:02.000Z","dependencies_parsed_at":"2023-12-14T18:46:55.059Z","dependency_job_id":"d4a6456b-bdaa-4a4f-b74a-d2e736c77ad0","html_url":"https://github.com/subh05sus/GeetaGPT","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/subh05sus/GeetaGPT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subh05sus%2FGeetaGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subh05sus%2FGeetaGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subh05sus%2FGeetaGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subh05sus%2FGeetaGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subh05sus","download_url":"https://codeload.github.com/subh05sus/GeetaGPT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subh05sus%2FGeetaGPT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003549,"owners_count":26083595,"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-10-10T02:00:06.843Z","response_time":62,"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":["flask","flask-application","geeta","gpt","gpt-3","gpt3","python"],"created_at":"2025-01-28T00:35:19.090Z","updated_at":"2025-10-10T10:32:06.424Z","avatar_url":"https://github.com/subh05sus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GeetaGPT\n\nGeetaGPT is a chatbot built with Flask that embodies the persona of Lord Krishna, possessing extensive knowledge from Shrimadvagwat Geeta. The bot is powered by the OpenAI GPT-3.5 model, capable of answering life problems, providing advice, and offering motivation.\n\n## Features\n\n- **Divine Wisdom:** Acts as a replica of Lord Krishna, answering questions and offering advice based on the teachings of Shrimadvagwat Geeta.\n- **Life Guidance:** Provides insightful responses to life problems and challenges.\n- **Motivational Chat:** Offers motivation and uplifting messages for users feeling low.\n\n## Usage Instructions\n\n1. **Setup:**\n   - Clone the repository: `git clone https://github.com/yourusername/GeetaGPT.git`\n   - Navigate to the project directory: `cd GeetaGPT`\n\n2. **Configuration:**\n   - Create a `.env` file in the root of the project.\n   - Add your OpenAI API key to the `.env` file: `API_KEY=your_openai_api_key`.\n   - Update `main.py` to load the API key from the environment: `OpenAIAPI = os.getenv(\"API_KEY\")`.\n\n3. **Environment Setup:**\n   - Create a virtual environment: `python -m venv venv`\n   - Activate the virtual environment:\n     - On Windows: `venv\\Scripts\\activate`\n     - On Unix or MacOS: `source venv/bin/activate`\n\n4. **Install Dependencies:**\n   - Install required packages: `pip install -r requirements.txt`\n\n5. **Run the Application:**\n   - Start the Flask server: `python main.py`\n   - Access the application in your browser: [http://localhost:80/](http://localhost:80/)\n\n## Screenshots\n\n![Main Page](https://user-images.githubusercontent.com/116567041/229670073-5e64b92c-56fe-4732-b701-5e0bd0e75e05.png)\n![Other](https://user-images.githubusercontent.com/116567041/229670093-0daa5520-8164-46e9-8e4c-0f7bf50d8e4a.png)\n\n## Contribution Guidelines\n\nFeel free to contribute! Follow these steps:\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/your-feature`.\n3. Commit your changes: `git commit -m \"Add your feature\"`.\n4. Push to the branch: `git push origin feature/your-feature`.\n5. Submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgments\n\nSpecial thanks to [OpenAI](https://platform.openai.com/) for providing the powerful GPT-3.5 model.\n\n---\n\nThis project is maintained by [Your Name]. Feel free to reach out with any questions or suggestions!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubh05sus%2Fgeetagpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubh05sus%2Fgeetagpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubh05sus%2Fgeetagpt/lists"}