PragyaYantra is a suite of generative AI mini-apps powered by Google Gemini models, created to demonstrate practical applications of AI in text, chat, documents, queries, and coding assistance.
| Module | Description | Model Used |
|---|---|---|
| YantraWrite | Generate creative or structured text from prompts | gemini-2.5-pro |
| YantraChat | Engage in conversational AI chat | gemini-2.5-flash |
| YantraAttach | Analyze and interact with file attachments | gemini-2.5-flash |
| YantraDoc | Summarize and extract insights from documents | gemini-2.5-flash |
| YantraQuery | Auto-generate and refine SQL queries | gemini-2.5-flash |
| YantraCode | Write and assist with Python code | gemini-2.5-flash |
- Unified platform bringing multiple generative AI applications together.
- Combines speed and performance with
gemini-1.5-proandgemini-1.5-flash. - Modular design makes it simple to extend or adapt each feature.
- Built as a learning and showcase project with a clean, responsive UI.
- Frontend: HTML, CSS, JavaScript
- AI Models: Google Gemini (
gemini-1.5-pro,gemini-1.5-flash)
-
Clone the repository:
git clone https://github.com/git-avinashpawar/pragyayantra.git cd pragyayantra -
Open the app in your browser:
open index.html # macOS start index.html # Windows
-
Or serve locally:
python3 -m http.server 8080 #Then visit: http://localhost:8080
- Add secure backend for API key management.
- Deploy modules with live hosting.
- Add demo screenshots and example outputs.
- Explore advanced integrations (LangChain, Streamlit).
- Avinash Pawar
- Portfolio: avinashpawar.dev
- LinkedIn: linkedin.com/in/avinashmpawar