Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommendation strategy #44

Merged
merged 2 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,35 @@ crypto-trading-backtesting/
```sh
pip install -r requirements.txt
```
4. **Run React interface**
4. **Configure environmnet variables and configurations:**
```
.env
app/config.py
```
5. **Run backend api and mlflow server:**
```sh
mlflow server --host 127.0.0.1 --port 5050
python run.py
```
6. **Run frontend interface**
```sh
streamlit run src/frontend/app.py
cd frontend/
npm install
npm run start
```
5. **Run Chronos**
7. **Run Chronos**
```sh
pip install git+https://github.com/amazon-science/chronos-forecasting.git

pip install pandas numpy torch sqlalchemy psycopg2-binary matplotlib chronos
```

#### Altenative
1. **Run run_project.sh file:**
```
sh run_prject.sh
```

## Usage
1. **Provide input descriptions** of the trading strategies, including scenarios and expected outputs.

Expand Down
4 changes: 2 additions & 2 deletions run_project.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mlflow server --host 127.0.0.1 --port 5050
python3 run.py

python run.py
cd frontend && npm install && npm run start
Binary file added screenshots/backtest_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading