An open API service indexing awesome lists of open source software.

https://github.com/fintech-lsi/fintech-market-prediction


https://github.com/fintech-lsi/fintech-market-prediction

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Fintech Market Prediction

## Requirement

* python version : `3.11`
* create virtual env : `python -m venv myenv`
* environment : `myenv\Scripts\activate`
* install dependencies : `pip install -r requirements.txt`
* start application : `flask --app service.py run`

## Flask App

* parent route : `http://127.0.0.1:5000/`

![image](https://github.com/user-attachments/assets/0e9e3409-df14-44f0-bc4f-87b01c872c72)

* route predicion : `http://127.0.0.1:5000/predictions`

## JSON (API)

* parentlink : `http://127.0.0.1:5000/predict`

![image](https://github.com/user-attachments/assets/0c54b744-a78d-490f-b18e-a42ad30b45d0)