You are browsing as a guest. Sign up (or log in) to start making projects!

R0B0

  • 3 Devlogs
  • 4 Total hours

A little Jarvis made for your computer.

Open comments for this post

1h 0m 51s logged

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!

0
Original post
@Rocket

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!

Replies

Loading replies…

0
1
Ship #1 Pending review

I made an mini Jarvis, is only on vocal command. The hardest thing was making him listen, because pyaudio wasn't working so I had to replace it. I'm proud of making it open task manager,chrome and youtube.

  • 3 devlogs
  • 4h
Try project → See source code →
Open comments for this post

32m 56s logged

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!

0
Original post
@Rocket

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!

Replies

Loading replies…

0
4
Open comments for this post

2h 24m 39s logged

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!

0
Original post
@Rocket

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!

Replies

Loading replies…

0
1

Followers

Loading…