https://playground-potato.vercel.app/
Sentirion is a web application designed to help users evaluate and manage their stock portfolios. By leveraging the power of OpenAI's GPT-4o model, the application provides insightful evaluations and recommendations based on selected stock symbols. Users can search for stocks, add them to their portfolio, and receive aggregated sentiment analysis and historical data.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev