Skip to content

Latest commit

 

History

History
executable file
·
44 lines (32 loc) · 815 Bytes

README.md

File metadata and controls

executable file
·
44 lines (32 loc) · 815 Bytes

Crypto App with Machine Learning

A Cryptocurrency Dashboard built with Vue.js, Binance WebSocket API for realtime price, amCharts for displaying prices, price forecasting with LSTM neural network.

Technologies

Prerequisites:

  • Node/NPM
  • Vue-cli 3.x

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit