This project applies machine learning techniques to analyze and predict the performance of electrical power transformers. The goal is to optimize transformer operations, improve reliability, and predict potential failures, utilizing a combination of electrical engineering and machine learning.
- Data preprocessing for transformer datasets
- Machine learning models for predicting transformer performance
- Performance evaluation metrics for model accuracy
- Scalable architecture for power transformer monitoring
-
Clone the repository:
git clone [email protected]:SanjoyPator1/power-transformer-ml.git
2. Create and activate the `power-trans` Conda environment
```bash
conda create -n power-trans python=3.8
conda activate power-trans
- Install required dependencies
pip install -r requirements.txt
- Add your transformer dataset to the
data
folder - Run the Jupyter notebooks for data analysis and model training
Feel free to open issues and submit pull requests for improvements.
This project is licensed under the MIT License.