Spaces:
Sleeping
Sleeping
File size: 439 Bytes
f932fa6 |
1 2 3 4 5 6 7 8 |
## AI Tool Usage Log
- **LangChain + OpenAI GPT-3.5**: Used to generate market summary responses via RetrievalQA.
- **FAISS + HuggingFaceEmbeddings**: For semantic document search on financial notes.
- **yfinance**: Fetched real-time stock prices and % change for TSM, SSNLF.
- **BeautifulSoup**: Scraped latest headlines from MarketWatch.
- **SpeechRecognition + pyttsx3**: Converted user voice input to text and generated audio output.
|