{"id":19447707,"url":"https://github.com/yanivhaliwa/chatwithaimodels","last_synced_at":"2026-07-18T16:30:18.292Z","repository":{"id":259120178,"uuid":"867833725","full_name":"YanivHaliwa/chatwithAImodels","owner":"YanivHaliwa","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-03T18:53:18.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T19:41:14.805Z","etag":null,"topics":["ai","anthropic","anthropic-claude","audio-processing","chatbot","gpt","hume","machine-learning","nlp","python","voice-analysis","voice-recognition"],"latest_commit_sha":null,"homepage":"","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/YanivHaliwa.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-10-04T20:14:36.000Z","updated_at":"2025-02-03T18:53:21.000Z","dependencies_parsed_at":"2025-02-03T19:34:11.491Z","dependency_job_id":"66e18454-4a34-46e3-af52-944feaa49151","html_url":"https://github.com/YanivHaliwa/chatwithAImodels","commit_stats":null,"previous_names":["yanivhaliwa/chatwithaimodels"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanivHaliwa%2FchatwithAImodels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanivHaliwa%2FchatwithAImodels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanivHaliwa%2FchatwithAImodels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanivHaliwa%2FchatwithAImodels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YanivHaliwa","download_url":"https://codeload.github.com/YanivHaliwa/chatwithAImodels/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240636665,"owners_count":19832922,"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":["ai","anthropic","anthropic-claude","audio-processing","chatbot","gpt","hume","machine-learning","nlp","python","voice-analysis","voice-recognition"],"created_at":"2024-11-10T16:19:12.903Z","updated_at":"2026-07-18T16:30:18.210Z","avatar_url":"https://github.com/YanivHaliwa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AI Chatbot and Audio Analysis Scripts\n\nThis repository contains a collection of Python scripts for various AI-powered chatbots and audio analysis tools. Each script uses different AI models and APIs to provide unique functionalities.\n\n## Scripts Overview\n\n1. **chatcl.py** - Claude Chatbot\n   - Uses Anthropic's Claude API\n   - Features: URL text extraction, conversation history, artifact handling\n   - Supports various file types for content analysis\n\n2. **chatclpic.py** - Claude Chatbot with Image Support\n   - Extension of chatcl.py with added image processing capabilities\n   - Can handle both local image files and image URLs\n\n3. **chatco.py** - Cohere Chatbot\n   - Utilizes Cohere's AI model\n   - Features: URL text extraction, file reading (including PDFs, Excel, CSV)\n   - Supports online/offline modes for web search integration\n\n4. **chatgo.py** - Google Gemini Chatbot\n   - Implements a chatbot using Google's Generative AI (Gemini)\n   - Features: URL text extraction, conversation history\n\n5. **audio.py** - Audio Analysis with Google's Gemini AI\n   - Uses Google's Gemini API for audio file analysis\n   - Provides a brief summary of the audio content\n\n6. **chat-hume.py** - Real-time Voice Analysis with Hume AI\n   - Uses Hume's Voice API for real-time speech analysis\n   - Features: Live transcription and emotion voice index (EVI) analysis\n\n## Requirements\n\n- Python 3.x\n- Various Python libraries (see requirements.txt)\n- API keys for Anthropic, Cohere, Google Gemini, and Hume AI\n\n## Setup\n\n1. Clone this repository:\n   ```\n   git clone https://github.com/yourusername/ai-chatbot-scripts.git\n   cd ai-chatbot-scripts\n   ```\n\n2. Install required packages:\n   ```\n   pip install -r requirements.txt\n   ```\n\n3. Set up environment variables for API keys:\n   - ANTHROPIC_API_KEY\n   - COHERE_API_KEY\n   - GEMINI_API_KEY\n   - HUME_API_KEY\n\n## Usage\n\nRun each script from the command line:\n\n- Claude Chatbot: `python chatcl.py`\n- Claude with Image: `python chatclpic.py \u003cimage_path\u003e`\n- Cohere Chatbot: `python chatco.py`\n- Audio Analysis: `python audio.py \u003caudio_file\u003e`\n- Google Gemini Chatbot: `python chatgo.py`\n- Hume Voice Analysis: `python chat-hume.py`\n\nFollow the on-screen prompts for each script. Use `/help` command in chat scripts for more information on available commands.\n\n## Features\n\n- Text-based chat interfaces\n- Image and audio file analysis\n- URL content extraction and analysis\n- File reading and analysis (PDF, Excel, CSV, etc.)\n- Real-time voice transcription and emotion analysis\n- Conversation history management\n- Online/offline modes (for web search integration)\n\n## License\n\n[MIT License](https://opensource.org/licenses/MIT)\n\n## Acknowledgements\n\n- [Anthropic](https://www.anthropic.com) for Claude AI\n- [Cohere](https://cohere.ai) for their AI model\n- [Google](https://ai.google.dev/) for Gemini AI\n- [Hume AI](https://hume.ai) for voice analysis capabilities","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanivhaliwa%2Fchatwithaimodels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanivhaliwa%2Fchatwithaimodels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanivhaliwa%2Fchatwithaimodels/lists"}