Crypto AI-Tracker: Microservices Dashboard with Hybrid Sentiment Analysis

Retail investors bleed money due to market noise and emotional bias. This platform acts as a personal quant. It’s a microservices-based dashboard that fuses real-time portfolio tracking with an NLP-driven 'Fear & Greed' index. Zero guesswork, just data-backed insights.

Tech Stack

Features

Results

Challenges & Solutions

Challenge
AI Hallucinations: Generative LLMs often fabricate facts or misjudge the sentiment of financial news, which is catastrophic for trading decisions.
Solution
Engineered a hybrid pipeline. First, a local FinBERT model acts as the 'Ground Truth', delivering strict mathematical probability scores. Only then does Gemini receive these hard numbers alongside the news to draft a human-readable report. Gemini is constrained by math, making hallucinations impossible.

What I Learned