Contains Laboratory Programs and explaination.
Run the following command to create a virtual env and activate it
python -m venv env
source ./env/bin/activate
To install the packages use the following command
pip install -r requirements.txt
- Can be used for the AI_ML Lab for the course 21AI52 at RVCE
Thank you for considering contributing to this project! To ensure a smooth collaboration, please follow these guidelines:
- Fork the repository and create your branch from
main
. - Make sure your code follows the project's coding style and conventions.
- Keep your commits concise and descriptive, following the Git commit guidelines.
- Check out our Contribution Guide
- Write clear and comprehensive documentation for any changes or new features.
- Test your changes thoroughly and ensure they do not introduce any regressions.
- 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!