Manos Tzevelekos commited on
Commit
efd9421
1 Parent(s): d54ac74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  For this module we decided to work with stocks prediction combinng it with news/articles and tried to perform a sentiment analysis on top. For that reason we implemented vscode to write our code and hopsworks to store our feature groups, feature view and the model. The APIs that we used are the Alpha vantage for the stocks and the Polygon for the news.
2
 
3
  We decided that what we wanted was to predict the 'open' price for TSLA stocks. This was because when you are buying stocks you can't buy them after the stock market has closed.
 
1
+ ---
2
+ title: Stocks Prediction App
3
+ emoji: 💻
4
+ colorFrom: pink
5
+ colorTo: red
6
+ sdk: streamlit
7
+ sdk_version: 1.35.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
  For this module we decided to work with stocks prediction combinng it with news/articles and tried to perform a sentiment analysis on top. For that reason we implemented vscode to write our code and hopsworks to store our feature groups, feature view and the model. The APIs that we used are the Alpha vantage for the stocks and the Polygon for the news.
14
 
15
  We decided that what we wanted was to predict the 'open' price for TSLA stocks. This was because when you are buying stocks you can't buy them after the stock market has closed.