Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/user2745/bie
A working proof of concept of a UoC -- a Bitcoin Insight Engine
https://github.com/user2745/bie
Last synced: about 21 hours ago
JSON representation
A working proof of concept of a UoC -- a Bitcoin Insight Engine
- Host: GitHub
- URL: https://github.com/user2745/bie
- Owner: user2745
- Created: 2024-12-25T20:10:57.000Z (about 1 month ago)
- Default Branch: llm-implementation
- Last Pushed: 2024-12-25T20:17:42.000Z (about 1 month ago)
- Last Synced: 2024-12-25T21:18:55.160Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Insight Engine
---
## Overview
The Bitcoin Insight Engine fetches real-time Bitcoin market data and uses an AI-powered LLM to generate financial insights.---
## Features
- Fetch live Bitcoin prices.
- Analyze market trends with AI.
- Generate structured, actionable insights.```
## How to Run
1. Start the Ollama server:
```
ollama serve
```
2. Run the Python script:
```
python main.py
``````
## Future Features
- Multi-asset analysis.
- Integration with real-time dashboards.
- Historical trend visualization.---
Let me know if you want any further refinements!