[WIP] Update README.md for recruiter-friendly presentation#1
Merged
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot stopped work on behalf of
Bravee9 due to an error
March 13, 2026 02:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
## Highlightssection with Dual Implementation Approach, LaTeX Reports mention, and Canny edge detection note## Skills Demonstratedsection between Highlights and Project Structure## Licensesection at the bottom of README.mdREADME.vi.mdwith full Vietnamese translation matching the English structureOriginal prompt
Goal
Upgrade the
README.mdofBravee9/Computer-Vision-MAT3562to be more professional and recruiter-friendly. The owner is preparing for job applications. The current README is already good but needs several improvements.Current README
Reference: https://github.com/Bravee9/Computer-Vision-MAT3562/blob/main/README.md
The current README is already well-structured with badges, sections, and author info. However it needs the following improvements:
Issues to Fix
1. Add bilingual language switcher
Add at the very top (before the
<div align="center">block):2. Add repo description link / topic tags note
Not in README, but add a Topics/Keywords section for discoverability.
3. Expand the
## HighlightssectionThe current Highlights section only lists from-scratch implementations and the Lab 03 mini-project pipeline. Add more depth to showcase skills to recruiters:
4. Add a
## Skills Demonstratedsection (NEW)This is important for job applications. Add a new section between
## Highlightsand## Project Structure:5. Fix author section — add email placeholder or note
Currently the author section only has GitHub and LinkedIn. This is fine, keep it as is but ensure the LinkedIn URL
https://www.linkedin.com/in/brave9/is correct (keep as-is).6. Add a
## Licensesection at the bottomAdd a simple license/usage note:
## License Academic project — for educational reference only. © 2025–2026 Bùi Quang Chiến — Hanoi University of Science, VNU7. Create
README.vi.mdCreate a Vietnamese version
README.vi.mdwith translated content matching the structure of the English README. The Vietnamese content should include:Đại học Khoa học Tự nhiên, ĐHQG Hà Nội | 2025–2026[English](README.md) | **Tiếng Việt**Files to create/modify
README.md— add Skills Demonstrated section, expand Highlights, add License section, add language switcher link at topREADME.vi.md— full Vietnamese translation with same structureThe following is the prior conversation context from the user's chat exploration (may be truncated):
User: # Machine Learning
English | Tiếng Việt
Comprehensive implementation of fundamental machine learning algorithms from probability-based methods to deep neural networks and clustering techniques.
Overview
12 weeks of practical ML implementations. Course materials from VNU University of Science, Hanoi - Machine Learning (MAT 3533) - Academic Year 2025-2026.
Course Structure
Installation
git clone https://github.com/Bravee9/Machine-Learning-MAT3533.git cd Machine-Learning-MAT3533 pip install -r requirements.txtLibraries:
Python 3.8+, NumPy, Pandas, Matplotlib, Scikit-learn, CVXOPT
Usage