https://github.com/carlomazzaferro/kryptoflow
Real-time analysis of bitcoin markets with Kafka and Tensorflow Serving
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
Repository
Real-time analysis of bitcoin markets with Kafka and Tensorflow Serving
Basic Info
Statistics
- Stars: 72
- Watchers: 12
- Forks: 18
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
Kryptoflow
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:
- Gathering as granular data as possible
- Test a variety of strategies intuitively and with low friction
- Deploying models easily and keeping them up to date
- 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:
- python3.6
- 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
Owner
- Name: Carlo Mazzaferro
- Login: carlomazzaferro
- Kind: user
- Location: Berlin, DE
- Website: https://mazzaferr.ro/
- Repositories: 9
- Profile: https://github.com/carlomazzaferro
Machine Learning infrastructure and related things. Also DeFi & MEV.
GitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | 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
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!
- Homepage: https://carlomazzaferro.github.io/kryptoflow/
- Documentation: https://kryptoflow.readthedocs.io/
- License: mit
-
Latest release: 0.5.1
published over 7 years ago