CoolFace
Apppublic

Numan499/CadDrawingAnalyzer

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes
App README

⚡ Electrical Drawing Analyzer using GROQ API

Upload an electrical schematic and ask technical questions. The app uses OCR and GROQ-hosted LLMs (like Mixtral) to analyze the image and respond to your query.

Electrical Drawing Analyzer (GROQ API)

This app allows users to upload an electrical drawing image and ask questions about it. The app uses OCR to extract content and queries the GROQ large language model to interpret the image.

Setup

  1. 1.Add your GROQ_API_KEY to .streamlit/secrets.toml or via Hugging Face Secrets.
  2. 2.Run with Streamlit:
bash
streamlit run app.py