Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 649 Bytes

AI Assistant Chatbot

This project creates an AI-powered assistant chatbot using GPT4Free and interfaces it with a Gradio web UI for easy interaction.

Setup

  1. Clone the repository to your local machine.
  2. Install the required Python packages with pip install -r requirements.txt.
  3. Run the chatbot with app.py.

Usage

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.

Contributing

Feel free to fork the project, make changes, and submit pull requests if you have suggestions for improvements!