Infinalys2 is a PoC project which aims to create a stock prediction's app based on Infinalys project's model.
It's a Web App that displays the history of the stock markets (curve since launch, with stock market indicators, volume, and time intervals), and their predictions (under one or more days / weeks / months), thanks to the backend, which itself draws its predictions from artificial intelligence in deep learning by taking into account the stock market indicators and history.
- Need to have
Docker
installed - Clone our repository
- Go to the
project
folder - Execute the following command
docker-compose up -d --build
(also works on podman with podman_compose script) - Now the docker images are created on your computer, all you have to do is go to your web browser and access the http://localhost:3000/.
git clone https://github.com/PoCFrance/Infinalys2
cd Infinalys2
docker-compose up -d --build
Once the initialization is done no more need to build it will be enough to :
docker-compose up -d
docker-compose stop
In the companies.csv
you got a list of the Best 506 companies in the trading market.
You can copy in this file somme companies and put them into the file companies_test
to evaluate them.
The result of the fetch of companies_test
is put into the stock
file
The whole architecture of the project and its functioning is documented here
- yahoo-finance-api - Fetch framework used
- stock-stats - Stocks indicators calculator
- stockCharts - chart lib in react
- materialUI - graphical framework in react
Alexandre Chetrit |
Coline Seguret |
Grégoire Brasseur |
---|