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

crypto-prediction-cript

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

crypto-prediction-cript

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

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
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 08 Dec 2024

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