R0B0
- 3 Devlogs
- 4 Total hours
A little Jarvis made for your computer.
A little Jarvis made for your computer.
Devlog 3
Hi! My first ship was denied so I’m making a new devlog.
What I did today:
So I made a new readme for my project(it took a while) and I fixed something. R0B0 was doing the task whitout the wake word,so I finally managed to make it respond only with the wake word.
That’s all for today, see you soon,bye!
Devlog 2
Hi! this is my last devlog on this project and I want to tell you the latest functions that I added.
One of them is opening Chrome and vs code that I do it with the library os. And the last function is searching and opening Youtube. This function I do it with de library webbrowser.
See you soon! Bye!
Devlog 1
Hi! My name is Rocket, and I really like Jarvis, so I thought I’d make my own. The idea is simple: create an assistant that is always ready to do simple tasks (like creating a new directory or opening Task Manager) and is also fun (he can tell jokes! :) ).
Today, I managed to implement some important functions for R0B0. One of them was making him listen continuously. In the beginning, I had some problems with this feature because it was consuming around 20-30% of my CPU. After some tweaking, I managed to lower it below 10% (it still spikes over 10% sometimes, but only for a very short moment). Another very important feature I added was microphone input. At first, I tried using PyAudio (an older Python library for microphone access), but it didn’t work because I am using a very recent version of Python. I also tried workarounds like pipwin, but that failed too. Ultimately, I used two other libraries sounddevice and scipy and it worked perfectly!
That’s all for today! See you soon, bye!