Spaces:
Sleeping
Sleeping
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"] | |
) |