AI-voice-assistant / setup.py
bijayjr's picture
Update setup.py
01c815b verified
raw
history blame contribute delete
318 Bytes
from setuptools import find_packages, setup
setup(
name="multilingual assistant",
version="0.0.1",
author="bijay",
author_email="[email protected]",
packages=find_packages(),
install_requires=["SpeechRecognition","pipwin","PyAudio","gTTS","google-generativeai","python-dotenv","streamlit"]
)