This repository aims to demonstrate the use of Artificial Intelligence in the area of Finance through the use of tools such as OpenAI, Polygon.io, ChatGPT and Vite.
- Demo
- Requisites
- To run this project
- Getting Started
- Start the project
- Online resources
- Composition
- Miscellaneous
- MIT licence
- Change Log
Click.to.Play.the.AI.Stock.Prediction.Demo.mov
You can follow one of these links:
- Windows, Linux, Mac:
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- Or using Homebrew:
https://www.atlassian.com/git/tutorials/install-git
brew install git
You can follow one of these links:
- Windows, Linux, Mac:
https://code.visualstudio.com/download
- Or using Homebrew:
brew install --cask visual-studio-code
You can run this project on your local machine.
Just pull it down (git clone) and install the dependencies:
git clone https://github.com/cvera08/ai-stock-predictions.git
cd ai-stock-predictions
And install 'Live Server' VS Code extension as well:
Install the dependencies and run the project
npm ci
npm start
You need to open ai-stock-predictions folder in your Visual Studio Code IDE, browse 'index.html', right-click + 'Open with Live Server'
Or just open http://127.0.0.1:5500/index.html in your browser to visualize the site:
Live Site:
- Head over to https://vitejs.dev/ to learn more about configuring vite
Copyright (c) 2024 Carlos Vera
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Stable Builds:
-
Sep 25, 2024 -- v4.0.1
- Tests
-
Sep 06, 2024 -- v4.0.0
- Requisites
-
Sep 03, 2024 -- v3.0.9
- Lock to use CI
-
Aug 29, 2024 -- v3.0.5
- Vite Config
-
Aug 19, 2024 -- v3.0.4
- Render Report
-
Aug 16, 2024 -- v3.0.2
- Feat OpenAI
-
Aug 15, 2024 -- v2.0.5
- Fetch Report
-
Aug 13, 2024 -- v2.0.4
- Fetch Stock Data
-
Aug 12, 2024 -- v2.0.1
- API Message
-
Aug 05, 2024 -- v1.1.9
- Index JS
-
Aug 02, 2024 -- v1.1.8
- Retrieve with Dates
-
Jul 22, 2024 -- v1.1.5
- Generate Report Button
-
Jun 17, 2024 -- v1.0.2
- Main HTML Page
-
Jun 14, 2024 -- v1.0.0
- Initial Project