Skip to content

phatnguyen080401/cryptocurrencies-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrencies-Prediction

Setup

For the ease of deployment Docker Compose script is used. It still needs some manual steps, however.

  • Cassandra
    • Edit docker-compose.yml file and replace paths in volumes to match your environment
    • To start all the services run this command from the main project folder: docker-compose up

Usage

  1. Clone repository
  git clone 
  1. Run Docker containers
  make start-docker
  1. Setup virtual env for project
  make setup-env
  1. Run project
  make rest-api-app
  1. Predict price
  Go to jupyter notebook to analyze and predict

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages