AIStockpricePrediction

https://aistockpriceprediction.com/

AIStockpricePrediction.com is my “front end” to visualize my private trading ideas and algorithms. A Kubernetes job runs daily, which “chases” all SPY500 stocks through my microservice architecture (FastAPI, TensorFlow, LSTMs, Sklearn), and then saves the results in Markdown format. GoHugo (static website generator) then converts them to HTML, and the Kubernetes job then uploads them to GitHub, where they are transferred to the GitHub Pages by GitHub Actions.