Skip to content

RONALD55/Virtual-Assistant-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Assistant-in-Python

This is more like creating your own alexa or siri in python

Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful data apps. Streamlit Docs

To install relevant packages

Open your shell or terminal and install the relevant packages using the command below

pip install -r requirements.txt

Having issues installing PyAudio

installing pyaudio on python (ubuntu-linux)
sudo apt-get install python3-pyaudio
installing pyaudio on python (fedora-linux)
sudo yum install python3-pyaudio
installing pyaudio on Windows
pip install pipwin
pipwin install pyaudio

To run this Application

Open the root folder of the project and run the command below:

streamlit run app.py

About

This is more like creating your own alexa or siri in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages