1
Good afternoon fellows, as you go?
So I’m fairly new to this development environment and I programmed in python some time ago. I have a project idea where it involves creating a kind of virtual assistant (a child version of a Siri or Amazon Alexa). I’ve done some research, seen some videos and put together some libraries and frameworks that I believe will help me with this project. However, I would like to know whether these libraries will not conflict in any way and whether this is the best way I can go.
Another question I have is about python UI. The best choice today is Kivy? And it will be possible that I can develop this code, with these libraries with python kivy to create an Android app?
The libraries/frameworks are these:
Voice recognition - https://pypi.org/project/SpeechRecognition/
Voice synthesizer - https://pypi.org/project/pyttsx3/
Chat Bot - https://chatterbot.readthedocs.io/en/stable/
Search (Mining) on the Internet - https://scrapy.org
Graphical interface + Cross-Platform (Android?) - https://kivy.org/#home // http://excript.com/python/kivy.html
I accept tips, opinions and insults. I appreciate the understanding of all!