All Projects → austintackaberry → Stocks

austintackaberry / Stocks

Licence: mit
machine learning web app game where the user competes against the AI in picking stocks

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stocks

skutil
NOTE: skutil is now deprecated. See its sister project: https://github.com/tgsmith61591/skoot. Original description: A set of scikit-learn and h2o extension classes (as well as caret classes for python). See more here: https://tgsmith61591.github.io/skutil
Stars: ✭ 29 (-73.15%)
Mutual labels:  sklearn, pandas
sklearn-predict
机器学习数据,预测趋势并画图
Stars: ✭ 16 (-85.19%)
Mutual labels:  sklearn, pandas
xpandas
Universal 1d/2d data containers with Transformers functionality for data analysis.
Stars: ✭ 25 (-76.85%)
Mutual labels:  sklearn, pandas
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+2551.85%)
Mutual labels:  pandas, flask
Flask jsondash
🐍 📊 📈 Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.
Stars: ✭ 3,215 (+2876.85%)
Mutual labels:  flask, d3
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (+81.48%)
Mutual labels:  pandas, sklearn
skippa
SciKIt-learn Pipeline in PAndas
Stars: ✭ 33 (-69.44%)
Mutual labels:  sklearn, pandas
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+25%)
Mutual labels:  pandas, sklearn
Plotlydash Flask Tutorial
📊📉Embed Plotly Dash into your Flask applications.
Stars: ✭ 265 (+145.37%)
Mutual labels:  pandas, flask
Data-Analyst-Nanodegree
Kai Sheng Teh - Udacity Data Analyst Nanodegree
Stars: ✭ 42 (-61.11%)
Mutual labels:  sklearn, pandas
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (+62.96%)
Mutual labels:  pandas, sklearn
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+823.15%)
Mutual labels:  pandas, sklearn
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+31.48%)
Mutual labels:  pandas, sklearn
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (+93.52%)
Mutual labels:  pandas, sklearn
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+25.93%)
Mutual labels:  pandas, sklearn
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (-59.26%)
Mutual labels:  sklearn, pandas
Ni Pyt
Materiály k předmětu NI-PYT na FIT ČVUT
Stars: ✭ 112 (+3.7%)
Mutual labels:  pandas, flask
30 Days Of Python
Learn Python for the next 30 (or so) Days.
Stars: ✭ 1,748 (+1518.52%)
Mutual labels:  pandas, flask
datahub
DataHub - Synthetic data library
Stars: ✭ 66 (-38.89%)
Mutual labels:  sklearn, pandas
Daily Stock Forecast
Daily Stock Forecasts using Machine Learning & Python
Stars: ✭ 341 (+215.74%)
Mutual labels:  pandas, sklearn

StockIT

StockIT is a machine learning web app game that allows the user to compete agiainst the AI in buying/selling stocks. Random stocks are chosen and a random date in the past is chosen. The stock price starts trending from that date and continues for 365 days. While the stock price trends, the user competes against the AI in buying/selling stocks.

Pandas and Scikit Learn was used to develop a linear regression model to predict stock price. D3 and React were used to plot the data and update the leaderboard. Optimized for desktop and mobile.

Getting Started

In order to run a dev server on your local host, you will need to first install all the required npm packages for the frontend.

cd client

npm install

Now that you have installed all the required frontend packages, you can start the frontend server on port 3000:

npm start

Next you will need to install the required python packages:

cd ..

Install the virtual environment directory:

python3 -m venv venv

Activate the virtual environment

. venv/bin/activate

Install the requirements

pip install -r requirements.txt

Now you can open up an additional terminal and start up a server for the backend on port 5000:

export FLASK_APP=app.py

export FLASK_ENV=development

flask run

Now you are all set up!

Built With

  • React
  • D3
  • Python
  • Flask
  • Pandas
  • Scikit Learn

Authors

Austin Tackaberry

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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].