{"id":25836192,"url":"https://github.com/ariajsarkar/chaemini-ai","last_synced_at":"2026-04-11T12:02:42.323Z","repository":{"id":227684787,"uuid":"772112423","full_name":"AriajSarkar/Chaemini-Ai","owner":"AriajSarkar","description":"Gemini Content Generator enables text and image creation using Google's Gemini models. Features include text generation and vision-based responses. Built with React, Flask, and TypeScript.","archived":false,"fork":false,"pushed_at":"2024-03-20T13:56:05.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-20T17:25:33.700Z","etag":null,"topics":["api-server","axios","axios-react","backend","cors","flask","flask-application","frontend","gemini","gemini-pro","gemini-pro-vision","genai","google-generative-ai","python","react","requests","typescript","vite","vite-proxy"],"latest_commit_sha":null,"homepage":"https://chaemini.netlify.app","language":"TypeScript","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/AriajSarkar.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}},"created_at":"2024-03-14T15:00:46.000Z","updated_at":"2024-03-20T13:43:35.000Z","dependencies_parsed_at":"2024-03-16T15:46:15.709Z","dependency_job_id":"14777751-5cf4-4b85-864f-bbf78d4d93ca","html_url":"https://github.com/AriajSarkar/Chaemini-Ai","commit_stats":null,"previous_names":["ariajsarkar/chaemini-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2FChaemini-Ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2FChaemini-Ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2FChaemini-Ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2FChaemini-Ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AriajSarkar","download_url":"https://codeload.github.com/AriajSarkar/Chaemini-Ai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241304295,"owners_count":19941101,"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":["api-server","axios","axios-react","backend","cors","flask","flask-application","frontend","gemini","gemini-pro","gemini-pro-vision","genai","google-generative-ai","python","react","requests","typescript","vite","vite-proxy"],"created_at":"2025-03-01T01:45:43.364Z","updated_at":"2025-10-11T04:49:24.582Z","avatar_url":"https://github.com/AriajSarkar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gemini Content Generator 🌟\n\nGemini Content Generator is a web application that enables users to create text and image content using Google's Gemini models.\n\n## Features ✨\n\n- **Text Generation**: Utilize the Gemini Pro model to generate text based on a prompt.\n- **Vision-Based Responses**: Upload images to generate vision-based responses using the Gemini Pro Vision model.\n\n## Technologies Used 🛠️\n\n- **React**: Frontend framework for crafting user interfaces.\n- **TypeScript**: A typed superset of JavaScript that compiles to plain JavaScript, enhancing code quality and reliability.\n- **Axios**: Promise-based HTTP client for facilitating requests to the server.\n- **Flask**: Backend framework for constructing web applications in Python, offering flexibility and scalability.\n- **Google GenerativeAI**: API for accessing Google's advanced generative models, powering the core functionality of the application.\n\n## Installation 🚀\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository**:\n\n    ```bash\n    git clone https://github.com/AriajSarkar/Chaemini-Ai.git\n    ```\n\n2. **Install backend dependencies**:\n\n    ```bash\n    cd server\n    ```\n\n    ```bash\n    cp .env.example .env\n    ```\n\n    ```bash\n    python -m venv venv\n    ```\n\n    **On Windows**:\n    ```bash\n    venv\\Scripts\\activate\n    ```\n\n    **On Unix or MacOS**:\n    ```bash\n    source venv/bin/activate\n    ```\n\n    **For Deactivate**:\n    ```bash\n    Deactivate\n    ```\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n    ```bash\n    python gapp.py\n    ```\n\n    **(Optional) If you want to install new dependencies**:\n\n    ```bash\n    pip install --upgrade --force-reinstall -r requirements.txt\n    ```\n\n3. **Install frontend dependencies**:\n\n    ```bash\n    cd web\n    npm install\n    npm run dev\n    ```\n\n## How to Contribute 🤝\n\nContributions are welcome! Please adhere to the following steps:\n\n1. **Fork the repository**.\n2. **Create a new branch**\n\n    (`git checkout -b feature-branch`).\n\n\n5. **Make your changes**.\n\n\n6. **Commit your changes** \n\n    (`git commit -am 'Add new feature'`).\n\n\n7. **Push to the branch** \n\n    (`git push origin feature-branch`).\n\n\n8. **Create a new Pull Request**.\n\n## License 📝\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\nFeel free to customize this README.md file further according to your project's specific details and requirements.\n\n## Additional Notes 📝\n\n- The `venv` directory is a virtual environment used to isolate the project's dependencies from the system's installed packages.\n- The `gapp.py` script is the entry point for the Flask application.\n- The `requirements.txt` file lists the required Python packages for the project.\n- The `npm install` command installs the necessary Node.js packages for the frontend application.\n- The `npm run dev` command starts the development server for the frontend application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariajsarkar%2Fchaemini-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariajsarkar%2Fchaemini-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariajsarkar%2Fchaemini-ai/lists"}