This project is a chat interface integrated with an AI model for generating responses. It allows users to interact with the AI model in real-time.
You can access the live demo of the project on GitHub Pages: Naan Mudhalvan Genai
-
Start-up Page: This screenshot shows the initial interface when the user accesses the chat application. It provides a preview of the user interface (UI) design. Although the UI design may appear simple, it serves as the entry point for users to interact with the AI model. Despite any perceived simplicity, the UI is functional and user-friendly.
-
Simple Chat: In this screenshot, we see a simple conversation in progress within the chat interface. The user has entered a prompt, and the AI model has generated a response. This screenshot demonstrates the core functionality of the application, allowing users to engage in conversations with the AI in a straightforward manner. The simplicity of the chat layout ensures ease of use and focuses attention on the conversation.
-
GenAI Programming: This screenshot showcases a more advanced feature of the application, where the user interacts with the GenAI programming functionality. It likely depicts a scenario where users can input specific programming-related queries or commands, and the AI model responds with relevant information or assistance. This feature expands the utility of the application beyond simple conversation, catering to users with interests or needs related to programming and technology.
- HTML
- CSS
- JavaScript
- Marked.js
- Google Generative Language Model (Gemini)
- Clone this repository to your local machine.
- Open
index.html
in a web browser. - Start chatting with the AI by typing your messages in the input field and pressing Enter.
This project is licensed under the MIT License - see the LICENSE file for details.