An open API service indexing awesome lists of open source software.

https://github.com/aditya-ranjan1234/aiml-lab-codes

Convenient way to access, view, and copy all the AI and ML lab codes
https://github.com/aditya-ranjan1234/aiml-lab-codes

aiml codes lab machine-learning python

Last synced: 4 months ago
JSON representation

Convenient way to access, view, and copy all the AI and ML lab codes

Awesome Lists containing this project

README

          

# AI & ML Lab Codes Streamlit App

This Streamlit application provides a convenient way to access, view, and copy all the AI and ML lab codes from your course.

## Features

- View code for different AI and ML algorithms
- Copy code with a single click
- Download code files
- Browse available datasets

## How to Run the App

1. Make sure you have Python installed on your system (Python 3.7 or higher recommended)

2. Install the required packages:
```
pip install -r requirements.txt
```

3. Run the Streamlit app:
```
streamlit run app.py
```

4. The app will open in your default web browser at `http://localhost:8501`

## Available Algorithms

- Alpha-Beta Pruning
- Hill Climbing
- Tic-Tac-Toe with Minimax
- More algorithms will be added as needed

## Adding More Algorithms

To add more algorithms to the app, edit the `app.py` file and add new entries to the `algorithms` dictionary.

## Datasets

The app also provides access to the following datasets:
- Bank Personal Loan Modelling
- Bank Full
- Breast Cancer Data
- Iris Dataset
- Naive Bayes Classification Data
- Social Network Ads
- Telco Customer Churn