-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add a camera and microphone so TARS can see you and hear you. #2
Comments
You can find on Youtube tutorial to extrude the"spots" required to add microphone and camera |
Hi guys,
Has anyone got working code for TARs CHATGPT integration (with voice and mobility control) that they are willing to share please?
Thank you.
John
John Ferguson
…________________________________
From: Pierre-Olivier ***@***.***>
Sent: Monday, August 12, 2024 2:33:59 AM
To: poboisvert/GPTARS_Interstellar ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [poboisvert/GPTARS_Interstellar] Feature: Add a camera and microphone so TARS can see you and hear you. (Issue #2)
You can find on Youtube tutorial to extrude the"spots" required to add microphone and camera
—
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACE2SAAOTWGB7PYQCT5SNK3ZQ5Y5PAVCNFSM6AAAAABMKISFOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSG44DCNJVHE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
You could use function calling from large language models to call python functions to connect to movement and other functionality. For voice I suggest taking a look at https://github.com/coqui-ai/TTS. |
@poboisvert I'll take a look, not much recent experience with CAD. Do you have any free software suggestions? I have FreeCAD installed but I find the navigation a little clunky. Also, I was unable to download the file linked here but I was able to access the original. It seems at first glance that the hands are partially completed but might be due to my own ignorance around how the CAD software works. I see it is completed piecemeal. Example, no idea where smaller servos go. The arms appear to be partially completed but not linked to any servo. I am wanting to use aluminum for the outside and plastic for the inside but trying to figure out the best way to sort out the internal components. |
I too am struggling with the code for TARs CHATGPT integration. Am currently working through the python scripts. I have the internals assembled and just calling the tars_runner.py file. I did get the servos working but it's stopped for some reason. Anyway, if anyone has success with the TARS voice and is happy to share I would be super grateful. Thank you |
I've got a working prototype on the voice to text to AI on this except for the TARS voice. I found this library that could be used but unsure of copywrite rules about voice clips. https://docs.cartesia.ai/getting-started/using-the-api For the microphone. I'm using what I have for now but here is a potential device: Use pyaudio to send voice to https://console.groq.com/docs/speech-text The https://github.com/coqui-ai/TTS. I mentioned above is too heavy of a library and won't run on my sbc board but it could run locally if you have a nvidia jetson nano or a coral tpu. Once I have something more refined and a camera working I will create a pull request. |
Has anyone been able to confirm the parts? the Step file shows https://www.amazon.com/gp/product/B083ZMZZCB/ref=ox_sc_act_title_1?smid=A333XEUDSX4WY3&psc=1 but the parts list here shows https://www.amazon.com/gp/product/B073F4TRSK/ref=ox_sc_act_title_12?smid=A1K1UK7O5KP6WQ&psc=1 |
GPT models are now multi-modal so would be nice if the cad file had a spot for a camera that could be connected. Same goes for the microphone.
The text was updated successfully, but these errors were encountered: