Program your own Jarvis In just 20 lines of code!
Added 2024-06-12 03:56:54 +0000 UTCJarvis is easier to build than ever!
Hey everyone. If you are looking to make your own Jarvis this is the place to start. I have spent some time simplifying the process. This is a much cleaner and straightforward approach to programming your own Jarvis. So fire up your terminals, download VSCode, install python and lets get to it!
How Jarvis Comes to Life
1. Speech Recognition with Whisper V3: Our journey begins with converting your spoken words into text. Whisper V3, a robust model developed by OpenAI, excels in understanding and transcribing speech in real-time. This ensures that no matter how fast or slow you speak, Jarvis hears you loud and clear. https://github.com/openai/whisper
2. Intelligent Interactions with GPT-4o Turbo: Once your speech is transcribed, the next step is understanding and generating a fitting response. This is where GPT-4o Turbo comes in. It's not just any chatbot; it's designed to understand context and subtleties in language, making interactions seamless and engaging—almost like you’re talking to a human! https://platform.openai.com/docs/assistants/overview?context=with-streaming
3. Speaking Back with OpenAI’s TTS: After crafting the perfect response, our system uses OpenAI’s Text-to-Speech technology to verbalize the answer. This isn’t a robotic voice; it’s a natural, smooth, and dynamic speech that converses with you just like Jarvis would. https://platform.openai.com/docs/guides/text-to-speech
What you will need:
1) Install Python: https://www.python.org/downloads/
2) Download FFMPEG: https://ffmpeg.org/download.html
3) I use VSCode: https://code.visualstudio.com/download (optional)
4) Get started with the open ai API here: https://platform.openai.com/docs/quickstart?context=python
5) Create your Jarvis assistant here: https://platform.openai.com/assistants
Start Coding: https://github.com/Concept-Bytes/Jarvis
-Note that this is Just version 1 and that all the features in my video are not available just yet.
-Yes they will release as I am getting them ready for you guys asap.
-This is still a full Assistant pipeline that you can talk to and trigger actions.
Features at a Glance:
Real-Time Speech Recognition
Context-Aware Response Generation
High-Quality Speech Output
Customizable Hotwords
Join the Journey!
This is just the beginning of what we can achieve with AI in personal assistants. Whether you’re a tech enthusiast, a developer, or someone interested in the future of AI interactions, your support can make a significant difference.
Comments
hello my ai isnt transcribing what i say back at all and i have the code exactly the same it hears me but doesnt say anything back what do i do
Vain Bold
2025-02-16 20:47:44 +0000 UTCInstall scipy 1.14.1 using pip install scipy=1.14.1
Mona Shehata
2025-01-20 19:07:15 +0000 UTChave the same problem but if i can fix it i tell you
Tom Höner
2025-01-16 17:08:54 +0000 UTCMy assistence doesnt work can anybody help?
Tom Höner
2025-01-16 17:08:00 +0000 UTCcan I have a female sound like Friday, not Jarvis?
Zaid Hamdan
2025-01-07 12:05:33 +0000 UTCive been give this error when i install RealtimeSST, ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. realtimestt 0.3.93 requires scipy==1.14.1, but you have scipy 1.13.1 which is incompatible.
jake
2025-01-07 12:03:08 +0000 UTCi was hoping someone could help me
jake
2025-01-07 12:02:19 +0000 UTCI already installed RealtimeSTT, but still the error exist.
Taroooq M
2025-01-06 15:26:02 +0000 UTCBut it's not being used by another app I'm sure of it
Ammar
2025-01-06 09:44:04 +0000 UTCpip install RealtimeSTT, check your python version! RealtimeSTT does not work on current version, as they have not updated it.
Jaron Wilson
2025-01-06 03:57:36 +0000 UTCYou need a headset plugged in or an audio device! Microphone, if its being used by another app that could collide.
Jaron Wilson
2025-01-06 03:56:21 +0000 UTCpip install RealtimeSTT
Jaron Wilson
2025-01-06 03:55:41 +0000 UTCHow to fix this issue?? PS C:\Users\tariq\OneDrive\Desktop\Jarvis-main> & C:/Users/tariq/OneDrive/Desktop/Jarvis-main/venv/Scripts/python.exe c:/Users/tariq/OneDrive/Desktop/Jarvis-main/jarvis.py Traceback (most recent call last): File "c:\Users\tariq\OneDrive\Desktop\Jarvis-main\jarvis.py", line 1, in from RealtimeSTT import AudioToTextRecorder ImportError: cannot import name 'AudioToTextRecorder' from 'RealtimeSTT' (unknown location) PS C:\Users\tariq\OneDrive\Desktop\Jarvis-main>
Taroooq M
2025-01-05 17:43:04 +0000 UTCyou have any steps for doing this on a mac?
John Spinella
2025-01-03 17:56:04 +0000 UTCC:\Users\amsal\env\lib\site-packages\torchaudio\backend\utils.py:62: UserWarning: No audio backend is available. warnings.warn("No audio backend is available.") ERROR:root:Microphone connection failed: Selected device validation failed. Retrying... [2024-12-26 15:59:22.106] [ctranslate2] [thread 17396] [warning] The compute type inferred from the saved model is float16, but the target device or backend do not support efficient float16 computation. The model weights have been automatically converted to use the float32 compute type instead. Say something ERROR:root:Microphone connection failed: Selected device validation failed. Retrying... anyone know how to fix?
Ammar
2024-12-26 13:02:35 +0000 UTChey I'm trying to figure out how to download the python version you have in the video but when i try it on the website link it says that the version is unavailable, do you know any other versions i can download to get it to work the same?
Ethan
2024-12-14 01:47:02 +0000 UTCHI SIR the discord link shows it can't be use
謹宇 蔡
2024-12-08 22:58:11 +0000 UTCThere is indeed a workaround! I made a Localized Jarvis further up in the video posts here on the Patreon. This edition of Jarvis runs locally on your machine, is wayy faster (with the proper hardware), and you can use it indefinitely. However, this does mean the performance relies on hardware, and if you're running a GTX card or older AMD card, the performance will not be as optimal as regular Jarvis.
Berle
2024-12-03 23:04:54 +0000 UTCYo! Please try seeking the Discord server for support questions like this. There's a lot of people who'd love to help you out! :D
Berle
2024-12-03 23:03:23 +0000 UTCstill error line 1 how can ai fix it?
Ryan Casalme
2024-12-02 14:14:29 +0000 UTCi am getting the same thing, have you been able to fix it?
Travis Callaway
2024-12-02 02:16:09 +0000 UTCOpen AI uses tokens which charges you money. Any work arounds maybe with huggingface?
6ino
2024-11-26 16:17:23 +0000 UTCHi, am getting this error C:\Users\adria\Jarvis Assistant> & C:/Users/adria/AppData/Local/Programs/Python/Python313/python.exe "c:/Users/adria/Jarvis Assistant/Jarvis/Jarvis.py" Traceback (most recent call last): File "c:\Users\adria\Jarvis Assistant\Jarvis\Jarvis.py", line 1, in from RealtimeSTT import AudioToTextRecorder ModuleNotFoundError: No module named 'RealtimeSTT' I cannot figure out how to get RealtimeSTT to be seen as a module, are there any fixes? I am also very very new to coding and don't know if this is a very simple fix and I just don't know about it!
Adrian Anstead
2024-11-18 19:15:37 +0000 UTCNew member. Very excited to start the journey. But, just wanted to acknowledge you and say you are "Awsome man" thanks for the shared knowledge 👍🏾
Warhead
2024-11-07 06:44:05 +0000 UTCTry this Jarvis2.py code: import whisper import pyaudio import wave import assist import time import tools # Initialize Whisper model model = whisper.load_model("tiny") # Audio recording configuration FORMAT = pyaudio.paInt16 CHANNELS = 1 RATE = 16000 CHUNK = 1024 RECORD_SECONDS = 10 # Adjust the duration as needed TEMP_AUDIO_FILE = "temp_audio.wav" def record_audio(): audio = pyaudio.PyAudio() stream = audio.open(format=FORMAT, channels=CHANNELS, rate=RATE, input=True, frames_per_buffer=CHUNK) print("Recording audio...") frames = [] for _ in range(0, int(RATE / CHUNK * RECORD_SECONDS)): data = stream.read(CHUNK) frames.append(data) stream.stop_stream() stream.close() audio.terminate() with wave.open(TEMP_AUDIO_FILE, "wb") as wf: wf.setnchannels(CHANNELS) wf.setsampwidth(audio.get_sample_size(FORMAT)) wf.setframerate(RATE) wf.writeframes(b"".join(frames)) print("Recording complete.") return TEMP_AUDIO_FILE def transcribe_audio(file_path): print("Transcribing audio...") result = model.transcribe(file_path) text = result["text"] print("Transcription complete:", text) return text if __name__ == '__main__': hot_words = ["Jarvis"] skip_hot_word_check = False print("Say something...") while True: audio_file = record_audio() current_text = transcribe_audio(audio_file) if any(hot_word in current_text.lower() for hot_word in hot_words) or skip_hot_word_check: if current_text: print("User: " + current_text) # Add timestamp to text current_text = current_text + " " + time.strftime("%Y-%m-%d %H-%M-%S") # Process the text through your assistant function response = assist.ask_question_memory(current_text) print(response) # Generate speech response speech = response.split('#')[0] done = assist.TTS(speech) # Skip hot word check if response is a question skip_hot_word_check = True if "?" in response else False # Parse command if available if len(response.split('#')) > 1: command = response.split('#')[1] tools.parse_command(command)
Javier Garza
2024-11-04 20:54:58 +0000 UTCI had to abandon RealtimeSTT and replace it with whisper for it to work. Couldn't get RealtimeSTT to work on my mac.
Javier Garza
2024-11-04 20:53:29 +0000 UTCI got this error: PS C:\Users\ivanc\Desktop\Projects\belfast> & c:/Users/ivanc/Desktop/Projects/belfast/.venv/Scripts/python.exe c:/Users/ivanc/Desktop/Projects/belfast/belfast.py File "c:\Users\ivanc\Desktop\Projects\belfast\belfast.py", line 1 from RealtimeSTT AudioToTextRecorder ^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax PS C:\Users\ivanc\Desktop\Projects\belfast> what should I do :c
Iván Cámpora
2024-11-03 21:35:20 +0000 UTCit's giving me a error, and the error message says: ModuleNotFoundError: No module named 'audio-recorder'
Tobey Martin
2024-10-28 22:03:44 +0000 UTCI had this myself, the new python 3.13 is not compatible with a lot of those dependencies. uninstall python and install a 3.12 or even the 3.08 and you should be fine
Charlie Pinedo
2024-10-27 20:28:45 +0000 UTCthis is what it show me know " Fatal error in launcher: Unable to create process using '"C:\Users\danie\AppData\Local\Programs\Python\Python311\python.exe" "C:\Users\danie\AppData\Local\Programs\Python\Python311\Scripts\pip.exe" install RealtimeSTT': The system cannot find the file specified. "
Daniel
2024-10-26 10:31:53 +0000 UTCWhat is your python version ? It is not working in 3.13, I get similar message for this version when I download previous version 3.12, it is working
alperen öz
2024-10-25 13:18:41 +0000 UTCuse 'pip3'
Agentloc
2024-10-19 19:01:26 +0000 UTCif pip is not installed python isn't installed try removing python are reinstalling it
Diego Gutierrez-Raghunath
2024-10-18 17:32:19 +0000 UTCman i give up i don't know how to fix this i can't do it
Filip_esty
2024-10-17 20:59:48 +0000 UTChelp when i type pip install RealtimeSTT it says:pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + pip install RealtimeSTT + ~~~ + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Filip_esty
2024-10-17 17:49:18 +0000 UTCwhen i install the "pip install RealtimeSTT" it shows me an error saying " note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for webrtcvad Failed to build webrtcvad ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (webrtcvad)"
Daniel
2024-10-17 09:16:09 +0000 UTCHi. I am having the same issue. Did you fix it?
kshitiz
2024-10-15 03:44:20 +0000 UTCI am getting the same mesage. Did you get to solve this?
kshitiz
2024-10-15 01:49:07 +0000 UTChttps://github.com/KoljaB/RealtimeSTT
Kevin Coda
2024-10-11 15:35:52 +0000 UTCi cant find the link to the Github from KoljaB
Lou Aschen
2024-10-11 15:35:12 +0000 UTCHow did you connect your 3D printer to Jarvis? Also how did it access STL files?
Lux Tenebris
2024-10-07 18:22:01 +0000 UTCSo my question is it able to add another languages to jarvis and interact with em for example Turkish.
Omar Ahmed Ghoneim
2024-10-02 04:58:32 +0000 UTCI had this issue, you can fix that with this: os.environ["OMP_NUM_THREADS"] = "1" it will force to the script to avoid conflict in your computer
Martin Lengua Olivares
2024-09-25 23:17:26 +0000 UTCI had to recover my Macbook Pro A1502... I mean, a computer from 11 years ago and it worked perfectly, there were some issues related to the interfaces of my computer is using but with some tiny changes it could work as expected. The performance is good but it might be better, thank you very much for your knowledge, it's amazing!!!
Martin Lengua Olivares
2024-09-25 23:14:34 +0000 UTChey buddy, is there some computer requirements for your apps? I have a Macbook M1 and it appears that I'm having a lot of incompatibilities, so maybe I'll try to use a normal computer, but let me know if this is compatible with M1 processor please
Martin Lengua Olivares
2024-09-24 01:06:19 +0000 UTCuse this instead it worked for me -> pip install RealtimeSTT --no-deps
Mohammed Fuzail
2024-09-22 13:02:25 +0000 UTCfor the assistant playground do i have to buy api keys for that to work and where is the video explaining how to do it?
Oscar
2024-09-21 03:16:48 +0000 UTCspelling mistakes i can see one you said spiner instead of spinner
Oscar
2024-09-21 03:11:51 +0000 UTCI am unable to connect to the discord
Samuel Adranyi
2024-09-20 20:28:18 +0000 UTCHey i cant get the chat gpt Api key
Patric Amariei
2024-09-19 19:11:41 +0000 UTCwhen i try to press play it says PS C:\Users\Ethan> & C:/Users/Ethan/AppData/Local/Microsoft/WindowsApps/python3.12.exe "c:/Users/Ethan/from realtimeSTT import audiototextrecor.py" File "c:\Users\Ethan\from realtimeSTT import audiototextrecor.py", line 4 recorder = audiototextrecorder(spiner=false, model="tyny.en, language="en", post_speech_silence_duration = 0.1) anybody know how to fix it
Ethan Nolasco
2024-09-15 22:09:24 +0000 UTCchange the stilero sesitivity to a higher number like 10
Alexander Jones
2024-09-08 10:33:52 +0000 UTCmines isn working but everytime i talk into my mic it doesnt work.
Alyx Lane
2024-09-02 02:34:22 +0000 UTCMy Jarvis works absolutely amazing however I want it to be able to play specific songs what do I need to do to make it do that?
Oliver
2024-09-01 22:42:01 +0000 UTCclient = OpenAI(api_key="Your API Key here", default_headers={"OpenAI-Beta": "assistants=v2"}) This is the way I got it to work for myself
Sterling S
2024-08-24 17:09:15 +0000 UTCPlease help I don’t know what I’m doing wrong it won’t let me speak to it, it keeps saying Say something... OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/. Traceback (most recent call last): File "/Users/27alone/Desktop/Jarvis-main/jarvis.py", line 9, in current_text = recorder.text() File "/Users/27alone/Desktop/Jarvis-main/.venv/lib/python3.10/site-packages/RealtimeSTT/audio_recorder.py", line 893, in text return self.transcribe() File "/Users/27alone/Desktop/Jarvis-main/.venv/lib/python3.10/site-packages/RealtimeSTT/audio_recorder.py", line 844, in transcribe status, result = self.parent_transcription_pipe.recv() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/connection.py", line 255, in recv buf = self._recv_bytes() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/connection.py", line 419, in _recv_bytes buf = self._recv(4) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/connection.py", line 388, in _recv raise EOFError EOFError
nick sala
2024-08-24 08:26:37 +0000 UTCYou may need to additionally run pip install RealtimeSTT
Perciville
2024-08-23 22:39:16 +0000 UTCsame problem here
Alexander Jones
2024-08-21 17:00:00 +0000 UTCbro how fix this problem File "c:\Users\Lenovo\Desktop\projects\Jarvis_4\Jarvis.py", line 4, in import assist File "c:\Users\Lenovo\Desktop\projects\Jarvis_4\assist.py", line 7, in client = OpenAI(default_headers={"OpenAI-Beta": "assistants=v2"}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai\_client.py", line 105, in __init__ raise OpenAIError( openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
Sabarikrishnan Chinnamuthu
2024-08-21 14:08:34 +0000 UTCI don't see an option for this other than VC 2022 community
Santosh Vijayakumar
2024-08-21 00:20:06 +0000 UTCPLEASE HELP 😭i cant get openai to work, i keep getting this error message; openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
Alexander Jones
2024-08-20 20:51:33 +0000 UTCi didnt get an error but it is definitely safe
Alexander Jones
2024-08-20 18:58:32 +0000 UTCi fixed it by changing the interpreter so microsoft python
Alexander Jones
2024-08-20 18:35:26 +0000 UTCfor the second one i couldnt install either, fixed by installing a more recent version of C++ build tools from microsoft store
Alexander Jones
2024-08-20 18:30:28 +0000 UTCRunning the same pip as the video says resulted in the "Failed to build webrctvad " message others have got and directly pip-ing that also failed
Santosh Vijayakumar
2024-08-19 17:00:33 +0000 UTCHi, I tried running the jarvis file as it is from the github repo on my VSC app but even after installing python for windows and importing the pip, I get this error: ModuleNotFoundError: No module named 'RealtimeSTT'
Santosh Vijayakumar
2024-08-19 16:42:12 +0000 UTCdidnt work for me
Flashoutt
2024-08-07 12:09:48 +0000 UTCuse this 'pip install webrtcvad-wheels'
Kraqtpott
2024-08-06 18:12:21 +0000 UTCThank you for the videos, is there a way to implement a local LLM like Ollama and not utilize OpenAI?
Dale Allan
2024-08-04 17:11:35 +0000 UTCHey Robert Collins, I had this error code, ERROR: Failed building wheel for webrtcvad Failed to build webrtcvad ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (webrtcvad), and I was able to fix it by downloading the c++ build tools on vs studio, not sure if that will help, but give it a shot.
Frodo Bacon
2024-08-02 03:06:52 +0000 UTCHey anyway you can do a complete stand a lone walk through on the install process? With nothing installed. I'm pretty sure you are missing steps that you assume you already taken care of. I follow your video and install process but always have issues, not sure what the issue is. I could possibly throw more patronage your way for the help.
Chris McCormick
2024-07-24 10:48:33 +0000 UTCIf you are using windows, you can try and install the visual studio, after that tick on everything that has C++ in it to install the dependencies. After that, you can try to reinstall again the RealtimeSTT
Trần Minh
2024-07-15 10:33:26 +0000 UTCHi all, can i put into my alexa echo, someone know how to replace the custom assistant and put this one?
Alessandro Acciai
2024-07-10 07:33:02 +0000 UTCYup likewise, wish he would explain more in detail and help out the ones in comments
Chris McCormick
2024-07-07 23:50:06 +0000 UTCNow I’m not getting the error about installing webrtcvab failing, but it keeps saying that there is no module named RealtimeSTT even though I did the pip install RealtimeSTT
Doug Reed
2024-07-05 15:22:32 +0000 UTCI'm having the same issue. It is displaying an error now saying "ERROR: Failed building wheel for webrtcvad" and also that it cannot find the RealtimeSTT
Doug Reed
2024-07-05 06:27:59 +0000 UTCI've just found a solution for the same issue. If you find client.py then set line 72 to api_key: str = "your api key",
jabob33
2024-06-30 19:48:53 +0000 UTCHey there! Great video! I followed all the way through and everything seemed to look good. However when I ran the code, after importing assist and assigning the assistant and thread ID's, I was getting an error for the OpenAI API Key. Im not sure where i'm supposed to place my API key within the lines of code. I tried different placements and nothing seemed to connect it to OpenAI when called. Also, how would I get this to work with GPT-4o? I could really use some help! Thanks!!
Cameron Bahri
2024-06-30 04:23:42 +0000 UTCHey, I have a question. Is fmpegg safe? i go to download it and i always get a warning that i can harm my pc. Idk what to do?
Jacob Mrgroth
2024-06-30 04:06:29 +0000 UTCOn it! Thks!
מֶֹּשֱּׁהּ Moussan
2024-06-30 03:27:53 +0000 UTCJust did!
Kevin Coda
2024-06-30 03:26:59 +0000 UTCHi did you pip install Realtimestt? In the terminal?
Kevin Coda
2024-06-30 03:26:40 +0000 UTCHey, great comment! I just posted a tutorial that works towards getting images for the HoloMat using jarvis
Kevin Coda
2024-06-30 03:25:37 +0000 UTCHey yes, download pi OS and it should come with python installed.
Kevin Coda
2024-06-30 03:25:06 +0000 UTCHey Guys, just recieved my raspberry pi, do i need to Install raspberry os before downloading python? Or can I just download python on the sd card and start programming the code?
David Wendin
2024-06-29 22:33:52 +0000 UTCGreat content! What I really want to know is how to integrate the UI element that are displayed on the videos, I mean the widgets, the camera etc
מֶֹּשֱּׁהּ Moussan
2024-06-28 12:56:21 +0000 UTCGreat, I’m just connecting it with a Heygen Streaming Avatar!
מֶֹּשֱּׁהּ Moussan
2024-06-28 12:53:39 +0000 UTCI'm trying to get this to work. I think I've done everything right. I still get errors saying that _webrtvcad doesn't exist and also having issues with AudioToTextRecorder no seeming to exist. Can anyone help?
Robert Collins
2024-06-26 20:46:43 +0000 UTC+1
anas haboub
2024-06-26 14:36:34 +0000 UTCI get this error, ERROR: Failed building wheel for PyAudio when trying to install RealtimeSTT
Chris McCormick
2024-06-26 11:03:39 +0000 UTCI need a better setup/install guide because you really don't list everything to do exactly. I love your project, I just hope you can make this easier with steps. I can't get nothing to work.
Chris McCormick
2024-06-26 10:41:19 +0000 UTCI built Jarvis with the realtimeSTT and speech recognition fails sometimes. It works very well for the most part but there are times it just stops performing like it should. It will not be able to detect what I am saying. I need it to be good no matter what microphone I am using. Can anyone help guide or give tips on how to improve speech recognition?
TheK-B1000
2024-06-25 19:29:35 +0000 UTCHo provato con un altra libreria. Devo dire che la situazione é migliorata. Capisce quello che dico ma chatgpt mi risponde con un italiano “inglesizzato”.
Matteo
2024-06-24 16:19:07 +0000 UTCmhh manco io ci riesco se trovo una soluzione te la passo
Stefano Manca
2024-06-24 16:16:15 +0000 UTCIm also having the same problem here
Rhvn1
2024-06-24 16:04:29 +0000 UTCWhen i try to install RealTimeStt it says it cant find it did i miss a step on installing it?
Whyits_me
2024-06-24 07:04:28 +0000 UTCThank you, so much! There were some obstacles to using GitHub sources, but I finally got my own Jarvis! I want to quickly learn how to use shaders and Holomat. But, I will patiently follow your rhythm.
Enchic Gong
2024-06-21 23:29:49 +0000 UTCI just saw your smart mirror post and about got on one knee to propose lmao! I hope to god you do that tutorial! Love it!
Brian Gouthro
2024-06-21 01:23:18 +0000 UTCWhen will the new videos about tools and holomat integration drop?
Hi
2024-06-18 20:29:04 +0000 UTCThank you for jumping in and offering help. I really appreciate it. I found out the problem. There was a dependency conflict between the mkl package and the torch package. I had to downgrade mk1 package to work with the compatible torch version.
TheK-B1000
2024-06-18 16:14:28 +0000 UTCNot sure what you mean? Maybe add some print debugs. are you getting a response from the LLM? Is it just not doing the TTS?
Kevin Coda
2024-06-18 15:29:18 +0000 UTCYes, I'm interested in it too
Kevin Müller
2024-06-18 05:55:41 +0000 UTCI got the code to work for the most part but when I ask Jarvis anything it never responds unless I hard code it in.
TheK-B1000
2024-06-17 22:13:33 +0000 UTCYes, I would also be interested in integrating Jarvis into my home assistant.
Sodi
2024-06-17 17:40:46 +0000 UTCAwesome! Thanks for making this, first off, but thanks for making it so plug and play!
Jon Paul
2024-06-16 14:16:23 +0000 UTCGreat! When will it be released
Hi
2024-06-16 07:29:25 +0000 UTCHello. I just bought the upgrade to your site. Its pretty sweet. Am i able to implement your jarvis code to home assistant some how?
Dutchfather
2024-06-16 07:12:54 +0000 UTCHey, awesome video i was just wondering its a bit unrealed but when you do your scans of the holomat not the depth mat ones but the ones where it just draws a 2d shape of the object how do you do that i assue its just using a gray image and contours but im really intrested. Thank you
James Mercuri
2024-06-15 23:28:53 +0000 UTCHey I've got more videos coming out soon to integrate them. Jarvis has a tools.py file on my GitHub if you make custom Python tools you can have Jarvis call them to interact with the mat
Kevin Coda
2024-06-15 22:49:10 +0000 UTCI've got a video on that coming out soon
Kevin Coda
2024-06-15 22:48:16 +0000 UTCMaybe, try typing "pip install realtimestt" in your terminal
Kevin Coda
2024-06-15 22:47:45 +0000 UTCI tried, but Jarvis can't understand a word.
Matteo
2024-06-15 06:06:25 +0000 UTCHello! This is a great video. When I run the code to check at 15:54 in the video I get an error for the first line from RealtimeSTT import AudioToTextRecorder it says Module Not Found. Did I miss the step on how to install this module? Any help is appreciated.
Eric Bates
2024-06-15 00:57:32 +0000 UTCI appreciate the list I am excited to try this out
Michael Russell
2024-06-15 00:31:53 +0000 UTCThank you
Michael Russell
2024-06-15 00:29:43 +0000 UTCJust a usb camera, any hdmi projector and a computer (can use a pi 5, I used a pi 5 and it works)
Hi
2024-06-15 00:06:54 +0000 UTCI love this. I have been waiting for something like this to come out. Is there any way to get a parts list for the holomat and jarvis ?
Michael Russell
2024-06-14 17:54:28 +0000 UTCHow do I combine this with the holomat code? So jarvis works with the holomat, also how do I implement the apps that you have on tiktok, controlling 3d printers, lights etc with my holomat?
Hi
2024-06-14 06:15:56 +0000 UTCYes, I am working on that right now actually. I am hoping to get that code out soon. It will probably be mixed into the next holomat tutorial when I release the sportify app
Kevin Coda
2024-06-13 21:02:46 +0000 UTCHey so the LLM should know Italian, the only thing you might have to change is the parameter for language for STT. where I have "en" you should put "it"
Kevin Coda
2024-06-13 21:00:36 +0000 UTCHow can I change the voice so no it’s matches Jarvis?
Yousef Khavari
2024-06-13 16:58:17 +0000 UTChow can i change the language to Italian?
Matteo
2024-06-13 09:03:09 +0000 UTCHey man, I love all the amazing things you have created so far. Truly genius. I was wondering if you have the QR code record player tutorial coming out soo? I cant wait to learn how to make my own.
Aiden Drybrae
2024-06-12 22:23:06 +0000 UTChttps://platform.openai.com/docs/quickstart?context=python If you follow this guide it should walk you through it
Kevin Coda
2024-06-12 21:36:46 +0000 UTCHey! Just go to the command line or terminal and type pip install openai
Kevin Coda
2024-06-12 21:35:31 +0000 UTChow do i install the openai library?
Matteo
2024-06-12 20:45:41 +0000 UTCThanks for following along! I'm working really hard to make this easy and useful for everyone to use!
Kevin Coda
2024-06-12 16:15:38 +0000 UTCThanks! Yes! You can replace the earlier Jarvis script with this with no impact to the HoloMat code!
Kevin Coda
2024-06-12 16:15:04 +0000 UTCGreat update! Is this something I can replace the earlier Jarvis build with and will that impact Hand Tracking and Holomat scripts?
Jon Paul
2024-06-12 14:00:05 +0000 UTCAwesome! Been following along and have loved it. Can’t wait to see how you refined it
Brian Gouthro
2024-06-12 04:00:01 +0000 UTC