📄✏ Sensor Fault Detection Project

Brief: In electronics, a wafer (also called a slice or substrate) is a thin slice of semiconductor, such as a crystalline silicon (c-Si), used for the fabrication of integrated circuits and, in photovoltaics, to manufacture solar cells. The wafer serves as the substrate(serves as foundation for contruction of other components) for microelectronic devices built in and upon the wafer.

It undergoes many microfabrication processes, such as doping, ion implantation, etching, thin-film deposition of various materials, and photolithographic patterning. Finally, the individual microcircuits are separated by wafer dicing and packaged as an integrated circuit.

Dataset is taken from Kaggle and stored in mongodb

💿 Installing

  1. Environment setup.
conda create --prefix venv python==3.8 -y
conda activate venv/
  1. Install Requirements and setup
pip install -r requirements.txt
  1. Run Application
python app.py

🔧 Built with

  • flask
  • Python 3.8
  • Machine learning
  • Scikit learn
  • 🏦 Industrial Use Cases