-
As @k4u5h1k suggested, we can add NLP functions in Issue #212 . I suggest to add speech-to-text and text-to-speech functions. Can I work on it? The speechrecognition and pyttsx3 (or gTTS) modules may …
-
ImportError: No module named 'pyttsx3'
This is python 3.5.3 on my RPi3. Any idea how to fix it?
-
## Problem
I want to use pywinauto for 64-bit game automation. I got stuck at calling the function print_control_identifiers() when using python 32bit.
```
import pyautogui
import psutil
import…
-
*This is the complete error:*
File "tm_obj_det.py", line 233, in
main()
File "tm_obj_det.py", line 99, in main
model = tf.models.load_model(model_path, compile=False)
File "/home/…
-
Hello @dusty-nv ,
Hope you are fine.
I have trained the SSD model using my own dataset for object detection.
I want to ask how to add voice capability like when it detects the object speaker …
-
-
## Description
Add the article for `Jarvis Algorithm`. The basic layout for the article should be:
- What is Jarvis Algorithm?
- Explanation for Jarvis Algorithm
- Algorithmic Steps
- Code…
-
Dear @Moda-Lin ,
Thank you for these examples for EVA IDE. Unfortunately, none of them work. When I click play button nothing happens in IDE. Here is the output in terminal after I start EVA IDE and …
-
# Aim
- To make a Simple Python script that can convert a pdf into a audiobook.
# Details
- In this project i will be using pyttsx3 which is a text-to-speech conversion library and PyPDF2 which…
-
I just buyed Pythonista 3 and installed Stash. I installed the Module wikipedia with pip and tried to install PyAudio, Portaudio and SpeechRecognition. I want to make a virtual Assistant, but without …