New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

crypto-prediction

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-prediction

This project predicts cryptocurrency prices (Bitcoin, for example) using machine learning (TensorFlow.js). It fetches historical data, processes it, trains a model, and predicts the future prices based on various time windows (1 hour, 24 hours, 7 days, et

latest
npmnpm
Version
1.13.0
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Crypto Price Prediction with TensorFlow.js

This project predicts cryptocurrency prices (Bitcoin, for example) using machine learning (TensorFlow.js). It fetches historical data, processes it, trains a model, and predicts the future prices based on various time windows (1 hour, 24 hours, 7 days, etc.).

Features

  • Fetch Historical Data: Uses the CryptoCompare API to fetch historical Bitcoin data.
  • Data Processing: Processes the data with technical indicators like RSI, EMA, and volume change.
  • Model Training: Trains a neural network model using TensorFlow.js to predict future prices.
  • Prediction: Predicts the price for a given future time window (e.g., 1 hour, 24 hours, 7 days).
  • Customizable Time Windows: Switch between different timeframes for prediction (1 hour, 24 hours, 7 days).
  • Model Persistence: Saves the trained model and loads it for future predictions.

Installation

To get started, you can install the package from npm.

npm install crypto-price-prediction

FAQs

Package last updated on 03 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts