{"id":28549197,"url":"https://github.com/zayedshahcode/oneai-backend","last_synced_at":"2025-07-06T16:35:01.403Z","repository":{"id":289276388,"uuid":"970707912","full_name":"ZayedShahcode/OneAI-Backend","owner":"ZayedShahcode","description":"A Flask based backend application for my AI powered chatbot","archived":false,"fork":false,"pushed_at":"2025-04-29T13:37:01.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T02:08:35.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ZayedShahcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-22T12:19:28.000Z","updated_at":"2025-04-29T13:37:05.000Z","dependencies_parsed_at":"2025-04-22T13:46:10.549Z","dependency_job_id":"b4396735-20a3-4c7f-97ff-db06effcbb2d","html_url":"https://github.com/ZayedShahcode/OneAI-Backend","commit_stats":null,"previous_names":["zayedshahcode/oneai-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZayedShahcode/OneAI-Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZayedShahcode%2FOneAI-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZayedShahcode%2FOneAI-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZayedShahcode%2FOneAI-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZayedShahcode%2FOneAI-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZayedShahcode","download_url":"https://codeload.github.com/ZayedShahcode/OneAI-Backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZayedShahcode%2FOneAI-Backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263741975,"owners_count":23504355,"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":[],"created_at":"2025-06-10T02:08:35.719Z","updated_at":"2025-07-06T16:35:01.397Z","avatar_url":"https://github.com/ZayedShahcode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask LangChain Chatbot\n\nA web-based AI chatbot application built with Flask and the LangChain framework. This application provides a conversational interface where users can interact with an AI assistant through a clean and responsive web interface.\n\n## Features\n\n- Interactive chat interface\n- Support for multiple language models\n- Customizable chatbot behavior\n- API endpoints for integration with other applications\n- Session management for multiple users\n- Markdown rendering in responses\n\n## Demo\n\n![Chatbot Demo](/api/placeholder/800/400)\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [API Documentation](#api-documentation)\n- [Development](#development)\n- [Deployment](#deployment)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\n### Prerequisites\n\n- Python 3.8 or higher\n- pip (Python package installer)\n- API key for your chosen language model (OpenAI, Anthropic, etc.)\n\n### Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/flask-langchain-chatbot.git\n   cd flask-langchain-chatbot\n   ```\n\n2. Create and activate a virtual environment:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n\n## Configuration\n\nThe application can be configured through the `.env` file:\n\n```\n# API Keys\nLLM_API_KEY=your_api_key_here\nLLM_PROVIDER=openai  # Options: openai, anthropic, etc.\n\n```\n\n## Usage\n\n1. Start the application:\n   ```bash\n   python app.py\n   ```\n   Or for development mode:\n   ```bash\n   flask run --debug\n   ```\n\n2. Start chatting with the AI assistant through the web interface\n\n\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feature-name`\n3. Commit your changes: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin feature-name`\n5. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzayedshahcode%2Foneai-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzayedshahcode%2Foneai-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzayedshahcode%2Foneai-backend/lists"}