This repository contains projects completed during the Shrishti24 internship program offered by IIIT Hyderabad.
The work focuses on applying machine learning and AI concepts through hands-on implementation and experimentation.
- Internship-based project work
- Machine learning model training and evaluation
- Dataset handling, configuration, and result analysis
- Practical exposure to real-world AI workflows
- Python
- Machine Learning
- YAML configuration
- Data preprocessing and training pipelines
Projects_Shrishti24/
βββ GPT-Clone
βββObject Detection
ββββ Data
ββββ train.py
ββββ config.yaml
ββββ labels
ββββ result
Extract the required datasets and run the training script:
pip install -r requirements.txt # if applicable
python train.py- Understanding end-to-end ML workflows
- Working with datasets, labels, and configurations
- Model training, testing, and result analysis