Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 493 Bytes

File metadata and controls

25 lines (21 loc) · 493 Bytes

Automation Hub Example

This repo is a simple example of how to use the Mito Automation Hub to save and rerun automations on different datasets.

App Screenshot

Run the app locally:

  1. Clone this repo
  2. Create a virtual environment
python3 -m venv mitoenv
  1. Activate the virtual environment (windows)
mitoenv\Scripts\activate.bat
  1. Install the requirements
pip install -r requirements.txt
  1. Run the app
streamlit run main.py