About 2,520,000 results
Open links in new tab
  1. python-voice-assistant · GitHub Topics · GitHub

    Aug 26, 2023 · Virtual Voice Assistant is a project that utilizes machine learning and natural language processing to enable users to control their devices using voice commands. …

  2. GitHub - Krish-Depani/Virtual-Voice-Assistant: Virtual Voice Assistant ...

    Virtual Voice Assistant is a project that utilizes machine learning and natural language processing to enable users to control their devices using voice commands. Technologies used include …

  3. GitHub - pranav2329h/Voice-Assistant-using-Python: The Voice Assistant ...

    The Voice Assistant using Python is a virtual assistant capable of executing voice commands. It uses speech_recognition for converting speech to text and pyttsx3 for voice responses. Key …

  4. Create Voice Assistant using Python

    The objective of the project is to implement a voice assistant using Python that can synthesize your voice to listen to specific voice commands and return relevant information or perform …

  5. Voice assistant using python · GitHub

    Mar 17, 2023 · mithra.setProperty('voice', voices[1].id) def talk(text): mithra.say(text) mithra.runAndWait() def wishme(): hour = int(datetime.datetime.now().hour) if 0 <= hour < 12: …

  6. Building an Intelligent Voice Chat Assistant with Python

    Dec 30, 2023 · In this tutorial, we will delve into the fascinating realm of building a Voice Chat Assistant using Python, harnessing the power of OpenAI APIs, and incorporating the …

  7. How to make your own Voice Assistance in Python!

    Jan 23, 2023 · In this tutorial, we will learn how to create our own voice assistant using Python. To do this, we will need several modules, including speech_recognition, pyttsx3, and openai. Let’s …

  8. Simple AI Voice Assistant using OpenAI API · GitHub

    Simple AI Voice Assistant using OpenAI API. GitHub Gist: instantly share code, notes, and snippets.

  9. GitHub - nagendrakathi/voice-assistant-py: Created a Virtual voice ...

    This mini project is a Python-based virtual voice assistant that can listen to voice commands, respond with actions, and even tell jokes or facts. It uses libraries like pyttsx3 for text-to …

  10. How to create your own voice assistant with python and …

    Dec 3, 2023 · This post describes how to build your own voice assistant based on OpenAI api with ChatGPT. The assistant is build with python and uses python libraries for speech to text and …

  11. Some results have been removed
Refresh