Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 876 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 876 Bytes

Cryptocurrency Market Anomaly Detection

This project aims to detect anomalies in real-time cryptocurrency market data using data collected from the Binance API. The system fetches historical and real-time data, preprocesses it, engineers relevant features, and applies various anomaly detection techniques to identify unusual patterns in the market.


Project Overview

Key Features

  1. Data Collection: Fetches historical and real-time cryptocurrency data from Binance API.
  2. Data Preprocessing: Cleans and prepares the data for analysis.
  3. Feature Engineering: Adds derived features like moving averages, volatility, and Bollinger Bands.
  4. Anomaly Detection: Implements statistical, machine learning, and deep learning models to detect anomalies.
  5. Real-Time Alerts: Sends alerts via Telegram when anomalies are detected.