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
- Host: GitHub
- URL: https://github.com/aditya-ranjan1234/aiml-lab-codes
- Owner: Aditya-Ranjan1234
- Created: 2025-05-19T18:21:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-03T12:06:30.000Z (4 months ago)
- Last Synced: 2025-06-03T22:21:42.919Z (4 months ago)
- Topics: aiml, codes, lab, machine-learning, python
- Language: Python
- Homepage: https://aiml-code.streamlit.app/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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