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.
它通过将紧凑的开源基础模型与本地LLM配对,使先进的量化预测变得平民化,让印度散户投资者无需深厚的金融知识就能获得可理解的市场分析。
📺 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.
根据分类、Topic 和编程语言匹配的相似项目。
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.