All Projects → nityansuman → warren

nityansuman / warren

Licence: GPL-3.0 License
Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy.

Programming Languages

Jupyter Notebook
11667 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to warren

Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (-56.6%)
Mutual labels:  stock-price-prediction
brapi
API ilimitada da Bovespa, moedas e crypto. Ganhe acesso aos dados de qualquer ação, moeda ou criptomoeda
Stars: ✭ 36 (-66.04%)
Mutual labels:  yahoo-finance
yliveticker
Get market data from Yahoo Finance websocket in near-real time.
Stars: ✭ 90 (-15.09%)
Mutual labels:  yahoo-finance
StockMarketML
Predicting stocks with ML.
Stars: ✭ 36 (-66.04%)
Mutual labels:  stock-price-prediction
nutrition-framework
Skripsi / TA of Muhammad Faisal Amir - Telkom University 2021
Stars: ✭ 30 (-71.7%)
Mutual labels:  final-year-project
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-78.3%)
Mutual labels:  stock-price-prediction
node-yahoo-finance2
Unofficial API for Yahoo Finance
Stars: ✭ 155 (+46.23%)
Mutual labels:  yahoo-finance
Final-Year-Project
8th sem Final year Project of VTU
Stars: ✭ 53 (-50%)
Mutual labels:  final-year-project
covid-19
COVID-19 infectious forecasting using SEIR model and R0 estimation
Stars: ✭ 65 (-38.68%)
Mutual labels:  forecasting-model
AI-Project
Stock predictor using Machine Learning
Stars: ✭ 22 (-79.25%)
Mutual labels:  yahoo-finance
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+3.77%)
Mutual labels:  yahoo-finance
project-defude
Refocus an image just by clicking on it with no additional data
Stars: ✭ 69 (-34.91%)
Mutual labels:  final-year-project
Fake-News-Detection-Project
Fake News Detection Final Year College Project with Project Report, PPT, Code, Research Paper and Documents.
Stars: ✭ 16 (-84.91%)
Mutual labels:  final-year-project
Automatic-Stock-Trading
Trading Algorithm by XGBoost
Stars: ✭ 58 (-45.28%)
Mutual labels:  stock-price-prediction
ProductManagementTool
Advanced Product tracking automation system using Qt 5 and C++
Stars: ✭ 39 (-63.21%)
Mutual labels:  final-year-project
stock-market-prediction-via-google-trends
Attempt to predict future stock prices based on Google Trends data.
Stars: ✭ 45 (-57.55%)
Mutual labels:  stock-price-prediction
Steward
A stock portfolio manager that provides neural net based short-term predictions for stocks and natural language processing based analysis on community sentiments.
Stars: ✭ 25 (-76.42%)
Mutual labels:  stock-price-prediction
yfMongo
MongoDb tool to store stock Yahoo Finance market data in a consistent way
Stars: ✭ 32 (-69.81%)
Mutual labels:  yahoo-finance
Use-SageMaker XGBoost-convert-Time-Series-into-Supervised-Learning-for-predictive-maintenance
使用SageMaker+XGBoost,将时间序列转换为监督学习,完成预测性维护的实践
Stars: ✭ 34 (-67.92%)
Mutual labels:  series-forecasting
mlp stock
Stock price prediction using ensemble MLP in PyTorch.
Stars: ✭ 25 (-76.42%)
Mutual labels:  stock-price-prediction

Warren - Stock Price Predictor

GitHub GitHub code size in bytes GitHub repo size GitHub language count GitHub last commit

Stock market prediction is the act of trying to determine the future value of a company stock or other financial instrument traded on an exchange. The successful prediction of a stock's future price could yield significant profit. The efficient-market hypothesis suggests that stock prices reflect all currently available information and any price changes that are not based on newly revealed information thus are inherently unpredictable. Others disagree and those with this viewpoint possess myriad methods and technologies which purportedly allow them to gain future price information.

We make use of Facebook's Time Series forcasting algorithm Prophet to predict stock market price of US based companies in real time using multi-variate, single step forecasting strategy.

Header

Getting Started

Download or clone project from github:

$ git clone https://github.com/nityansuman/warren.git

Create a project environment (Anaconda recommended):

$ conda create --name envname python
$ conda activate envname

Install prerequisites:

$ pip install -r REQUIREMENTS.txt

Run project:

$ cd warren
$ python runserver.py

Model Validation Analysis

Facebook (Stock: FB) Validation FB_validation

Microsoft (Stock: MSFT) Validation MSFT_validation

Google (Stock: GOOGL) Validation GOOGLE_validation

Support

If you like the work I do, show your appreciation by 'FORK', 'STAR' and 'SHARE'.

forthebadge made-with-python Forthebadge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].