ORCA is a low-code AutoML platform that lets you upload a dataset and get fully trained, tested, and deployed ML models — all from a simple web interface.
- Auto-detects ML task (classification, regression, NLP, time series)
- H2O AutoML backend
- Streamlit UI for upload, training, and predictions
- Multi-cloud deployment ready
- Auto-generated reports + chatbot assistant
git clone https://github.com/your-username/orca-ai.git
cd orca-ai
pip install -r requirements.txt
streamlit run app/streamlit_ui.py