This project creates an AI-powered assistant chatbot using GPT4Free and interfaces it with a Gradio web UI for easy interaction.
- Clone the repository to your local machine.
- Install the required Python packages with
pip install -r requirements.txt
. - Run the chatbot with
app.py
.
After running the script, a Gradio interface will open in your default web browser. Type your questions or commands into the input box, and the chatbot will respond.
Feel free to fork the project, make changes, and submit pull requests if you have suggestions for improvements!