https://github.com/iml1111/bithumb-crypto-predictor
AI 기반 암호화폐 시장 가격 예측기
https://github.com/iml1111/bithumb-crypto-predictor
chatgpt cryptocurrency openai python3
Last synced: 6 months ago
JSON representation
AI 기반 암호화폐 시장 가격 예측기
- Host: GitHub
- URL: https://github.com/iml1111/bithumb-crypto-predictor
- Owner: iml1111
- License: mit
- Created: 2024-06-02T11:11:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T13:44:08.000Z (11 months ago)
- Last Synced: 2025-04-24T00:02:27.779Z (6 months ago)
- Topics: chatgpt, cryptocurrency, openai, python3
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bithumb Crytpo Predictor
## Get Started
### Install Dependencies
```bash
$ pip install -r requirements.txt
```### Set Environment Variables
Create `.env` file in source root directory and, set environment variables.
```bash
# .env
OPENAI_API_KEY={API_KEY}
```### Run Job
```bash
$ python main.py run Job:Predictor KRW-{Crypto} iteration={iteration}
# python main.py run Job:Predictor KRW-WLD 5
```# References
- https://github.com/youtube-jocoding/gpt-bitcoin