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

https://github.com/marcus-24/stock-predictor-ml-inference

This repository is used to serve and monitor the stock predictor model.
https://github.com/marcus-24/stock-predictor-ml-inference

evidentlyai flask mlops stocks tensorflow yfinance

Last synced: 2 months ago
JSON representation

This repository is used to serve and monitor the stock predictor model.

Awesome Lists containing this project

README

          

# Stock-Predictor-ML-Inference

The objective of this code is to create a model inference server via Flask to send stock predictions from the trained ML model to the frontend and monitor model and data drift using Evidently AI.

## Setup

To run this code locally you can either install via conda:

`conda env create -f environment.yml`

Or through pip using the two commands below:

`pip install requirements.txt`

`pip install -e .`

## Deployment

This backend is hosted on Render.com for free.

## Connected Services

This repository interacts with the following services below:


  1. Stock-Predictor-ML-Training

  2. Stock-Predictor-Frontend