Posts

#3102 Code Challenge: Database + LLM Chat GUI

Image
#3102 Code Challenge: Database + LLM Chat GUI #3102 The attached image represents a graphical user interface for a python application to query tables from a database and submit the query results to an AI chatbot supported by a large language model (LLM). Provide python code to implement this application. Below is a sample Python program that uses tkinter to create a GUI similar to your provided screenshot. This code illustrates how to: Display a set of checkboxes for the four tables (NPR 7150.2D, NASA-STD-8739.8B, SSP 50038 (CBCS), CMMI-DEV v1.3). Provide text entry fields for “Topic,” “Keywords,” “SWE,” “Section,” “Process Area,” “Action,” “Free form action,” “Template,” and “Chat Name.” Offer buttons for “SUBMIT,” “RESET FORM,” “CLEAR CHAT,” and “COPY.” Query a database (placeholder code provided—you can adapt to your actual DB) and feed that query result to an LLM (e.g., using the OpenAI API or any other LLM interface). Display the LLM’s response in a scrolled tex...

#3101 Digital Camera, Digital Projector, Body Movement and Hand Gesture Wall Art

#3101 Digital Camera, Digital Projector, Body Movement and Hand Gesture Wall Art #3101 Develop this system: 8-foot tripod mounted digital camera and digital projector connected to a mini-pc that watched users in front of it as they direct the computer to draw fantastical images and doodles on the far wall. The system would track body movements and hand gestures. Different genres of art could be selected. Created artworks could be saved and retrieved from the mini-computer. Each user could configure the system the way they want. Reasoned about interactive art system design for 7 seconds I need to design a system for an interactive art experience. This system includes an 8-foot tripod-mounted camera, a projector, and a mini PC. The user’s body and hand movements will be tracked using sensors like a depth camera or gesture recognition. The system allows selecting art genres, with the ability to save and retrieve artwork. I’ll consider different hardware components and integrate machi...