Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 420 Bytes

File metadata and controls

19 lines (12 loc) · 420 Bytes

💬 Model Testing App

A simple Streamlit app that let you test out different models we trained.

Open in Streamlit

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py