Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 630 Bytes

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

  • route predicion : http://127.0.0.1:5000/predictions

JSON (API)

  • parentlink : http://127.0.0.1:5000/predict

image