Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replace your ENTIRE README with this updated polished version.

AI Search & Agent Systems Visualizer

An interactive Artificial Intelligence visualization platform implementing uninformed search algorithms, reflex agents, and the Eight Queens problem using Python and Streamlit.


Features

  • Breadth-First Search (BFS)
  • Depth-First Search (DFS)
  • Depth-Limited Search (DLS)
  • Iterative Deepening DFS (IDDFS)
  • Eight Queens problem visualization
  • Reflex-based AQI agent
  • Runtime and explored-state analysis
  • Interactive Streamlit dashboard
  • Algorithm comparison charts

Dashboard Overview

Dashboard Overview


Search Visualization

Search Results


Algorithm Comparison

Algorithm Comparison


Tech Stack

  • Python
  • Streamlit
  • Matplotlib
  • Pandas

Project Structure

AI-Search-Agent-Visualizer/
├── aqi_agent/
├── docs/
├── eight_queens/
├── screenshots/
│   ├── dashboard-overview.png
│   ├── search-results.png
│   └── algorithm-comparison.png
├── search/
├── visualizer.py
├── README.md
├── requirements.txt
└── .gitignore

How to Run

Clone repository:

git clone https://github.com/MARIO-SNH/AI-Search-Agent-Visualizer.git

Enter project folder:

cd AI-Search-Agent-Visualizer

Create virtual environment:

python -m venv venv

Activate virtual environment (Windows PowerShell):

.\venv\Scripts\Activate.ps1

Install

About

Interactive AI Search Algorithm Visualizer built with Python and Streamlit

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages