Luca is a chatbot powered by a GPT-2 machine learning model. Designed to entertain and engage, ChatMind features both frontend and backend components, enabling a seamless conversational experience.
- Engaging and really amusing Conversations: AI-driven responses provide an interactive chat experience.
- GPT-2 Integration: Built using transfer learning to enhance GPT-2 capabilities for conversations.
- Seamless Functionality: Fully integrated frontend and backend for a complete application.*
Above: A glimpse of the funny and engaging responses I got while chatting with the model
Ensure you have the following installed:
- Node.js and npm for the frontend.
- Python and pip for the backend.
-Navigate to the backend directory of the project and install the required transformers dependency
pip install transformers- Download the GPT-2 model file from this link and place it in the backend folder with app.py.
1- Start the frontend server
2- Start the backend server in a separate terminal
3-Open http://localhost:3000 in your browser to access the chatbot.

