https://github.com/streamlit/ml-model-builder
https://github.com/streamlit/ml-model-builder
Last synced: 10 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T21:35:32.000Z (about 2 years ago)
- Last Synced: 2025-04-05T05:33:31.039Z (about 1 year ago)
- Language: Python
- Size: 159 KB
- Stars: 4
- Watchers: 1
- Forks: 36
- 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
```