CoolFace
Apppublic

ValKnightX/ctcv-mooc

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

CTCV MOOC Chatbot

Welcome to the CTCV MOOC Chatbot! This application leverages the power of modern AI tools to create an engaging, informative chatbot designed for the CTCV MOOC.

Features

  • Interactive Conversations: Provides real-time responses to questions related to the CTCV course content.
  • Built with Gradio: The interface is powered by Gradio, making it easy to interact with the chatbot.
  • Hugging Face Integration: Utilizes the Hugging Face Inference API to process and generate accurate answers.
  • Seamless Experience: Simple and intuitive user experience for exploring course material via chatbot interactions.

Technologies Used

  • Gradio: A user-friendly interface for creating machine learning apps. Gradio Docs
  • Hugging Face Hub: Hosting and managing AI models. Hugging Face Hub Docs
  • Hugging Face Inference API: A powerful API to serve machine learning models for inference. Inference API Docs

How to Run

  1. 1.Clone this repository to your local machine.
bash
   git clone <repository_url>
   cd <repository_folder>

2. Install the required dependencies.
    pip install -r requirements.txt

3. Run the application.
    python app.py