jsebdev commited on
Commit
d6d8afa
·
1 Parent(s): db40678

Update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,11 +7,11 @@ tags:
7
 
8
  ## Model description
9
 
10
- This is a model to predict Apple stock prices.
11
 
12
  ## Intended uses & limitations
13
 
14
- This models is intented to be used in the following project:
15
 
16
  - https://huggingface.co/spaces/jsebdev/stock_predictor
17
 
 
7
 
8
  ## Model description
9
 
10
+ This is model predicts Apple stock prices. The model takes as input the last 500 daily candles of Apple stock price data and outputs the predicted candle for the next day. The input candles must be in chronological order, representing daily data for each candle, and the predicted candle will also be in daily format.
11
 
12
  ## Intended uses & limitations
13
 
14
+ This models is intended to be used as a learning project. Please don't use it as a financial tool. The only place where it should be running is the following space:
15
 
16
  - https://huggingface.co/spaces/jsebdev/stock_predictor
17