arpy8/SwiftML
0
SwiftML
A Streamlit-based browser interface for PyCaret. You can use it as Machine Learning Model Generator!
Website
If you wish to try this on web, you can do it in here!
Feature
- Generate machine learning from any given dataset
- Currently supported formats :
- csv
Installation and Running
- ## On Windows OS
Prerequisite
To run this WebUI, you need to have git, python version 3.11.
Please follow the links below to install the necessary software:
- git : https://git-scm.com/downloads
- python : https://www.python.org/downloads/ ( If your python version is too new, torch will not install properly.)
If you have satisfied the prerequisites listed above, you are now ready to start Whisper-WebUI.
- Run
Install.batfrom Windows Explorer as a regular, non-administrator user. - After installation, run the
run.bat. - Open your web browser and go to
http://localhost:2907
- ## Docker ( On Other OS )
- Build the image
docker build -t swiftml:latest . - Run the container with commands
- For bash :
docker run it swiftml:latest --server_name 0.0.0.0 --server_port 2907- For PowerShell:
docker run -p 2907:2907 -it swiftml:latest --server_name 0.0.0.0 --server_port 2907