https://github.com/deepchecks/model_testing_app
https://github.com/deepchecks/model_testing_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepchecks/model_testing_app
- Owner: deepchecks
- License: apache-2.0
- Created: 2024-11-14T08:58:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T09:41:25.000Z (over 1 year ago)
- Last Synced: 2024-12-30T22:17:18.269Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 💬 Model Testing App
A simple Streamlit app that let you test out different models we trained.
[](https://chatbot-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
```