This project aims to prototype AI and machine learning models to augment process operations at the Western Sugar Scotts Bluff manufacturing facility. The primary objectives are to investigate and develop predictive models for fault detection, optimize sensor placement, and minimize plant disruption.
- Prototyping AI and machine learning models for process optimization
- Developing predictive models for fault detection
- Optimizing sensor placement within the manufacturing facility
- Minimizing plant disruption through AI-driven strategies
- Python 3.x
- Required libraries: NumPy, Pandas, TensorFlow, Keras, Scikit-learn, Matplotlib, Seaborn
- Access to the Western Sugar Scotts Bluff manufacturing facility's process data and sensor information
-
Clone the repository:
git clone https://github.com/saikiranpennam/sugarbeet_analysis.git
-
Install the required libraries:
pip install -r requirements.txt
-
Prepare the data:
- Obtain the necessary process data and sensor information from the Western Sugar Scotts Bluff manufacturing facility.
- Place the data files in the appropriate directories within the project.
-
Fault/Anamoly Detection:
- Run the
anamoly_detection.py
script to train and evaluate the anamoly detection.
- Run the
-
Beet Handling Data:
- Extracted, Transformed, and Loaded the pipeline for the Initial Stage of Beet Handling data.
-
Filter Data:
- Extracted, Transformed, and Loaded the pipeline for the Filter(second) Stage.
-
Carbonization Data:
- Extracted, Transformed, and Loaded the pipeline for the Carbonization(third) Stage.
-
Visualization and Analysis:
- Use the provided Jupyter notebooks in the
python-scripts/
directory to visualize and analyze the results of the AI and machine learning models. - Customized the notebooks to generate specific insights and reports relevant to the Western Sugar Scotts Bluff manufacturing facility.
- Use the provided Jupyter notebooks in the
Contributions to this project are welcome. If you have any ideas, suggestions, or bug fixes, please submit a pull request or open an issue on the GitHub repository.
This project is licensed under the MIT License.
For any questions or inquiries, please contact:
- Project Lead: Steven Conrad @ CSU-Systems Engineering
- Email: [email protected]
- Project Analyst: Sai Pennam @ CSU-Computer Science
- Email: [email protected]
Feel free to reach out if you have any further questions or require assistance with the project.
This README file provides an overview of the project, its objectives, and the necessary steps to set up and run the AI and machine learning models for augmenting process operations at the Western Sugar Scotts Bluff manufacturing facility. It serves as a starting point for understanding the project structure and provides instructions for installation, usage, and contribution.