PythonAI icon indicating copy to clipboard operation
PythonAI copied to clipboard

Results 9 PythonAI issues
Sort by recently updated
recently updated
newest added

Trying to run the AI on my windows 10 PC I just installed the model and renamed the folder but when trying to run the I get this: ![image](https://user-images.githubusercontent.com/76888925/201332289-f4d5b610-d436-453b-8171-a86c23d43777.png)

in VS Code i get the following problems on following the youtube VOD: ![image](https://user-images.githubusercontent.com/106432581/194813756-ee70f11b-6dc9-4b60-a39e-24ca4b935fb7.png) whereas when trying to run the code in PyCharm it starts up....show's the initial print "I'm...

Hi, Thanks for providing the code. However, you don't have a license. I'm not sure if I am allowed to use this or not. Please add one. Thank you!

Collecting pyobjc-core==8.5 Using cached pyobjc-core-8.5.tar.gz (788 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [2 lines of...

For some reason... all I get is this: (venv) craig@sam:~/Projects/PythonAI $ python alf.py catalan LOG (VoskAPI:ReadDataFiles():model.cc:213) Decoding params beam=13 max-active=7000 lattice-beam=6 LOG (VoskAPI:ReadDataFiles():model.cc:216) Silence phones 1:2:3:4:5:11:12:13:14:15 LOG (VoskAPI:RemoveOrphanNodes():nnet-nnet.cc:948) Removed 0...

Hello Kevin, Really admiring your works for AI. I came up with the issue as below: ![image](https://github.com/kevinmcaleer/PythonAI/assets/138155535/537e14f8-fd94-45f0-8ad0-d28584790682) I checked the API KEY and it does work but when in python...

Changes I made: 1. Reduce file I/O: Read the skills and plugins JSON files only once and store the data in memory instead of reading them multiple times. 2. Use...

AttributeError: 'KaldiRecognizer' object has no attribute '_handle'