https://github.com/streamlit/ml-model-builder
https://github.com/streamlit/ml-model-builder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/ml-model-builder
- Owner: streamlit
- License: apache-2.0
- Created: 2024-02-26T15:02:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-21T21:35:32.000Z (about 1 year ago)
- Last Synced: 2025-01-29T10:36:33.803Z (5 months ago)
- Language: Python
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏗️ ML model builder template
A simple Streamlit app that lets you build simple ML models with scikit-learn.
[](https://ml-model-builder-template.streamlit.app/)
### 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
```