GrowDynamicQuery is a Python-based project designed for dynamic query generation and intelligent insights.
It uses AI/LLM-powered logic to analyze data and help users interact with structured/unstructured datasets efficiently.
- ✅ Dynamic query generation from natural language
- ✅ Integration with CSV/SQL datasets
- ✅ AI-powered responses
- ✅ Extensible for advanced analytics and visualization
GrowDynamicQuery/ ├── soham.py # Main script (entry point) ├── requirements.txt # Python dependencies ├── README.md # Project documentation
git clone https://github.com/sohammmmm10/GrowDynamicQuery.git
cd GrowDynamicQuery
###
python -m venv venv
venv\Scripts\activate # On Windows
# or
source venv/bin/activate # On Linux/Mac
pip install -r requirements.txt
python soham.py
🛠️ Tech Stack
Python 3.x
OpenAI / LLMs
Pandas / SQL / CSV Processing
Streamlit (optional UI)