Numan499/CadDrawingAnalyzer
1
⚡ 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
- Add your
GROQ_API_KEYto.streamlit/secrets.tomlor via Hugging Face Secrets. - Run with Streamlit:
streamlit run app.py