Stockmarketpredictions
Educational predictions on stock market with Tensorflow.js sequential RNN with LSTM layers on a React web App.
Install / Use
npx skills add tomtom94/stockmarketpredictionsInstalls into whichever agent you are using.
README
Elegant and for real stock predictions App with Tensorflow.js
Introduction
Predictions made on Amazon stock market (fresh data until 2022-02-03) with Tensorflow.js. But you can download freshened up data :)
Check out this app in live stockmarketpredictiocvxl0lfn-smpfront.functions.fnc.fr-par.scw.cloud
Table of contents
Motivations
Just wanna spend my time using Tensorflow.js :) Data come from the free API alphavantage.co

Getting started
Clone the repo
git clone https://github.com/tomtom94/stockmarketpredictions.git
cd stockmarketpredictions
Requirements
Node.js version v16.3.0 minimum (because we need to use the js optional chaining operator). Hopefully you got nvm command already installed (best way to install node), hence just do
nvm use
it's gonna use the .nvmrc file with v16.20.0
Start in dev mode
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
Start in production mode
With Node.js
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.
With Docker
docker build -t stockmarketpredictions .
docker run -p 80:80 stockmarketpredictions
Then open http://localhost:80
Must know about the app
You better use a good search engine like Qwant.com, don't use Google. please.
Import daily data from Yahoo Finance
You can run any company stock market you want, just download it yourself from Yahoo Finance.
In order to do so choose your own ticker for example CGG company in France, from this page https://fr.finance.yahoo.com/chart/CGG.PA open your browser console, click 5A to display 5 years of data. Then copy the gross json result from the api call into the texte area in the web page, click Submit Yahoo Data button.

The screenshot above will help you do the job.
Continuous Integration and Continuous Delivery
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"
Notes
If ever you wanna brainstorm, download my resume you are gonna find my phone number
Related Skills
imsg
385.5kUse the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
Agent Development
140.7kThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or…
review-duplication
106.4kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
ai-agent-specialist
40.5kCursor rules for TypeScript, React, Node.js, clean architecture, testing, and WHY-oriented engineering guidance.
