Welcome to the "Chat with our Companion" project! This Python-based chat application utilizes a Tkinter GUI to enable users to interact with a bot. The bot can fetch Wikipedia summaries, generate images and videos from user input text, and display them in real-time.
- Wikipedia Integration: Retrieve summaries and information based on user input.
- Image Generation: Create images with user-provided text using Pillow.
- Video Creation: Generate videos with user text using OpenCV.
- Interactive GUI: User-friendly interface built with Tkinter for seamless interaction.
Make sure you have Python 3.x installed. Install the required libraries by running:
pip install -r requirements.txt