Git Product home page Git Product logo

ai-voice-assistant's Introduction

Hi ๐Ÿ‘‹, I'm Saiyam Gupta

Aspiring Data Scientist & Software Engineer | Student at KiiT University

gupta9934

gupta9934

saiyam9934gupta

  • AI Voice Assistant with Speech Recognition AI Voice Assistant

  • ๐Ÿ“ I regularly write articles on Linkedin

  • ๐Ÿ’ฌ Ask me about data engineer and software engineer

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences Profile

Connect with me:

saiyam9934gupta https://www.linkedin.com/in/saiyam-gupta-4130131b3/ https://www.kaggle.com/saiyam9934gupta https://www.hackerrank.com/saiyam9934gupta https://leetcode.com/saiyam9934/ https://auth.geeksforgeeks.org/user/saiyam99b1mq https://discord.gg/kdM2fgCAUf

Languages and Tools:

arduino aws bootstrap c css3 d3js django docker flask gcp git html5 java javascript kotlin mongodb mysql nodejs opencv oracle pandas postgresql python pytorch react scikit_learn seaborn tensorflow

gupta9934

ย gupta9934

gupta9934

ai-voice-assistant's People

Contributors

0205rahul avatar gupta9934 avatar sanjeebtiwary avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

ai-voice-assistant's Issues

the ai is falling in loop if it is not getting or recognizing input

def takecommand():
r = sr.Recognizer()
with sr.Microphone() as source:
print("Listening.....")
r.pause_threshold = 1 # wait for 1 sec before it start listening
audio = r.listen(source) # it can access the microphone

try:
    print("Recognizing.....")
    query = r.recognize_google(audio,'en=IN')
    print(query)
    
except Exception as e:
    print(e)
    speak("unable to recognize your voice, Please Say that again.... ")
    
    return "None"

return query

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.