Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/realtime-ml
Machine learning in real-time
https://github.com/auser/realtime-ml
Last synced: 15 days ago
JSON representation
Machine learning in real-time
- Host: GitHub
- URL: https://github.com/auser/realtime-ml
- Owner: auser
- Created: 2023-08-03T15:29:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T23:02:35.000Z (about 1 year ago)
- Last Synced: 2024-11-11T12:06:12.904Z (2 months ago)
- Language: Jupyter Notebook
- Size: 419 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Machine Learning
Make sure you install `librdkafka`
```bash
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/f7d0f40bbc4075177ecf16812fd95951a723a996/Formula/librdkafka.rb
brew install --build-from-source librdkafka.rb
```