Inspiration
BAI Chat BOT https://notebooklm.google.com/notebook/676b0e8c-aeb8-45a5-82c7-1cdc833e5db9 I am a Ai for Construction ,My name is BuildnetAi . I will support every one by providing information related to Construction Industry in India specifically in Kerala .
Step 3: Develop, Test, and Deploy Build the Bot: Choose your technology and start building. If using RAG, you'll need some programming (Python is common for this). Incorporate Malayalam: Ensure your system can understand and respond in both English and "Manglish" (Malayalam typed in English script), as this is very common in Kerala. Test Rigorously: Ask it a wide range of questions. For example: "എന്റെ 1500 sqft വീടിന് ഏകദേശം എന്ത് ചിലവ് വരും?" (What is the approximate cost for my 1500 sqft house?) "What are the KMBR rules for building a compound wall?" "Trivandrum current cement price?" Deploy: Make the bot accessible. This could be a chat window on a website, a WhatsApp bot, or a Telegram bot. Maintain: The construction industry changes. You must have a plan to regularly update your knowledge base with new rules, material prices, and labor costs.
What it does
Define the Scope and Gather Your Knowledge Base This is the most critical step. "Anything" is very broad, so you need to structure the information. Your bot's intelligence will depend entirely on the quality and organization of this data. Kerala-Specific Regulations: Kerala Municipality Building Rules (KMBR) & Kerala Panchayat Building Rules (KPBR): Collect the latest versions of these documents. These govern everything from plot size and setbacks to floor area ratio (FAR). Coastal Regulation Zone (CRZ) rules: Essential for any construction near the coastline. Local Body Zoning: Information from specific corporations, municipalities, or panchayats. Materials and Sourcing: Create lists of common building materials (cement, TMT steel bars, M-sand, bricks, timber). Include average district-wise market prices. This will need regular updating. List major suppliers and government-approved sources (e.g., for sand, timber). Labor and Costs: Compile standard labor rates for different roles (e.g., mason, carpenter, electrician, plumber) in various parts of Kerala. Gather data on per-square-foot construction costs for different building types (e.g., budget, mid-range, luxury homes). Processes and Professionals: Outline the step-by-step process for getting a building permit. Information on roles of architects, structural engineers, and contractors. Details on utility connections (KSEB for electricity, KWA for water).
How we built it
Step 2: Choose the Right Technology You can approach this in a few ways, depending on your technical skill. Option A: No-Code/Low-Code Platforms (Easiest) Platforms: Use services like Voiceflow, Botpress, or a similar platform. How it works: You can manually create conversation flows. For example, if a user asks "What is the setback for a 5-cent plot?", you can create a direct answer. For more complex queries, these platforms can integrate with AI models. You would upload your documents (KMBR PDFs, material price lists, etc.) and the platform handles the rest. Option B: Using a Large Language Model (LLM) API (Most Powerful) Technology: This involves using an API like the Google Gemini API or OpenAI's GPT API. The technical approach is called Retrieval-Augmented Generation (RAG). How it works: Vector Database: You convert all your gathered documents and data into numerical representations (vectors) and store them in a special database (like Pinecone, ChromaDB). User Query: When a user asks a question, your system converts the question into a vector. Retrieve: It then searches the vector database to find the most relevant pieces of information from your documents. Generate: Finally, it sends the user's original question along with the retrieved information to the LLM (like Gemini) and asks it to generate a final, conversational answer based only on the provided context. This prevents the bot from giving generic, non-Kerala-specific answers.
Challenges we ran into
To garter information and organizing it together
Accomplishments that we're proud of
WhatsApp. https://wa.me/qr/UGDOH27LGRUTF1 ai.buildnet.lt
What we learned
Build every thing with AI
What's next for Chat bot for Construction
WhatsApp. https://wa.me/qr/UGDOH27LGRUTF1
Built With
- gemini
- https://horizons.hostinger.com/5d6d429a-e3e0-4553-9214-38ce43e19849?location=hpanel&hostingreferenceid=1007931961
Log in or sign up for Devpost to join the conversation.