esp32-ai
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.
Kronos Indian Market Advisor is an AI-driven quantitative prediction and interpretation system that combines a small candlestick foundation model (Kronos-base) with a local LLM (Llama 3.2 3B) to generate beginner-friendly forecasts and reports for Indian equities, forex, and commodities.
6
No data
7
0
No data
2026-07-28
It democratizes advanced quantitative forecasting by pairing a compact, open-source foundation model with a local LLM, making sophisticated market analysis accessible and understandable for Indian retail investors without requiring deep financial knowledge.
📺 Watch the full tutorial on YouTube
An advanced, AI-driven quantitative prediction and interpretation system designed specifically for Indian financial investors and beginners. Powered by Kronos-base (the ~400MB open-source candlestick foundation model trained on global exchanges) and localized by Llama 3.2 3B via Ollama, this project translates complex K-line sequences into jargon-free, high-value financial insights for equities like NIFTY 50, Reliance Industries, HDFC Bank, Gold ETFs, and USD/INR exchange rates.
~400MB) base model with hierarchical K-line tokenization to predict future OHLCV candlestick paths.NeoQuasar/Kronos-base (Hugging Face Transformers & PyTorch)llama3.2:3b (via Ollama, thinking disabled for rapid inference)yfinance (Live NSE Indian market indices, corporate stocks, and commodities)Jinja2 with custom responsive CSS stylingpandas, numpy, matplotlib, torchAll commands below can be executed directly in your Windows Antigravity PowerShell terminal by copy-pasting.
First, clone the official Kronos foundation model repository into kronos_lib and install standard Python dependencies:
git clone https://github.com/shiyu-coder/Kronos.git kronos_lib
pip install --upgrade transformers huggingface_hub safetensors pandas einops matplotlib tqdm yfinance jinja2 requests torch
Ensure Ollama is running, and pull the required 3B instruction model:
ollama run llama3.2:3b
``
Kronos AI: Tiny Model That Beats Expensive Trading Bots - Open-source foundation model for financial candlesticks with Ollama Llama 3.2 Indian market analysis.
Similar projects matched by category, topics, and programming language.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.
Deltafin is a research project that runs the 2.8-trillion-parameter Mixture-of-Experts model Kimi K3 on a single Apple Silicon Mac (e.g., M1 Max with 64 GB) at about 16 seconds per token, using exact, reproducible inference with local or streaming expert loading.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.