Skip to content

Commit

Permalink
Merge pull request #44 from 10-academy-w-9/recommendation-strategy
Browse files Browse the repository at this point in the history
Recommendation strategy
  • Loading branch information
AbYT101 committed Jun 26, 2024
2 parents d07d109 + 36e70dd commit e316140
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
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.

0 comments on commit e316140

Please sign in to comment.