SkillAgentSearch skills...

Strtsmrt

Stock price trend prediction with news sentiment analysis using deep learning

Install / Use

npx skills add ssatia/strtsmrt

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

strtsmrt

strtsmrt is a machine learning system that predicts stock prices based on news articles.

##How it works:

  • Gets sentiment analysis data on news associated to stocks in the S&P 500 (using Google's Natural Language Cloud API)
  • Performs gradient descent on a neural network learning model using TensorFlow
  • Uses historical stock data fetched from Yahoo! Finance for training and testing purposes

##Results: Using a day's news sources, strtsmrt predicts the next day's stock price with an average percentage error of 0.5349% using the neural network model with two hidden layers.

Related Skills

View on GitHub
GitHub Stars72
CategoryEducation
Updated5mo ago
Forks19

Languages

Python

Security Score

82/100

Audited on Mar 4, 2026

No findings