Spaces:
Build error
Build error
Deploy FinVoice: Complete multilingual finance assistant with voice processing, RAG, and portfolio optimization
0122ddd
| # Core FastAPI & Web Framework | |
| fastapi==0.104.1 | |
| uvicorn==0.24.0 | |
| gradio==4.44.0 | |
| pydantic==2.5.0 | |
| starlette==0.27.0 | |
| # Machine Learning & AI | |
| torch==2.1.0 | |
| transformers==4.35.0 | |
| sentence-transformers==2.2.2 | |
| scikit-learn==1.3.2 | |
| numpy==1.24.3 | |
| pandas==2.1.3 | |
| # Audio Processing | |
| librosa==0.10.1 | |
| soundfile==0.12.1 | |
| pyaudio==0.2.11 | |
| speech_recognition==3.10.0 | |
| # Vector Database & RAG | |
| chromadb==0.4.15 | |
| langchain==0.1.0 | |
| langchain-community==0.0.10 | |
| # LLM Integration | |
| groq==0.4.1 | |
| openai==1.3.7 | |
| # Indian Language Support | |
| indictrans==2.0.0 | |
| ai4bharat-transliteration==1.0.1 | |
| # Financial Data & APIs | |
| yfinance==0.2.22 | |
| alpha-vantage==2.3.1 | |
| requests==2.31.0 | |
| # Database & Storage | |
| sqlite3 | |
| sqlalchemy==2.0.23 | |
| aiosqlite==0.19.0 | |
| # Optimization & Math | |
| scipy==1.11.4 | |
| cvxpy==1.4.1 | |
| pypfopt==1.5.5 | |
| # Utilities | |
| python-multipart==0.0.6 | |
| python-dotenv==1.0.0 | |
| typing-extensions==4.8.0 | |
| pydub==0.25.1 | |
| io-base64==0.1.1 | |
| # Development & Testing | |
| pytest==7.4.3 | |
| httpx==0.25.2 | |
| # Additional Dependencies | |
| markdown==3.5.1 | |
| beautifulsoup4==4.12.2 | |
| lxml==4.9.3 | |
| python-dateutil==2.8.2 | |
| pytz==2023.3 |