├── DALL·E 2024-12-17 09.40.06 - A highly realistic image of a busy Indian urban traffic intersection with heavy vehicle congestion. The scene includes cars, buses, mot.webp ├── README.md ├── app.py ├── chat_log.csv ├── hello.txt ├── images └── chatbot.png ├── intents.json ├── notebooks └── Chatbot.ipynb └── requirements.txt /DALL·E 2024-12-17 09.40.06 - A highly realistic image of a busy Indian urban traffic intersection with heavy vehicle congestion. The scene includes cars, buses, mot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adityaardak/Test/HEAD/DALL·E 2024-12-17 09.40.06 - A highly realistic image of a busy Indian urban traffic intersection with heavy vehicle congestion. The scene includes cars, buses, mot.webp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adityaardak/Test/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adityaardak/Test/HEAD/app.py -------------------------------------------------------------------------------- /chat_log.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adityaardak/Test/HEAD/chat_log.csv -------------------------------------------------------------------------------- /hello.txt: -------------------------------------------------------------------------------- 1 | asdfasdf -------------------------------------------------------------------------------- /images/chatbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adityaardak/Test/HEAD/images/chatbot.png -------------------------------------------------------------------------------- /intents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adityaardak/Test/HEAD/intents.json -------------------------------------------------------------------------------- /notebooks/Chatbot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adityaardak/Test/HEAD/notebooks/Chatbot.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | nltk 2 | streamlit 3 | scikit-learn 4 | --------------------------------------------------------------------------------