An open API service indexing awesome lists of open source software.

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 기반 암호화폐 시장 가격 예측기

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