Skip to content

Shaurya130/MLCOE_trainee_2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLCOE Trainee 25 Repository

This repository contains project code and submissions from MLCOE trainees. Each trainee will follow the guidelines below to submit their work through a structured Git workflow, ensuring consistency and organization across projects.

Table of Contents

Getting Started

1. Cloning the Repository

To work on your project, begin by cloning this repository:

git clone https://github.com/Shaurya130/MLCOE_trainee_2025.git

2. Forking the Repository

Fork this repository to your personal GitHub account. This allows you to work independently without affecting the main repository.

  1. Click the Fork button on the repository page.
  2. This will create a copy under your GitHub account.

3. Cloning Your Fork

Once forked, clone your forked repository:

git clone https://github.com/YOUR-USERNAME/MLCOE_trainee_2025.git

Replace YOUR-USERNAME with your GitHub username.

4. Creating a New Branch

Create a branch to work on your project independently:

cd MLCOE_trainee_2025
git checkout -b your-name-project-name

Replace your-name-project-name with a descriptive name, such as ananya-image-classifier.

Repository Structure

Create a new folder under the repository root with the following structure:

MLCOE_trainee_2025/
└── your-name-project-name/
    ├── README.md
    ├── images // for assets
    ├── statics
          ├── index.html
          ├── script.js
          ├── style.css
    
  • README.md: Project description, including installation steps and usage.

Submitting Your Project

1. Adding Your Project Files

  1. Create a directory with your project name inside the repository.
  2. Add all project-related files within this directory, keeping it well-organized and documented.

2. Committing and Pushing Changes

After adding your project files, commit and push changes:

git add .
git commit -m "Add [Project Name] by [Your Name]"
git push origin your-name-project-name

Replace [Project Name] and [Your Name] with your project title and full name.

Pull Request Guidelines

  1. Navigate to the original repository on GitHub: mlcoeakgec/Mlcoe-Trainee-24.
  2. Go to the Pull Requests tab and click on New Pull Request.
  3. Select your branch (your-name-project-name) and provide a descriptive title and summary.

Pull Request Description

Include the following in your PR description:

  • Brief summary of the project.
  • Key features or highlights.
  • Any specific dependencies or requirements.
  • Known issues or areas for improvement.

Review Process

Once you submit a pull request, the repository maintainers will review your code. Address any requested changes by:

  1. Making updates to your branch.
  2. Committing and pushing changes, which will automatically update the PR.

Your project will be merged into the main repository once it meets all criteria.

Contact

For any questions, reach out to the repository maintainers. We encourage collaboration and will assist with any technical challenges.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors