Bhagavad Gita AI chatbot powered by a fine-tuned GPT-4o-mini model, delivering thoughtful, verse-grounded spiritual guidance.
- Chat interface trained on Bhagavad Gita teachings
- Fine-tuned GPT-4o-mini model (
ft:gpt-4o-mini-2024-07-18:personal::B204xqSk) - Responses grounded in relevant verses with detailed explanations
- Lightweight vanilla HTML/CSS/JS frontend — no build step
- Clone the repo
git clone https://github.com/RohanKatara/Krishna.AI.git cd Krishna.AI - Open
chat.htmland replaceYOUR_OPENAI_API_KEYwith your OpenAI API key.⚠️ For production, proxy the API call through a backend — never ship keys in the browser. - Serve the folder (e.g.
npx serve .) and openindex.html.
Krishna.AI/
├── index.html # Landing page
├── chat.html # Chat interface
├── styles.css # Shared styles
├── About us.md # Project info
└── assets/ # Images & fonts
Built with a fine-tuned OpenAI model and inspiration from the Bhagavad Gita.