Vutukuri-Kishan/college_chatbot — reverse-engineered prompt

Reverse engineered prompt

Build me a simple AI powered college chatbot that students can use to ask questions about academics, placements, campus events, and other common college topics. I want it to feel like a helpful assistant with a clean web interface where someone can type a question and get an instant answer.

Use Python with a Streamlit style app, and connect it to OpenAI, Dialogflow, and Google APIs so the replies feel smart and accurate. If a question matches known college info, it should answer clearly from stored data, and if needed it can use the AI services to handle more natural questions. Keep the data easy to update, like a JSON based setup, so someone can customize answers later without much hassle.

Please make the app usable end to end, including the chat flow, basic UI, config for API keys, and any helper logic needed to process student queries well. Add a short README with setup steps, and look up current docs online if you need to.

Want more depth? Deep Reverse