{"id":31681423,"url":"https://github.com/romanslack/intro-project-1","last_synced_at":"2025-10-08T07:48:58.022Z","repository":{"id":259444204,"uuid":"861063664","full_name":"RomanSlack/Intro-Project-1","owner":"RomanSlack","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-22T01:46:52.000Z","size":41674,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T13:26:26.094Z","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/RomanSlack.png","metadata":{"files":{"readme":"readme.txt","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-09-21T22:42:01.000Z","updated_at":"2024-09-22T01:46:55.000Z","dependencies_parsed_at":"2024-10-25T18:50:13.739Z","dependency_job_id":null,"html_url":"https://github.com/RomanSlack/Intro-Project-1","commit_stats":null,"previous_names":["romanslack/intro-project-1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RomanSlack/Intro-Project-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FIntro-Project-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FIntro-Project-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FIntro-Project-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FIntro-Project-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RomanSlack","download_url":"https://codeload.github.com/RomanSlack/Intro-Project-1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FIntro-Project-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909709,"owners_count":26066887,"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-08T02:00:06.501Z","response_time":56,"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":"2025-10-08T07:48:38.628Z","updated_at":"2025-10-08T07:48:58.017Z","avatar_url":"https://github.com/RomanSlack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Silero Chatbot Project\r\n\r\nThis project integrates a simple chatbot using the LLaMA 3 model with Silero TTS for speech synthesis. The chatbot responds to user inputs using a pre-trained LLaMA 3 model and converts its responses to speech with pitch adjustments using Silero.\r\n\r\nPrerequisites:\r\n1. Download and install the Windows version of Ollama: https://ollama.com/\r\n1.2 Download llam3 via Ollama (in cmd - Ollama pull llama3)\r\n2. Ensure Python (preferably version 3.8 or higher) is installed.\r\n3. Install the required packages (listed below).\r\n\r\nSetup Instructions:\r\n\r\n1. Create a Virtual Environment\r\n   - Open a terminal/command prompt and navigate to your project directory.\r\n   - Run the following command to create a virtual environment:\r\n   \r\n     python -m venv venv\r\n     \r\n   - Activate the virtual environment:\r\n     - On Windows:\r\n       \r\n       venv\\Scripts\\activate\r\n     - On macOS/Linux:\r\n       \r\n       source venv/bin/activate\r\n\r\n2. Install Required Dependencies:\r\n   - You can install all the required packages by using the provided requirements.txt file:\r\n     \r\n     pip install -r requirements.txt\r\n     \r\n   - Or you can install them manually by running:\r\n     \r\n     pip install langchain-ollama\r\n     pip install torch\r\n     pip install sounddevice\r\n     pip install numpy\r\n     pip install librosa\r\n\r\n3. Running the Chatbot:\r\n   - Once everything is installed, run the chatbot by typing the following command:\r\n   \r\n     python main.py\r\n\r\nProject Overview:\r\n\r\n- The chatbot uses the LLaMA 3 model to generate text responses based on user prompts.\r\n- The generated text is passed to Silero TTS, which converts the text to speech.\r\n- Pitch adjustments can be made, and the speech is played back using the sounddevice library.\r\n\r\nRequirements:\r\n\r\nThe following packages are required to run the project:\r\n\r\nlangchain-ollama\r\ntorch\r\nsounddevice\r\nnumpy\r\nlibrosa\r\n\r\nInstall them by running:\r\n\r\npip install -r requirements.txt\r\n\r\nAdditional Resources:\r\n- Ollama Documentation: https://ollama.com/docs\r\n- Silero TTS: https://github.com/snakers4/silero-models\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanslack%2Fintro-project-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanslack%2Fintro-project-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanslack%2Fintro-project-1/lists"}