{"id":22903150,"url":"https://github.com/nk-works/unravelai","last_synced_at":"2025-10-09T21:36:57.785Z","repository":{"id":263276810,"uuid":"889876969","full_name":"NK-Works/UnravelAI","owner":"NK-Works","description":"UnravelAI is an innovative multi-functional AI platform that provides services such as a chatbot for conversational AI, image analysisg, and more. With support for multiple languages, users can interact with the system either via text or voice, allowing for a seamless experience.","archived":false,"fork":false,"pushed_at":"2024-11-25T14:18:50.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T07:21:20.443Z","etag":null,"topics":["chatbot","gemini","gemini-api","gemini-chatbot","generative-ai","python","streamlit-webapp"],"latest_commit_sha":null,"homepage":"https://unravel-ai.streamlit.app/","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/NK-Works.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}},"created_at":"2024-11-17T13:26:04.000Z","updated_at":"2024-11-25T15:44:03.000Z","dependencies_parsed_at":"2024-11-17T14:36:13.449Z","dependency_job_id":"4b2169fc-554d-4c09-a326-154c03177488","html_url":"https://github.com/NK-Works/UnravelAI","commit_stats":null,"previous_names":["nk-works/unravelai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NK-Works/UnravelAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NK-Works%2FUnravelAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NK-Works%2FUnravelAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NK-Works%2FUnravelAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NK-Works%2FUnravelAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NK-Works","download_url":"https://codeload.github.com/NK-Works/UnravelAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NK-Works%2FUnravelAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002055,"owners_count":26083286,"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-09T02:00:07.460Z","response_time":59,"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":["chatbot","gemini","gemini-api","gemini-chatbot","generative-ai","python","streamlit-webapp"],"created_at":"2024-12-14T02:34:26.609Z","updated_at":"2025-10-09T21:36:57.752Z","avatar_url":"https://github.com/NK-Works.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💠 UnravelAI\n\nUnravelAI is an innovative multi-functional AI platform that provides services such as a chatbot for conversational AI, image analysis, and more. With support for multiple languages, users can interact with the system either via text or voice, allowing for a seamless experience.\n\n![UnravelAI](assets/page.png)\n\n## 🚀 Features\n\n- **Chatbot**: Engage with an AI-powered chatbot for answering questions and generating responses based on user input.\n- **Image Analysis**: Upload images and receive proper analysis describing the content of the images.\n- **Voice Interaction**: Record voice input, which is then transcribed and processed to generate responses.\n- **Multilingual Support**: Supports various languages, including English, Hindi, Urdu, French, and more.\n- **User-Friendly Interface**: Built with a modern UI using **Streamlit**, making it easy for users to interact with the AI.\n\n## 🛠️ Technologies Used\n\n- **Python**: Backend logic and AI models.\n- **Streamlit**: For the frontend UI.\n- **Audio Recorder Streamlit**: Used for voice input functionality.\n- **Pillow (PIL)**: Image handling and analysis.\n- **Gemini API**: AI language model for generating responses.\n- **Other Python Libraries**:\n  - `os` for file handling\n  - `tempfile` for creating temporary files\n  - `streamlit_option_menu` for the sidebar menu\n  - `streamlit_util` for utility functions like headers and other custom components\n\n## 📦 Installation\n\nTo run the project locally, follow these steps:\n\n### Prerequisites\n\n1. Python 3.x\n2. Streamlit\n3. Other required dependencies\n\nCheck out [requirements.txt](requirements.txt) for more details.\n\n### Steps\n\n1. **Clone the Repository**\n    ```bash\n    git clone https://github.com/NK-Works/UnravelAI.git\n    cd UnravelAI\n    ```\n\n2. **Create a Virtual Environment**\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n    ```\n\n3. **Install Dependencies**\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Set Up Secrets**\n    Create a `.streamlit/secrets.toml` file and add your API keys:\n    ```toml\n    [gemini]\n    api_key = \"YOUR_API_KEY_HERE\"\n    ```\n    Get your `api_key` from [here](https://aistudio.google.com/app/apikey) for free.\n\n5. **Run the App**\n    ```bash\n    streamlit run main.py\n    ```\n\n## 📈 License\n\nThis project is licensed under the [MIT](https://opensource.org/license/mit/) License. Check the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnk-works%2Funravelai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnk-works%2Funravelai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnk-works%2Funravelai/lists"}