https://github.com/fintech-lsi/fintech-market-prediction
https://github.com/fintech-lsi/fintech-market-prediction
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fintech-lsi/fintech-market-prediction
- Owner: Fintech-LSI
- Created: 2024-11-18T11:38:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T21:34:58.000Z (over 1 year ago)
- Last Synced: 2025-03-25T16:36:06.742Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 570 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`

* route predicion : `http://127.0.0.1:5000/predictions`
## JSON (API)
* parentlink : `http://127.0.0.1:5000/predict`
