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

https://github.com/kts-o7/aiml-lab

Contains 5th Semester AIML Lab programs
https://github.com/kts-o7/aiml-lab

a-star-algorithm ai alphabeta-pruning hillclimbingalgorithm kmeans-clustering knn-classification logistic-regression ml naivebayesclassifier sklearn tic-tac-toe

Last synced: 3 days ago
JSON representation

Contains 5th Semester AIML Lab programs

Awesome Lists containing this project

README

          

# Project Name

## Description

Contains Laboratory Programs and explaination.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)

## Installation

Run the following command to create a virtual env and activate it

```bash
python -m venv env
source ./env/bin/activate
```

To install the packages use the following command

```bash
pip install -r requirements.txt
```

## Usage

1. Can be used for the AI_ML Lab for the course 21AI52 at RVCE

## Contributing

Thank you for considering contributing to this project! To ensure a smooth collaboration, please follow these guidelines:

1. Fork the repository and create your branch from `main`.
2. Make sure your code follows the project's coding style and conventions.
3. Keep your commits concise and descriptive, following the [Git commit guidelines](https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_commit_guidelines).
4. Check out our [Contribution Guide](Contribution.md)
5. Write clear and comprehensive documentation for any changes or new features.
6. Test your changes thoroughly and ensure they do not introduce any regressions.
7. Submit a pull request, clearly explaining the purpose and scope of your changes.

We appreciate your contributions and look forward to your involvement in making this project better!