https://github.com/jongha/stock-ai
https://github.com/jongha/stock-ai
ai artificial-intelligence stock
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jongha/stock-ai
- Owner: jongha
- License: mit
- Created: 2016-11-06T05:53:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T06:50:15.000Z (over 9 years ago)
- Last Synced: 2025-12-31T11:42:46.404Z (6 months ago)
- Topics: ai, artificial-intelligence, stock
- Language: JavaScript
- Size: 1.36 MB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stock-AI
This application is Stock analytics using AI (Artificial Intelligence).
It aims to help users make more accurate judgments when trading stocks.
This application will be able to perform fundamental analysis and help to predict the stock price using artificial intelligence.
To run this application, follow the steps below.
## Preparation
* Create Procfile with `web: gunicorn -b 0.0.0.0:$PORT app:app`
* Run `virtualenv venv`
* VirtualEnv for Python3: `virtualenv -p python3 venv`
* Run `source venv/bin/activate`
* Run `pip freeze > requirements.txt`
* Run `heroku create --stack cedar`
## Result
```
{
'price': str(price),
'grade': grade,
'critical': {
'score': str(sum(criticals)),
'total': str(len(criticals))
},
'score': {
'score': str(sum(scores)),
'total': str(len(scores))
}
}
```
## License
[MIT License](https://github.com/jongha/stock-ai/blob/master/LICENSE.txt)