{"id":19515669,"url":"https://github.com/presidentsam100/cohere-speechify-chat","last_synced_at":"2026-05-15T10:37:46.570Z","repository":{"id":198529785,"uuid":"700991224","full_name":"PresidentSam100/Cohere-Speechify-Chat","owner":"PresidentSam100","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-05T17:29:15.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T23:43:31.837Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PresidentSam100.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}},"created_at":"2023-10-05T17:28:00.000Z","updated_at":"2023-10-05T17:28:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfce428b-d40f-4b9b-9c5a-3e86114249e5","html_url":"https://github.com/PresidentSam100/Cohere-Speechify-Chat","commit_stats":null,"previous_names":["presidentsam100/cohere-speechify-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PresidentSam100/Cohere-Speechify-Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PresidentSam100%2FCohere-Speechify-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PresidentSam100%2FCohere-Speechify-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PresidentSam100%2FCohere-Speechify-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PresidentSam100%2FCohere-Speechify-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PresidentSam100","download_url":"https://codeload.github.com/PresidentSam100/Cohere-Speechify-Chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PresidentSam100%2FCohere-Speechify-Chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33063421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":[],"created_at":"2024-11-10T23:40:42.501Z","updated_at":"2026-05-15T10:37:46.514Z","avatar_url":"https://github.com/PresidentSam100.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cohere Speechify Chat\n\nThis Python script combines the AI language model of Cohere and the AI speech API of Elevenlabs to generate speech from text input. The script uses the API of both technologies, so before running the script, you need to install the latest version of Python and pip. You also need to install the `requests` and `cohere` libraries.\n\n\n\n## Getting API Keys\n\n#### Get all items\n\n\nTo access the Cohere and Elevenlabs APIs, you need to obtain API keys from both services:\n\n1. To get your Cohere API key, go to https://dashboard.cohere.ai/api-keys and sign up for an account if you haven't already done so. Once you're logged in, you can find your API key on the API Keys page.\n\n2. To get your Elevenlabs API key, go to https://beta.elevenlabs.io/speech-synthesis and sign up for an account if you haven't already done so. Once you're logged in, you can find your API key on the Speech Synthesis page.\n\n#### Install dependencies\n\n```bash\npip install cohere\npip install requests\n```\n\n## Adding API Keys to the Program\n\nTo use the Cohere and Elevenlabs APIs in the program, you need to add your API keys to the main.py file. Open the file and look for the following lines:\n\n```python\nAPI_KEY_COHERE = 'YOUR_COHERE_API_KEY'\nAPI_KEY_ELEVEN = 'YOUR_ELEVENLABS_API_KEY'\n```\n\nReplace `YOUR_COHERE_API_KEY` and `YOUR_ELEVENLABS_API_KEY` with your actual API keys, respectively.\n## Running the Script\n\nTo run the script, navigate to the project directory in a terminal or command prompt and type:\n\n```python\npython main.py\n```\n\nThe script will prompt you to enter a text input. Once you've entered your text, the script will generate speech using the Cohere and Elevenlabs APIs and play the speech for you.\n## Demo\n\n\nhttps://user-images.githubusercontent.com/82773456/224442090-420ec9c5-1fe3-48f7-a74c-88b670bb2828.mp4\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresidentsam100%2Fcohere-speechify-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpresidentsam100%2Fcohere-speechify-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresidentsam100%2Fcohere-speechify-chat/lists"}