AsimChakraborty / Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QnA Agent for Wikipedia Page on Bangladesh

This project creates a Question and Answer (Q&A) system using the Autogen framework. The system interacts with and answers questions about the content from the Wikipedia page on Bangladesh.

Setup

  1. Install the required packages:

    pip install -r requirements.txt
  2. Run the main script:

    python main.py
    

Project Structure

  • autogen_agent.py: Contains the QnAAgent class which uses the Autogen framework to process and answer questions.
  • main.py: The main script that fetches the Wikipedia content and uses the QnAAgent to answer questions.
  • requirements.txt: Lists the required Python packages.
  • README.md: This file. Provides an overview of the project.

About


Languages

Language:Python 100.0%