Repo URL: https://github.com/pedropcamellon/market-mind

MarketMind is a small demo Django-based web application that integrates with a language model agent to handle search queries about companies. The application provides a summary of the latest news and stock price for a given company using LLM-based agent.

The user interface is intentionally minimalistic and straightforward, featuring a clean design that focuses on essential functionality. This design choice was deliberate for two main reasons:

The simple UI approach allows users to quickly input their queries and receive clear, organized results without any learning curve or confusion.

home_screenshot.png

Features

Search

The search functionality leverages LangChain tools to provide comprehensive company insights through the following process:

This architecture ensures fast and accurate retrieval of company information while maintaining cost-effectiveness through the use of Google's efficient embedding model.

Tech Stack