Inspiration

My only inspiration is jarvis from MCU.

What it does

It is a charismatic virtual assistant, can automate your daily task with it's web scraping and AI features. Like news reading, sending mail, getting weather report, any query, listening music more and more nothing but only for a voice command. and it will also reply with it's voice.

How I built it

I built it with python using more than a dozen of library like beautifulsoap, request ,re, pyttsx3 etc.

Challenges we ran into

The most challenges I got was lack of experience in web scraping. Also the application requires a lot of ram, so it's was lagging so much.

Accomplishments that we're proud of

finally I'm very proud of myself that I have successfully completed this project without any break.

What we learned

First of all it's uncountable what I've learned. It was a very important job for me and was my dream.

What's next for Leo-VA

Leo-VA is going to be Leo-VA++ with in a month with some really great upgrade.

Built With

Share this project:

Updates

posted an update

added system control feature. canvas2.create_text(70, textheight, anchor=NW, text=newline("Do you want to shutdown your system[y/n] : "), font="Helvetica 15 bold", fill="white") textheight += 40 button.wait_variable(var) shut = emailentry.get() if shut.strip().lower() == "y": # speak("sorry, can't shutdown system") # speak("this feature is currently turned off as application is under development") speak("closing all application") speak("shutting down your system") os.system("shutdown /s /t 1") # os.system("rundll32.exe powrprof.dll,SetSuspendState 0,1,0") break else: speak("discarding shutdown decision") time.sleep(5)

Log in or sign up for Devpost to join the conversation.