https://github.com/carlomazzaferro/kryptoflow

Real-time analysis of bitcoin markets with Kafka and Tensorflow Serving

https://github.com/carlomazzaferro/kryptoflow

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.3%) to scientific vocabulary

Keywords

bitcoin kafka keras machine-learning tensorflow-serving time-series
Last synced: 5 months ago · JSON representation

Repository

Real-time analysis of bitcoin markets with Kafka and Tensorflow Serving

Basic Info
  • Host: GitHub
  • Owner: carlomazzaferro
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 10.6 MB
Statistics
  • Stars: 72
  • Watchers: 12
  • Forks: 18
  • Open Issues: 3
  • Releases: 0
Topics
bitcoin kafka keras machine-learning tensorflow-serving time-series
Created about 8 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.md

Kryptoflow

Join the chat at https://gitter.im/kryptoflow-repo/Lobby Build Status Codacy Badge Downloads

Algorithmic crypto trading framework with Kafka and TensorFlow (Keras + TensorFlow Serving)

Documentation live at: https://carlomazzaferro.github.io/kryptoflow/index.html

STATUS: pre-alpha. Very active development. Feel free to rip the code apart, repurpose it, improve on it, or do whatever else it may please. Documentation is also not fully up to date. This will change soon.

Description

The idea behind this project is to take care of the infrastructural work that goes behind building a machine learning-driven trading systems. In particular, the aim is giving users a working set up for:

  1. Gathering as granular data as possible
  2. Test a variety of strategies intuitively and with low friction
  3. Deploying models easily and keeping them up to date
  4. Trading continuously and reliably

All this done through a rich API and a browser-based GUI. Want to test your newly developed deep learning model tplace to start.

Another use case: want to build something like Quantopian but using cutting-edge machine learning? Then you may need to build it yourself. Here you'll find most of the tooling needed.

``

Installation and Requirements

Some basic requirements:

  1. python3.6
  2. Docker

More at: https://carlomazzaferro.github.io/kryptoflow/installation.html

bash $ pip install kryptoflow

Creating a New Project

bash $ kryptoflow init --name make-money --path /home/user/projects

This will create all the configuration necessary to get going, alongside docker files and other stuff. Cd into the repo and check out its contents.

Spinning Up Resources

From the project directory, run:

bash docker-compose up

Training and Deploying a Model

bash $ kryptoflow train --epocs 10 --model model.py

Then

bash $ kryptoflow serve --model-number 1

License

GNU General Public License v3.0

Owner

  • Name: Carlo Mazzaferro
  • Login: carlomazzaferro
  • Kind: user
  • Location: Berlin, DE

Machine Learning infrastructure and related things. Also DeFi & MEV.

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 276
  • Total Committers: 4
  • Avg Commits per committer: 69.0
  • Development Distribution Score (DDS): 0.221
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Carlo Mazzaferro c****o@g****m 215
Carlo Mazzaferro c****o@b****m 58
giranntu g****u@g****m 2
The Gitter Badger b****r@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 5
  • Average time to close issues: 5 days
  • Average time to close pull requests: 4 minutes
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 2.4
  • Average comments per pull request: 0.4
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • giranntu (4)
  • carlomazzaferro (1)
Pull Request Authors
  • carlomazzaferro (3)
  • gitter-badger (1)
  • giranntu (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 26 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 6
  • Total maintainers: 1
pypi.org: kryptoflow

Add a short description here!

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 26 Last month
Rankings
Stargazers count: 8.1%
Forks count: 8.7%
Dependent packages count: 10.1%
Average: 18.0%
Dependent repos count: 21.6%
Downloads: 41.5%
Maintainers (1)
Last synced: 6 months ago