BackНазад

AI EstimatorОценщик

A tool for the street-furniture market — benches, slides, urns, gazebos. Upload a photo of a product and the agent figures out what it is, finds comparable offers, and estimates what it should cost.Инструмент для рынка уличной мебели — лавочки, горки, урны, беседки. Загружаешь фото изделия, а агент понимает, что это, находит аналогичные предложения и считает, сколько оно должно стоить.

Under the hood it's a multi-step chain: a vision model describes the item from the photo, the agent hunts for analogues through reverse image and text search, extracts prices from the offers it finds, and builds market analytics. On top of that — a manufacturing cost estimate and a recommended price with regulatory compliance checks.Под капотом — многошаговая цепочка: vision-модель описывает изделие по фото, агент ищет аналоги через обратный поиск по картинке и текстовый поиск, извлекает цены из найденных предложений и строит рыночную аналитику. Поверх этого — расчёт себестоимости производства и рекомендованная цена с проверками соответствия нормативам.

It works in batches: upload a catalogue, get an estimate for every item. There's a public API with keys and rate limits, and the cost of every model call is metered and logged.Работает пакетно: загружаешь каталог — получаешь оценку по каждому изделию. Есть публичный API с ключами и лимитами, расход каждого вызова модели учитывается и логируется.

StackСтек

Next.js, TypeScript, React. Concurrent pipelines with per-provider limits, 166 automated tests.Next.js, TypeScript, React. Параллельные пайплайны с лимитами по каждому провайдеру, 166 автотестов.