ongaunjie1/AI-Chatbot-DL-NLP — reverse-engineered prompt
Reverse engineered prompt
Build me a simple intent based AI chatbot project in Python that I can run locally and also hook up to a basic chat website. I want it to understand common user messages from a custom intents file, train a small deep learning model on that data, and then reply in a friendly way through both a terminal chat mode and a browser chat UI.
Please include the full flow for preprocessing text, training the model, saving it, and loading it for chatting. I’d like an easy way to edit the intents data and retrain without touching much code. Also wire up a small backend API so the web app can send messages and get responses back.
If it already makes sense from the project, add the extra smart features for weather, movie info, and simple Wikipedia lookups when the user asks those kinds of questions, with clear spots for API keys. Keep the interface clean and responsive. Make sure setup is straightforward, including any NLTK downloads, and add a short README with how to train and run everything. Look up current docs online if you need to.
Want more depth? Deep Reverse