Metadata-Version: 2.1
Name: stocker
Version: 0.1.1
Summary: Stock Price Prediction
Home-page: https://github.com/jcamiloangarita/stocker
Author: jcamiloangarita
Author-email: camiloang94@gmail.com
License: UNKNOWN
Keywords: stock price prediction
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pytrends
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: scikit-learn
Requires-Dist: keras
Requires-Dist: tensorflow

# STOCKER
Stocker is a python tool that uses ANN to predict the stock's close price for the next business day.

## Authors

* **Juan Camilo Gonzalez Angarita** - [jcamiloangarita](https://github.com/jcamiloangarita)
* **Moses Maalidefaa Tantuoyir**
* **Anthony Ibeme** 

See the full list of [contributors](https://github.com/jcamiloangarita/stocker/graphs/contributors) involved in this project.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Get pwptemp

* Users: Wheels for Python from [PyPI](https://pypi.python.org/pypi/stocker/) 
    * `pip install stocker`
* Developers: Source code from [github](https://github.com/jcamiloangarita/stocker)
    * `git clone https://github.com/jcamiloangarita/stocker`


