/AI_Agent

This repository serves as a platform for exploring and implementing various AI agent architectures and algorithms.

Primary LanguagePython

AI_Agent

This repository contains code and resources for developing an AI agent.

Overview

This project aims to create an autonomous AI agent capable of searching in the web or in wikipedia and make a research report on the topic provided by the user. The core development is done within a Jupyter Notebook, allowing for interactive experimentation and development.

Contents

  • AI_Agent.ipynb: Jupyter Notebook containing the Python code for the AI agent.
  • requirements.txt: List of Python dependencies required to run the code.
  • .gitignore: Specifies files and directories that should be ignored by Git.

Getting Started

Prerequisites

  • Python 3.x
  • Jupyter Notebook
  • Libraries listed in requirements.txt

Installation

  1. Clone the repository:

    git clone [https://github.com/AkibDa/AI_Agent.git](https://www.google.com/search?q=https://github.com/AkibDa/AI_Agent.git)
    cd AI_Agent
  2. Create a virtual environment (recommended):

    python3 -m venv venv
    source venv/bin/activate  # On Linux/macOS
    venv\Scripts\activate  # On Windows
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Start Jupyter Notebook:

    jupyter notebook
  5. Open AI_Agent.ipynb and run the cells.

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues to suggest improvements or report bugs.

Author

Sk Akib Ahammed[ahammedskakib@gmail.com]