# EyePop.ai Introduction

Welcome to EyePop.ai – your gateway to building computer vision apps with ease. EyePop.ai is a self-service AI platform that lets you transform images and videos into actionable insights. Use our powerful APIs and tools to create apps that analyze visual data in real time, extract demographic insights, and adapt dynamically to user content. This documentation provides step-by-step guides, API references, and practical examples to help you start developing innovative computer vision applications immediately. Get ready to turn visual data into your next breakthrough app.

### What is Computer Vision?

Computer vision is a groundbreaking technology that allows machines to interpret and take action based on visual data, such as images or videos. This capability equips machines with the ability to perform tasks that require visual recognition, opening up a world of possibilities. Imagine products that adapt to user-generated content, instant demographic insights derived from visual media, or real-time analysis of live streams to measure audience engagement. EyePop.ai makes these possibilities a reality, and this documentation will guide you through the process of utilizing this technology for your own projects.<br>

### Quick Links

* [React/Node SDK](https://docs.eyepop.ai/developer-documentation/sdks/react-node-sdk)
* [Python SDK](https://docs.eyepop.ai/developer-documentation/sdks/python-sdk)
* [On Premise Deployment](https://docs.eyepop.ai/developer-documentation/deployment/on-premise-ip-camera-analysis)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eyepop.ai/developer-documentation/eyepop.ai-introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
