{"id":18753602,"url":"https://github.com/auracletech/piai","last_synced_at":"2025-11-28T10:30:18.604Z","repository":{"id":197881142,"uuid":"699570918","full_name":"AuracleTech/piai","owner":"AuracleTech","description":"Use Pi AI hands free ✒","archived":false,"fork":false,"pushed_at":"2023-10-05T17:04:39.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T00:53:57.903Z","etag":null,"topics":[],"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/AuracleTech.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":"2023-10-02T22:34:21.000Z","updated_at":"2024-05-24T09:39:36.000Z","dependencies_parsed_at":"2024-11-07T17:48:43.882Z","dependency_job_id":null,"html_url":"https://github.com/AuracleTech/piai","commit_stats":null,"previous_names":["auracletech/piai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpiai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpiai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpiai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuracleTech%2Fpiai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AuracleTech","download_url":"https://codeload.github.com/AuracleTech/piai/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644165,"owners_count":19673578,"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-07T17:26:22.233Z","updated_at":"2025-11-28T10:30:18.529Z","avatar_url":"https://github.com/AuracleTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"https://github.com/AuracleTech/piai/assets/40531871/b0670958-27be-44ea-9f16-6185979dcf02\n\n# Pi AI Hands Free\n\n###### a python AI Voice Interpreter for Pi AI\n\n## Installation\n\nFollow these instructions _in order_ to get the application running.\n\n1. Install requirements\n\n- [git](https://git-scm.com/downloads)\n- [FFmpeg](https://ffmpeg.org/download.html)\n- [Python 3.11](https://www.python.org/downloads/release/python-3113/)\n\n2. Clone this repository to your local machine using the following command\n\n```shell\ngit clone https://github.com/AuracleTech/piai.git\n```\n\n3. Navigate to the project directory\n\n```shell\ncd piai\n```\n\n4. Install OpenAI Whisper\n\n```shell\npip install -U openai-whisper\n```\n\n5. Install pipreqs to generates the dependencies\n\n```shell\npip install pipreqs\n```\n\n6. Generate the dependencies file\n\n```shell\npipreqs . --force\n```\n\n7. Install the dependencies\n\n```shell\npip install -r requirements.txt\n```\n\n8. Launch the app\n\n```shell\npython src/main.py\n```\n\n9. Have a chat with your new voice assistant 🌟\n\n## Development\n\nThe application uses 3 threads\n\n1. `Recorder.py` records vocal inputs to `recordings` folder.\n2. `Transcriber.py` transcribes the files and sends the transcript to the interpreter.\n3. `Interpreter.py` transmits what you said to Pi.\n\n###### OpenAI\n\nYou can use GPT to determine if Pi should respond to the vocal input, to use it follow these steps.\n\n1. Get an [OpenAI API Key](https://openai.com/)\n\n2. Create a .env file in the root directory and add the following variable\n\n```shell\nOPENAI_API_KEY=your-openai-api-key-here\n```\n\n3. Uncomment the code in interpreter.py and/or modify it to your liking.\n\n## Help\n\nFeel free to open an [issue](/issues) if you have any questions, suggestions or issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauracletech%2Fpiai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauracletech%2Fpiai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauracletech%2Fpiai/lists"}