This is a responsive AI-powered chatbot application built using the DeepSeek API. The chatbot is designed to answer a wide range of basic questions in natural language. The front-end is crafted with HTML and CSS, offering a clean, user-friendly interface suitable for both desktop and mobile devices.
- π€ AI Chatbot Functionality: Integrates DeepSeek's powerful NLP capabilities to provide intelligent and human-like responses.
- π Frontend Interface: Designed using pure HTML & CSS for simplicity, responsiveness, and fast loading.
- π Real-Time Communication: Asynchronous message handling for smooth user experience.
- π§ Handles Basic Queries: Ideal for answering general knowledge questions, definitions, and everyday topics.
- βοΈ API Integration: Demonstrates how to securely connect and interact with external AI APIs.
- Languages: HTML, CSS, JavaScript
- API: DeepSeek (NLP/AI capabilities)
- Tools: VS Code, GitHub
- Working with external APIs and securely handling API keys
- Building a clean, responsive front-end layout
- Structuring JavaScript to handle asynchronous requests
- Creating a fully functional chatbot from scratch
π‘ This project serves as a great example of combining front-end development with AI tools to create real-world, interactive applications.