Welcome to lensiq
Welcome to Lensiq
Lensiq is a machine learning API that does the hard work for you. Point it at a CSV, tell it what to predict, and it trains, tunes, and scores multiple algorithms automatically — returning the best model ready for inference. Built for developers who want ML in their stack without building an ML pipeline from scratch.
How It Works
Features
Register, login, and manage your account with JWT tokens
Version, compare, rename, and share your trained models
Upload a CSV and get predictions on every row — results emailed to you
Connect a Google Sheet and keep your model in sync automatically
Ask questions about your predictions in a conversational interface
Explore your data quality, column types, and preprocessing recommendations
Authentication
All API requests (except /register and /login) require a Bearer token in the Authorization header:
Authorization: Bearer <your_token>Updated 4 days ago
