{"id":18573732,"url":"https://github.com/funaudiollm/funaudiollm-app","last_synced_at":"2025-04-05T18:06:30.892Z","repository":{"id":246975424,"uuid":"823429179","full_name":"FunAudioLLM/FunAudioLLM-APP","owner":"FunAudioLLM","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-22T11:26:33.000Z","size":15,"stargazers_count":348,"open_issues_count":8,"forks_count":64,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-29T17:07:23.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://funaudiollm.github.io/","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/FunAudioLLM.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-07-03T02:54:52.000Z","updated_at":"2025-03-24T22:57:03.000Z","dependencies_parsed_at":"2024-11-06T23:12:19.363Z","dependency_job_id":"4842b0ed-41b7-4077-b911-0e22f42b8e96","html_url":"https://github.com/FunAudioLLM/FunAudioLLM-APP","commit_stats":null,"previous_names":["funaudiollm/funaudiollm-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FunAudioLLM%2FFunAudioLLM-APP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FunAudioLLM%2FFunAudioLLM-APP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FunAudioLLM%2FFunAudioLLM-APP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FunAudioLLM%2FFunAudioLLM-APP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FunAudioLLM","download_url":"https://codeload.github.com/FunAudioLLM/FunAudioLLM-APP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378140,"owners_count":20929296,"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":"2024-11-06T23:12:12.435Z","updated_at":"2025-04-05T18:06:30.856Z","avatar_url":"https://github.com/FunAudioLLM.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# funaudiollm-app repo\nWelcome to the funaudiollm-app repository! This project hosts two exciting applications leveraging advanced audio understand and speech generation models to bring your audio experiences to life:\n\n**Voice Chat** :  This application is designed to provide an interactive and natural chatting experience, making it easier to adopt sophisticated AI-driven dialogues in various settings.\n\n**Voice Translation**: Break down language barriers with our real-time voice translation tool. This application seamlessly translates spoken language on the fly, allowing for effective and fluid communication between speakers of different languages.\n\nFor Details, visit [FunAudioLLM Homepage](https://fun-audio-llm.github.io/), [CosyVoice Paper](https://fun-audio-llm.github.io/pdf/CosyVoice_v1.pdf), [FunAudioLLM Technical Report](https://fun-audio-llm.github.io/pdf/FunAudioLLM.pdf)\n\nFor `CosyVoice`, visit [CosyVoice repo](https://github.com/FunAudioLLM/CosyVoice) and [CosyVoice space](https://www.modelscope.cn/studios/iic/CosyVoice-300M).\n\nFor `SenseVoice`, visit [SenseVoice repo](https://github.com/FunAudioLLM/SenseVoice) and [SenseVoice space](https://www.modelscope.cn/studios/iic/SenseVoice).\n\n## Install\n\n**Clone and install**\n\n- Clone the repo and submodules\n``` sh\ngit clone --recursive URL\n# If you failed to clone submodule due to network failures, please run following command until success\ncd funaudiollm-app\ngit submodule update --init --recursive\n```\n\n- prepare environments in the submodules according to [cosyvoice](https://github.com/FunAudioLLM/CosyVoice) \u0026 [sensevoice](https://github.com/FunAudioLLM/SenseVoice) repo. If you have already prepared the aforementioned resources elsewhere, you can also try modifying the code related to resource path configuration in the app.py file (line 15-18).\n\n\n- execute the code below.\n``` sh\npip install -r requirements.txt\n```\n\n## Basic Usage\n**prepare**\n\n\n[dashscope](https://dashscope.aliyun.com/) api token.\n\n[pem file](https://blog.csdn.net/liuchenbaidu/article/details/136722001)\n\n\n**voice chat**\n\n``` sh\ncd voice_chat\nsudo CUDA_VISIBLE_DEVICES=\"0\" DS_API_TOKEN=\"YOUR-DS-API-TOKEN\" python app.py \u003e\u003e ./log.txt\n```\nhttps://YOUR-IP-ADDRESS:60001/\n\n**voice translation**\n\n``` sh\ncd voice_translation\nsudo CUDA_VISIBLE_DEVICES=\"0\" DS_API_TOKEN=\"YOUR-DS-API-TOKEN\" python app.py \u003e\u003e ./log.txt\n```\nhttps://YOUR-IP-ADDRESS:60002/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunaudiollm%2Ffunaudiollm-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunaudiollm%2Ffunaudiollm-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunaudiollm%2Ffunaudiollm-app/lists"}