तकनीकी शिक्षा के लिए, इंटरैक्टिव एआई चैटबॉट वाला 3D सिम्युलेटर.
यह क्या करता है
3D प्लांट फ़ैसिलिटी सिम्युलेटर एक ऐसा ऐप्लिकेशन है जिसे शिक्षा के मकसद से बनाया गया है. इसका मकसद, छात्र-छात्राओं को ट्रेनिंग के पहले दिन से ही वर्चुअल इंडस्ट्रियल एनवायरमेंट में शामिल करना है. PlayCanvas में बनाए गए इस ऐप्लिकेशन की मदद से, उपयोगकर्ता पूरी तरह से इंटरैक्टिव 3D प्लैंट की सुविधा का इस्तेमाल कर सकते हैं. इसमें हाइड्रॉलिक पंप, इलेक्ट्रिक मोटर, मिक्सर, इलेक्ट्रिक केबिन, और अलग-अलग वॉल्व शामिल हैं. मुख्य गाइड मार्क, उपयोगकर्ताओं को फ़ैसिलिटी को एक्सप्लोर करने में मदद करता है. यह मुख्य ऑब्जेक्ट को हाइलाइट करता है और एआई से चलने वाले चैटबॉट से पूछने के लिए सवालों के सुझाव देता है.
चैटबॉट, ऐप्लिकेशन की एक अहम सुविधा है. यह प्लांट के कॉम्पोनेंट के बारे में तकनीकी सवालों के जवाब, रीयल-टाइम में और संदर्भ के हिसाब से देता है. ऐसा करने के लिए, हमने Gemini API का इस्तेमाल किया. इससे, हमने ध्यान से चुने गए नॉलेज बेस से अच्छी क्वालिटी के एम्बेड बनाए. जब कोई उपयोगकर्ता कोई सवाल पूछता है, तो उसे PlayCanvas से Flask के ज़रिए, PythonAnywhere पर होस्ट किए गए Python सर्वर पर भेजा जाता है. इसके बाद, सर्वर, एम्बेड जनरेट करने के लिए Gemini API का इस्तेमाल करके सवाल को प्रोसेस करता है. इन एम्बेड को Pinecone के वेक्टर स्टोरेज में सेव और मैनेज किया जाता है. ये एम्बेड, चैटबॉट को सबसे काम की जानकारी समझने और उसे वापस पाने में मदद करते हैं. आखिर में, Langchain का इस्तेमाल करके, ऐप्लिकेशन उपयोगकर्ता की क्वेरी के हिसाब से सटीक और शिक्षाप्रद जवाब जनरेट करता है.
इस नए तरीके से, सैद्धांतिक जानकारी और व्यावहारिक अनुभव के बीच के अंतर को कम करने में मदद मिलती है. इससे, शिक्षकों को पढ़ाने में और छात्रों को इंडस्ट्री से जुड़े जटिल कॉन्सेप्ट को ज़्यादा दिलचस्प और इंटरैक्टिव तरीके से सीखने में आसानी होती है.
इनकी मदद से बनाया गया
वेब/Chrome
Firebase
टीम
इन्होंने बदलाव किया है
Übung
इन्होंने भेजा
ब्राज़ील
[[["समझने में आसान है","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"]],[],[],[],null,["# 3D Plant Facility Simulator\n\n[More Apps](/competition/vote) \n\n3D Plant Facility Simulator\n===========================\n\n3D simulator with AI chatbot for interactive technical education. \nVote \nVoted!\nWhat it does\n\nThe 3D Plant Facility Simulator is an educational application designed to immerse students in a virtual industrial environment from day one of their training. Built in PlayCanvas, the app allows users to navigate a fully interactive 3D plant facility, featuring hydraulic pumps, electric motors, a mixer, an electric cabin, and various valves. A central guide mark helps users explore the facility by highlighting key objects and suggesting questions to ask the integrated AI-driven chatbot. \n\nThe chatbot is a critical feature of the app, offering real-time, contextually relevant answers to technical questions about the plant's components. To achieve this, we utilized the Gemini API to create high-quality embeddings from a carefully curated knowledge base. When a user poses a question, it is sent from PlayCanvas to a Python server hosted on PythonAnywhere via Flask. The server then processes the question using the Gemini API to generate embeddings, which are stored and managed in Pinecone's vector storage. These embeddings are crucial in helping the chatbot understand and retrieve the most relevant information. Finally, using Langchain, the app generates accurate and educational responses tailored to the user's query. \n\nThis innovative approach helps bridge the gap between theoretical knowledge and hands-on experience, making it easier for instructors to teach and for students to learn complex industrial concepts in a more engaging and interactive way. \nBuilt with\n\n- Web/Chrome\n- Firebase \nTeam \nBy\n\nÜbung \nFrom\n\nBrazil \n[](/competition/vote)"]]