GithubHelp home page GithubHelp logo

jaydevnani / aicryptotrading Goto Github PK

View Code? Open in Web Editor NEW

This project forked from giorgioregni/aicryptotrading

0.0 1.0 0.0 12.04 MB

This is the example code for "Bitcoin and crypto trading with Artificial Intelligence" hackathon at Holberton school https://www.meetup.com/Holberton-School/events/251802757/

License: Apache License 2.0

Python 4.38% Jupyter Notebook 95.62%

aicryptotrading's Introduction

AICryptoTrading

This is the example code for "Bitcoin and crypto trading with Artificial Intelligence" hackathon at Holberton school https://www.meetup.com/Holberton-School/events/251802757/

The event will take place @HolbertonSchool the weekend of Friday, June 29, 2018, 5:00 PM to Sunday, July 1, 2018, 11:59 AM!

Getting Started

Files

The example consists of a jupyter notebook, python code and exchange price csv files for 2 pairs:

  • USD/BTC since 2012 every 5 minutes, high,low,close,open,volume
  • BTC/ETH since 2012 every 5 minutes, high,low,close,open,volume

Dependencies

The easiest way to get all deep learning libraries and dependencies is to use docker, specifically this image: ufoym/deepo:all-py27-jupyter

To learn more about this image: https://github.com/ufoym/deepo

Runnning the code on docker

The docker image ufoym/deepo:all-py27-jupyter contains all the libraries needed to run either on CPU or GPU. To test your code, assuming you checked out the project in your current working directory:

docker run -it -p 8888:8888 --ipc=host -v $PWD:/root ufoym/deepo:all-jupyter-py27 jupyter notebook --no-browser --ip=0.0.0.0 --allow-root --NotebookApp.token= --notebook-dir='/root'

This will run a deep learning jupyter notebook on your machine, accessible at port 8888. Use your browser to access http://localhost:8888 and open the file crypto_predict.ipynb to get started.

aicryptotrading's People

Contributors

giorgioregni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.