This repository contains code and resources for developing an AI agent.
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.
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.
- Python 3.x
- Jupyter Notebook
- Libraries listed in
requirements.txt
-
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
-
Create a virtual environment (recommended):
python3 -m venv venv source venv/bin/activate # On Linux/macOS venv\Scripts\activate # On Windows
-
Install the required dependencies:
pip install -r requirements.txt
-
Start Jupyter Notebook:
jupyter notebook
-
Open
AI_Agent.ipynband run the cells.
Contributions are welcome! Please feel free to submit pull requests or open issues to suggest improvements or report bugs.
Sk Akib Ahammed[ahammedskakib@gmail.com]