Welcome to the repository for the AIML workshop organized by Unstop Igniters RCCIIT! This workshop is designed to introduce participants to Artificial Intelligence and Machine Learning concepts through hands-on projects. Below, you'll find all the necessary resources and instructions to get started.
This repository contains the following:
- Python scripts and notebooks used during the workshop.
- Instructions for setting up and running the app locally.
- Links to datasets and Kaggle notebooks.
The dataset used during the workshop can be downloaded from the following link: Dataset Link
Explore the AIML workshop notebook hosted on Kaggle: Kaggle Notebook Link
Follow these steps to set up and run the Python application (app.py
) locally:
- Python: Ensure Python 3.8+ is installed on your system. Download Python
- Dependencies: Install the required Python libraries.
- Clone the repository:
git clone https://github.com/UnstopIgnitersRCCIIT/aiml-workshop.git cd aiml-workshop
- Install dependencies:
pip install -r requirements.txt
Run the Python application (app.py
) with the following command:
streamlit run app.py
The app will be hosted locally at http://127.0.0.1:5000
.
-
Introduction to AIML:
- Basics of AI and ML
- Applications and use cases
-
Hands-on Sessions:
- Dataset preprocessing
- Model building and evaluation
- Real-world examples
-
Project Demo:
- A working Python-based ML application
- Unstop Igniters AIML Team, RCCIIT
For any issues or queries, please open an issue in this repository or contact us directly at unstopignitersclubrcciit@gmail.com.
This project is licensed under the MIT License. See the LICENSE file for details.