Skip to content

CryptoAnalyzer is an information system for collecting, analyzing, and short-term forecasting cryptocurrency prices using LSTM neural networks.

Notifications You must be signed in to change notification settings

TheFgut/CryptoAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoAnalyzer is an information system for collecting, analyzing, and short-term forecasting cryptocurrency prices using LSTM neural networks.

Features

  • Data Collection
    Automated retrieval of historical OHLCV (Open, High, Low, Close, Volume) data via the Binance REST API.

  • Preprocessing

    • Normalization and outlier removal
    • Generation of additional features: volatility, price delta, candle type, and more
  • Visualization

    • Time-series charts of price and volume
    • Overlay of LSTM model forecasts on the price chart
  • Price Forecasting

    • 1–2 minute ahead price predictions
    • Adjustable LSTM hyperparameters: number of layers, batch size, learning rate

Tech Stack

  • Languages: C#, Python
  • Frameworks & Libraries:
    • ASP.NET Core
    • Windows Forms
    • Keras.NET
  • External API: Binance API

About

CryptoAnalyzer is an information system for collecting, analyzing, and short-term forecasting cryptocurrency prices using LSTM neural networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages