Skip to content

almique/lstmpred

Repository files navigation

LSTM-RNN BASED PREDICTION QUERY API

Swagger Page

LSTM-RNN

See It In Action

EC2 URL: http://ec2-13-232-57-102.ap-south-1.compute.amazonaws.com:8000/docs

QR Code(Tryit on Your Phone):

QR

Architecture Diagram

Diagram

How to Use

    git clone https://github.com/almique/lstmpred.git
    uvicorn main:app --reload

Tests

Just install pytest and in the terminal type:

    pytest