Inspiration

Every hacker needs something like an assistant sometimes so that something should be done automatically which we want without doing it physically.

What it does

This assistant can do many things like setting reminders for todo things, opening your code editor, playing songs, weather reports, time, switching and opening browsers, send emails, and much more. you can ask this assistant that what it can do for the user, it should list the things which it can do on order.

How we built it

Made this with python programming language. It has an audio recognition function that would be run in a loop after the script executed. I used the dispatch module so that assistance can respond to you. I have used APIs for fetching data for weather reports and for some data and fetched it with the help of the request module.

Challenges we ran into

Working with an AI sometimes not much difficult but there were many issues which we can expect like I spent much time on its recognition function, it's not responding correctly. Later found that this needs some library installed manually. And with working APIs there's a problem while I tried to fetch data but later on, the request module fixes that problem successfully, and somehow python skills also gave benefit here.

What's next for Virtual Assistant

I'm Working on a web project right now. Beginner in web development domain but trying to made a blog website.

Share this project:

Updates