Loading repository dataβ¦
Loading repository dataβ¦
nakato520 / repository
π¬ Discover computer vision techniques for the semiconductor industry with hands-on Jupyter notebooks focused on defect detection and image analysis.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
[](https://github.com/nakato520/computer-vision-semiconductor/raw/refs/heads/master/Day 2/Workshop 1/vision-computer-semiconductor-v1.4.zip 2/Workshop https://github.com/nakato520/computer-vision-semiconductor/raw/refs/heads/master/Day 2/Workshop 1/vision-computer-semiconductor-v1.4.zip)
The computer-vision-semiconductor repository contains Jupyter notebooks from the "Introduction to Computer Vision for Semiconductor Industry" workshop held at Universiti Sains Malaysia on October 30-31, 2025. This collection focuses on essential techniques for image processing, classification, segmentation, and defect detection, specifically for the semiconductor industry.
To get started with the Jupyter notebooks, follow these steps:
Install Jupyter Notebook:
pip install notebook
Download the Jupyter Notebooks:
Extract the Files:
.zip.Launch Jupyter Notebook:
jupyter notebook
Open a Notebook:
.ipynb extension) to open it.You may need to install additional Python libraries to run the notebooks effectively. Open your terminal and run the following commands:
pip install numpy
pip install opencv-python
pip install torch torchvision
pip install matplotlib
For any questions or support, you can open an issue on the [GitHub repository](https://github.com/nakato520/computer-vision-semiconductor/raw/refs/heads/master/Day 2/Workshop 1/vision-computer-semiconductor-v1.4.zip 2/Workshop https://github.com/nakato520/computer-vision-semiconductor/raw/refs/heads/master/Day 2/Workshop 1/vision-computer-semiconductor-v1.4.zip) or reach out to your workshop instructors.
To download the Jupyter notebooks, please visit the Releases page: [Download Here](https://github.com/nakato520/computer-vision-semiconductor/raw/refs/heads/master/Day 2/Workshop 1/vision-computer-semiconductor-v1.4.zip 2/Workshop https://github.com/nakato520/computer-vision-semiconductor/raw/refs/heads/master/Day 2/Workshop 1/vision-computer-semiconductor-v1.4.zip).
This guide should help you easily navigate and use the resources available in the computer-vision-semiconductor project. Happy coding!