> For the complete documentation index, see [llms.txt](https://docs.natix.network/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.natix.network/whitepaper/natix-network-ecosystem/privacy-compliant-metadata-mining.md).

# Privacy-compliant Metadata Mining

NATIX Network uses proprietary computer vision AI to analyze video streams, turning visual data into privacy-compliant metadata.[ NATIX’s unique privacy-by-design technology](/whitepaper/natix-technology/natix-vision-sdk-privacy-preserving.md) relies on two main pillars:

* **Edge Computing Architecture (instead of centralized Cloud)** - By enabling local computing (i.e., on-camera or on-device), the need for transferring raw images to data centers is eliminated. The AI will analyze the video locally to mine “metadata,” i.e., numeric data such as the number of detected cars and their location. The information shared with the network is the mined metadata. This architecture has both privacy protection and bandwidth benefits for the network.
* **Anonymized Detection (free of personal data)** - Faces, skin color, vehicle number plates, and other personal information are irreversibly discarded. Computer vision models will perform their detection over anonymized images free of personal data.

![](/files/thnhCUd9b2KVDd2wBZUh)

This framework turns any camera anywhere into a smart privacy-compliant data source that detects and transfers numeric-only information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.natix.network/whitepaper/natix-network-ecosystem/privacy-compliant-metadata-mining.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
