MediaPipe का फ़्रेमवर्क, पहले से बने MediaPipe
सलूशन की तरह ही, डिवाइस पर मशीन लर्निंग की बेहतर पाइपलाइन बनाने के लिए इस्तेमाल किया जाने वाला निचले लेवल का कॉम्पोनेंट है.
MediaPipe फ़्रेमवर्क का इस्तेमाल शुरू करने के लिए, MediaPipe फ़्रेमवर्क इंस्टॉल करें और
C++, Android, और iOS में उदाहरण ऐप्लिकेशन बनाना शुरू करें. MediaPipe Framework का इस्तेमाल करने से पहले, इन मुख्य फ़्रेमवर्क सिद्धांतों के बारे में जानें:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-05-14 (UTC) को अपडेट किया गया."],[],[],null,["# MediaPipe Framework\n\n| **Note:** If you're only interested in an easy way to integrate on-device machine learning solutions into your app, use the premade solutions provided by [MediaPipe Solutions](../solutions/guide.md).\n\nMediaPipe Framework is the low-level component used to build efficient on-device\nmachine learning pipelines, similar to the premade [MediaPipe\nSolutions](../solutions/guide.md).\n\nTo start using MediaPipe Framework, [install MediaPipe\nFramework](./getting_started/install) and start building example applications in\nC++, Android, and iOS. Before using MediaPipe Framework, familiarize yourself\nwith the following key [Framework concepts](./framework_concepts/overview.md):\n\n- [Packets](./framework_concepts/packets.md)\n- [Graphs](./framework_concepts/graphs.md)\n- [Calculators](./framework_concepts/calculators.md)\n\nThe source code is hosted in the [MediaPipe GitHub\nrepository](https://github.com/google/mediapipe), and you can run code search\nusing [Google Open Source Code\nSearch](https://cs.opensource.google/mediapipe/mediapipe)."]]