CoolFace
Apppublic

Learnerbegginer/Auto-ML-Preprocessing

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
13 commits on main
301288a7mo ago

Fix API endpoints - use correct backend endpoints (/upload-dataset and /process-pipeline)

Learnerbegginer
ebbb6007mo ago

Update Streamlit app to support deployed backend with fallback to localhost

Learnerbegginer
c3c31957mo ago

Deploy working Streamlit version - exact local version that works perfectly

Learnerbegginer
c3b28317mo ago

Fix Gradio schema error - simplify to Interface API to avoid complex schema generation

Learnerbegginer
7ee670b7mo ago

Fix Gradio Markdown parameter - remove unsupported unsafe_allow_html

Learnerbegginer
950bce57mo ago

Improve UI/UX - add custom CSS styling and better layout

Learnerbegginer
10290107mo ago

Fix Gradio Dataframe parameter - remove unsupported max_rows

Learnerbegginer
38a8db47mo ago

Fix huggingface_hub compatibility - use Gradio 4.28.0 and huggingface_hub 0.20.0

Learnerbegginer
6468ae57mo ago

Fix Python 3.13 compatibility - use Python 3.11 and stable Gradio 4.32.2

Learnerbegginer
4274aed7mo ago

Fix Gradio version conflict - use >=4.44.0 and update SDK version

Learnerbegginer
06f8f467mo ago

Fix Gradio compatibility - update to latest version

Learnerbegginer
3836bc27mo ago

Deploy PromptPrepML - Standalone Gradio App with ML Preprocessing

Learnerbegginer
880c9a57mo ago

initial commit

Learnerbegginer