Predictions made on Amazon stock market (fresh data until 2022-02-03) with Tensorflow.js.
Check out this app in live stockmarketpredictiocvxl0lfn-smpfront.functions.fnc.fr-par.scw.cloud
Just wanna spend my time using Tensorflow.js :) Data come from the free API alphavantage.co
Clone the repo
git clone https://github.com/tomtom94/stockmarketpredictions.git
cd stockmarketpredictions
npm install
Run dev mode with
npm run dev
it's gonna start an hot dev middleware with an express server ;) ready to work http://localhost:3000
npm install
Run build mode with
npm run build
it's gonna build in dist/
Then run in production mode
npm run start
;) it's gonna start the only one SSR express server out of the box for internet http://localhost:3000 or environment port used.
docker build -t stockmarketpredictions .
docker run -p 80:80 stockmarketpredictions
Then open http://localhost:80
You better use a good search engine like Qwant.com, don't use Google. please.
When pushing or merging on master branch, you can trigger Github Actions with a commit message that includes #major, #minor or #patch.
Example of commit message in order to start a deployment :
git commit -m "#major this is a big commit"
git commit -m "#patch this is a tiny commit"
If ever you wanna brainstorm, download my resume you are gonna find my phone number
