https://github.com/josephy5/stonks
A stocks prediction script that I created when I started learning python
https://github.com/josephy5/stonks
Last synced: about 1 year ago
JSON representation
A stocks prediction script that I created when I started learning python
- Host: GitHub
- URL: https://github.com/josephy5/stonks
- Owner: Josephy5
- Created: 2023-05-25T07:10:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T07:27:25.000Z (about 3 years ago)
- Last Synced: 2025-02-13T21:18:32.162Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stonks
A stocks prediction script that I created when I started learning python during my early years of studies.
This script was primiarly used as my learning material for understanding data analysis tools (like pandas, and numpy) and tensorflow in python.
It was based on an online tutorial that I found.