
Kapalı
İlan edilme:
Teslimde ödenir
Freelance AI & Predictive Maintenance Expert (Vibration Analysis) We are looking for a specialized Data Scientist or AI Engineer to develop a Predictive Maintenance solution for a critical production line. The project involves analyzing vibration data from a high-capacity main electric motor to identify early signs of mechanical failure and optimize maintenance cycles. Technical Context Data Source: High-frequency vibration data collected via IFM sensors. Dataset: Approximately 300,000 rows of historical records stored in a SQL database. System Focus: Rotating machinery (Main Drive Motor) within an industrial manufacturing environment. Core Goal: Implement an anomaly detection and health-scoring model to prevent unplanned downtime. Key Responsibilities Data Engineering: Extract, clean, and preprocess 300k+ rows of SQL-based vibration data. Feature Extraction: Transform raw signals into meaningful features (Time-domain: RMS, Kurtosis, Skewness; Frequency-domain: FFT, PSD). Model Development: Build and train Machine Learning models (e.g., Random Forest, XGBoost, or LSTM) for failure prediction and anomaly detection. Signal Processing: Apply signal processing techniques to distinguish between operational noise and actual mechanical degradation. Validation: Evaluate model performance using precision/recall metrics focused on reducing false positives in a factory setting. Required Qualifications Proven track record in Predictive Maintenance (PdM) or Industrial AI. Deep expertise in Python (Pandas, Scikit-learn, SciPy, or Signal Processing libraries). Strong experience in Time-Series Analysis and vibration-based diagnostics.
Proje No: 40239477
73 teklifler
Uzaktan proje
Son aktiviteden bu yana geçen zaman 24 gün önce
Bütçenizi ve zaman çerçevenizi belirleyin
Çalışmanız için ödeme alın
Teklifinizin ana hatlarını belirleyin
Kaydolmak ve işlere teklif vermek ücretsizdir
73 freelancer bu proje için ortalama $520 USD teklif veriyor

Hello, This is a serious Predictive Maintenance problem, not just a generic anomaly detection task, and it needs to be approached from both a signal-processing and industrial reliability perspective. My approach would begin with structured data engineering from your SQL source, including timestamp alignment, cleaning, and segmentation by operating regime. For high-frequency vibration signals, I would build a dedicated feature pipeline extracting both time-domain features (RMS, crest factor, kurtosis, skewness, peak-to-peak) and frequency-domain features (FFT spectrum, PSD bands, spectral peaks, band energy). Where appropriate, I would apply filtering and envelope detection to isolate mechanical signatures from operational noise. Model strategy will depend on label availability. If failure labels exist, I would compare ensemble models such as Random Forest and XGBoost. If not, I would implement semi-supervised approaches such as Isolation Forest or autoencoder-based anomaly scoring. The output would not just be binary alerts, but a calibrated health score to track degradation trends over time. I have strong experience in Python (Pandas, SciPy, scikit-learn) and time-series signal analysis, and I understand the practical constraints of rotating machinery environments. Happy to discuss your sampling rate, labeling availability, and deployment expectations to define a precise roadmap. Best, Jenifer
$500 USD 35 gün içinde
7,7
7,7

As a seasoned practitioner in the fields of Data Science and AI, I have successfully delivered on numerous projects that greatly mirrors your specific need in developing a Predictive Maintenance solution for a high-capacity main electric motor. I'm well-adept at handling complex vibration data analysis - particularly from the IFM sensors you mentioned - and I guarantee to apply a diligent approach in extracting, cleaning, and preprocessing over 300,000 rows of historical records from your SQL database efficiently. My deep proficiency in Python is a remarkable asset for this project since it's extensively utilized for signal processing and time-series analysis - core components in relevantly processing vibration data. Thanks to my familiarity with Pandas, Scikit-learn, SciPy, and Signal Processing libraries, I have a sharp ability to derive meaningful features from raw signals. What distinctively sets me apart is my dynamic experience which encompasses various enterprise-level domains such as Supply Chain, CRM, ERP system. Therefore, I understand the uniqueness of predictive maintenance requirements in differing industries and can translate that comprehension into unique value for your project. Thanks....
$750 USD 7 gün içinde
6,6
6,6

Hello! Developing a predictive maintenance solution using vibration analysis to protect a critical production line is exactly the kind of industrial AI challenge our team excels at. We are a team of 62 data scientists and engineers with over 9 years of experience in building anomaly detection and health-scoring models for manufacturing environments. Here's how we can help: - We will extract and preprocess your 300k rows of SQL-based vibration data, then engineer key time-domain and frequency-domain features like RMS, kurtosis, FFT, and PSD to identify early signs of mechanical failure. - Our team has deep experience with signal processing to filter out operational noise and isolate genuine degradation patterns in rotating machinery. - We will develop and train machine learning models such as Random Forest, XGBoost, or LSTM specifically tuned for high precision and recall to minimize false positives in your factory setting. - We can deliver a validated model with clear health scoring to optimize your maintenance cycles and prevent unplanned downtime. Do you have access to labeled failure events in your historical dataset for supervised training, or are we focusing purely on unsupervised anomaly detection?
$500 USD 3 gün içinde
5,3
5,3

I've built ML pipelines for industrial time-series data before so this project is right in my wheelhouse. For feature extraction, I'd pull RMS, kurtosis, skewness, and crest factor from the time domain, then use FFT + Welch PSD for frequency-domain features. With 300k rows of IFM sensor data, the feature engineering step will likely matter more than the model choice. For the anomaly detection model, I'd start with an Isolation Forest or autoencoder for unsupervised baseline (since labeled failure data is often sparse in industrial PdM), then layer in XGBoost or a lightweight LSTM if you have enough labeled examples. Key metric in a factory setting is precision - false positives trigger unnecessary maintenance, so I'd tune the threshold accordingly. For the SQL extraction and preprocessing: clean pipeline with pandas, handle missing timestamps, apply a rolling window for feature aggregation. I'd also flag and isolate startup/shutdown transients which often pollute the signal. I'd structure the output as a health score (0-100) with configurable alert thresholds rather than a binary prediction, makes it more actionable for the maintenance team. Can start immediately. Budget is a bit tight for the scope but happy to discuss. - Usama
$700 USD 14 gün içinde
5,2
5,2

Your vibration dataset will generate false positives if you apply standard anomaly detection without accounting for load-dependent frequency shifts. Motors running at 80% capacity produce different harmonic signatures than those at 100%, and most ML models flag these as anomalies when they're just operational variance. Before building the model, I need clarity on two things: What's the sampling rate of your IFM sensors, and do you have labeled failure events in the 300k rows? If your data lacks ground truth labels, we'll need to use unsupervised methods like Isolation Forest combined with domain knowledge to define "normal" vs "degrading" states. Also, are you capturing tri-axial vibration or single-axis? This changes the feature engineering approach entirely. Here's the technical roadmap: - PYTHON + SCIPY: Extract time-domain features (RMS, crest factor, kurtosis) and frequency-domain features (FFT peaks, spectral entropy) to capture both transient spikes and gradual bearing wear patterns. - SIGNAL PROCESSING: Apply bandpass filters to isolate bearing fault frequencies (BPFO, BPFI) and remove electrical noise from the 60Hz power supply that contaminates raw sensor data. - PANDAS + SQL: Build an ETL pipeline that handles missing timestamps, resamples irregular data intervals, and creates rolling windows for trend analysis without loading 300k rows into memory. - ANOMALY DETECTION: Implement a two-stage model - Autoencoder for reconstruction error on normal operation patterns, then XGBoost for severity classification when anomalies are detected. - VALIDATION: Use precision-recall curves tuned for industrial tolerance - you can't afford false alarms that trigger unnecessary shutdowns, but you also can't miss early-stage failures. I've built similar systems for 2 manufacturing clients where we reduced unplanned downtime by 35% and extended maintenance intervals by 20%. Let's schedule a 20-minute call to review your sensor specs and failure history before I finalize the architecture.
$450 USD 10 gün içinde
5,4
5,4

Hi, I’m Karthik, an AI & Industrial Analytics Engineer with 15+ years of experience in data engineering, ML systems, and production-grade analytics. Your Predictive Maintenance use case aligns strongly with my experience in time-series modeling and anomaly detection for industrial systems. Proposed Approach: ✔ Data Engineering – SQL extraction pipeline – Signal cleaning, normalization, windowing – Handling sampling frequency & drift ✔ Feature Engineering – Time-domain: RMS, Kurtosis, Skewness, Crest Factor – Frequency-domain: FFT, PSD, band energy – Rolling statistical & trend features ✔ Modeling Strategy – Baseline: Isolation Forest / One-Class SVM – Supervised: Random Forest / XGBoost (if labeled failures exist) – Deep Learning: LSTM for sequence modeling – Health Scoring Index (0–100 degradation scale) ✔ Signal Processing – Filtering (Butterworth) – Noise separation – Harmonic pattern detection ✔ Validation – Precision/Recall focused optimization – False positive reduction tuning – Cross-validation on historical failure windows Tech Stack: Python, Pandas, SciPy, Scikit-learn, TensorFlow/PyTorch Deliverables include full codebase, model artifacts, documentation, and evaluation report. Let’s build a robust PdM system that reduces downtime and protects production reliability.
$800 USD 7 gün içinde
5,3
5,3

Hi — I can build a vibration-based Predictive Maintenance pipeline for your main drive motor: SQL → signal features → anomaly detection + health score → validation tuned to minimize false positives. Approach Data engineering: pull 300k rows from SQL, align timestamps, handle gaps, segment by operating regime (speed/load if available). Feature extraction: time-domain (RMS, kurtosis, skewness, crest factor, peak-to-peak), frequency-domain (FFT bands, PSD energy, spectral kurtosis proxies). Modeling (depending on labels): If failure/maintenance events exist: gradient boosting (XGBoost/RandomForest) + time-windowed labels, plus calibration. If limited labels: Isolation Forest / One-Class SVM / Autoencoder + change-point detection; build a health index and alert thresholds. Validation: precision/recall focused on factory reality (reduce false alarms), with alert lead-time evaluation and confusion matrix by event window. Deliverables: reproducible Python code + feature store output + model artifacts + a simple report/dashboard of health score and flagged periods. Questions Do you have timestamps for failures/maintenance work orders to use as labels? Sampling rate and sensor axes (1D/3D), plus RPM/load tags? Do you want deployment output as a script, API, or scheduled SQL job?
$400 USD 7 gün içinde
4,2
4,2

Hi, I am a seasoned Applied Data Scientist with more than 6 years of experince.I can build a practical Predictive Maintenance pipeline for your main drive motor, delivering a reliable anomaly detector + health score (HI). My approach SQL -> analytics-ready dataset: extract 300k+ rows, align timestamps, handle missing/duplicates, split by operating regimes (load/speed states) to avoid normal changes looking like faults Signal processing + features: window the high-freq signal; compute time-domain (RMS, peak-to-peak, crest factor, kurtosis, skewness, envelope stats) & frequency-domain (FFT bands, PSD, bearing fault bands, spectral kurtosis proxies) Anomaly + HI modeling: start with robust unsupervised/weakly-supervised models (Isolation Forest/One-Class SVM + PCA-SPE) and build a Health Indicator that is monotonic and interpretable. If labels exist, add XGBoost/RF and compare Validation : time-based splits, event-based scoring, precision/recall at alert thresholds, and stability checks across regimes. Deliverables: clean Python code + feature pipeline, model training/eval notebook, and a deployable scoring script that outputs HI trend + alert level per time window Relevant experience: Built vibration-based PHM pipelines for rotating machinery: regime split, anomaly scoring, and RUL/HI curve construction with monotonicity/robustness metrics. Implemented FFT/PSD feature engineering, change-point detection, and production-ready alerting tuned for shop-floor realities.
$300 USD 3 gün içinde
4,2
4,2

Hi there, I am a strong fit for this project because I have developed predictive maintenance models for rotating machinery using vibration and time-series data in industrial environments. I have built end-to-end pipelines covering SQL extraction, signal preprocessing, feature engineering with RMS, kurtosis, skewness, FFT and PSD, and trained models such as Random Forest, XGBoost, and LSTM for anomaly detection and health scoring. I work in Python with Pandas, SciPy, NumPy, scikit-learn, and specialized signal processing techniques to separate operational noise from mechanical degradation patterns. I reduce risk by validating features against domain failure modes, tuning models to minimize false positives, applying cross-validation on historical fault windows, and documenting the full pipeline for reproducibility and deployment. I am ready to review sample vibration data and outline a structured modeling and validation plan immediately. Regards Chirag
$500 USD 7 gün içinde
4,4
4,4

I’m able to develop a complete Predictive Maintenance solution for your main drive motor using vibration data, covering the full pipeline from data extraction to anomaly detection and health scoring. I have experience working with time-series data in Python using Pandas, SciPy, and Scikit-learn, and can build robust preprocessing and feature extraction pipelines including RMS, kurtosis, skewness, FFT, and PSD analysis. I can design anomaly detection and failure prediction models using techniques such as Isolation Forest, Random Forest, XGBoost, or sequence-based models when appropriate, ensuring the system can detect early mechanical degradation while minimizing false positives. I will deliver a clean, well-documented implementation that connects to your SQL database, processes vibration signals, computes health scores, and provides reliable indicators of motor condition. The solution will include proper validation using precision/recall metrics, performance tuning, and clear documentation so your team can understand, maintain, and extend the system. My focus is on building a practical, production-ready predictive maintenance model that improves reliability, prevents unplanned downtime, and supports smarter maintenance scheduling.
$350 USD 7 gün içinde
4,0
4,0

Hi, I am excited about the opportunity to develop a Predictive Maintenance solution focused on vibration analysis for your production line. My expertise in Data Science, combined with over 7 years of experience in developing industrial AI solutions, positions me uniquely to address the key objectives of your project. I have extensive proficiency in Python, including libraries like Pandas, Scikit-learn, and SciPy, which will enable me to efficiently preprocess and analyze your 300,000 rows of SQL-based vibration data. I specialize in time-series analysis and have a proven track record in anomaly detection, ensuring that I can construct robust models to predict mechanical failures and prevent unplanned downtime. With my strong focus on feature extraction and model validation, I'll ensure the highest precision for your models, significantly reducing false positives. Let's discuss how we can move forward with this important project. Best, Andrii
$500 USD 2 gün içinde
3,7
3,7

Hi, I hope you are doing well. Very happy to bid your project because my skills are fitted in your project. I’m a Data Scientist/AI Engineer specialized in vibration-based Predictive Maintenance, combining signal processing (FFT/PSD, envelope analysis) with ML health-scoring and anomaly detection for rotating machinery. I will extract and preprocess your 300k+ SQL vibration records, then engineer robust time- and frequency-domain features (RMS, kurtosis, skewness, spectral peaks/bands, PSD stats) to separate operating-condition noise from degradation. I will train and validate an anomaly + health scoring pipeline (Isolation Forest/One-Class + RandomForest/XGBoost, and optional LSTM if sequence windows add value), tuning thresholds to minimize false positives and reporting precision/recall with a deployable scoring output for maintenance decisions. If you send the message, we can discuss the project more. Thanks.
$250 USD 5 gün içinde
3,8
3,8

⭐ Hello there, My availability is immediate. I read your project post on Python/AI Developer for Predictive Maintenance via Vibration Analysis. I am an experienced full-stack Python developers with skill sets in: Python, Django, Flask, FastAPI, Jupyter Notebook, Selenium, Data Visualization, ETL AI/ML & Data Science: Model development, training & deployment, NLP, Computer Vision, Predictive Analytics, Deep Learning React, JavaScript, jQuery, TypeScript, NextJS, React Native NodeJS, ExpressJS Web App Development, Web/API Scraping API Development, Authentication, Authorization SQLAlchemy, PostgresDB, MySQL, SQLite, SQLServer, Datasets Web hosting, Docker, Azure, AWS, GCP, Digital Ocean, GoDaddy, Web Hosting Python Libraries: NumPy, pandas, scikit-learn, TensorFlow, PyTorch, etc. Please send a message so we can quickly discuss your project and proceed further. I am looking forward to hearing from you. Thanks
$630 USD 11 gün içinde
4,2
4,2

Dear Sir/Madam, I have extensive experience in data science, particularly in predictive maintenance and anomaly detection. With expertise in signal processing, time-series analysis, and machine learning, I can help develop the solution you need to optimize maintenance cycles for your electric motor. Let’s connect in the chatbox to discuss the project further, including the budget and timeline. To know more about my experience, let's talk in a freelancer call, and I can share more details and sample works in the chatbox. I am ready to work with you, please connect in the chatbox for further discussions. Thank You. Dr. Divya.
$250 USD 7 gün içinde
4,0
4,0

Hello, I’m an AI & Predictive Maintenance specialist with extensive experience in vibration-based diagnostics for industrial machinery. I’ve worked with high-frequency sensor data, extracting time- and frequency-domain features (RMS, FFT, PSD) to build ML models (Random Forest, XGBoost, LSTM) that accurately detect anomalies and predict failures. I will preprocess your 300k-row SQL dataset, apply advanced signal processing to separate operational noise from real degradation, and validate models with precision/recall metrics to minimize false positives. Budget: $500; Timeline: 1 week. Any preferred alerting/reporting format? Looking forward to hearing from you. Thank you.
$500 USD 7 gün içinde
3,4
3,4

Hello there, As an experienced researcher and data scientist, data analyst, my qualitative analysis skills perfectly align with your job requirements. My profound knowledge of Python and R Studio guarantees fast learning and adaptation to new tools. Moreover, my advanced skills in Excel make me highly competent in handling large datasets efficiently—making me proficient in extracting the best insights from your transcripts. I fully comprehend the importance of working papers and meticulously preparing financial statements, especially within strict timelines. my sharp analytical skills and extensive knowledge of excel ensure that I leave no stone unturned in making sure every detail is covered under evaluation. My passion for quality, originality and meeting deadlines makes me an excellent choice for this project. I cannot wait to prove my extensive skills to you through providing actionable insights that will help guide your decision making regarding domestic charter flights. Best Regards
$250 USD 2 gün içinde
3,8
3,8

Hello, Just read your post and it seems you are looking for a specialist skilled in predictive maintenance, vibration analysis, and anomaly detection for rotating machinery using high-frequency sensor data. With my years of extensive experience and exceptional expertise in Python-based industrial AI (Pandas, SciPy, Scikit-learn), time-series and signal processing (RMS, FFT, PSD, kurtosis, skewness), SQL data pipelines, and building health-scoring and anomaly detection models for electric motors, I am 100% confident that I can bring your vision to life in the shortest possible time by delivering a reliable PdM MVP that minimizes false positives and helps prevent unplanned downtime. Let’s connect and see how great value I can add to your business. Best Regards, Raka
$500 USD 15 gün içinde
3,6
3,6

As an AI and Predictive Maintenance expert specializing in Vibration Analysis, I understand the criticality of optimizing maintenance cycles for your production line's electric motors. With 5 years of experience and a proven track record in similar projects offsite, I am well-equipped to tackle your core goal of implementing an anomaly detection and health-scoring model to prevent unplanned downtime. I have extensive experience in data engineering, feature extraction, model development, and signal processing, using Python libraries such as Pandas, Scikit-learn, and SciPy. My approach focuses on developing robust Machine Learning models tailored to your specific needs and ensuring precision in identifying mechanical failures. Let's collaborate to enhance the reliability and performance of your industrial manufacturing environment. I am eager to discuss how my expertise can benefit your project further. Chirag Pipal Regards
$550 USD 7 gün içinde
2,8
2,8

I CAN SHOW MY LIVE CODING! Hello, and thank you for outlining this Predictive Maintenance initiative. I will share my wonderful previous project when we start a chat. I’ve delivered vibration-based PdM solutions for rotating machinery, using RMS, Kurtosis, FFT, and PSD features to detect early bearing and shaft faults. My Python stack includes Pandas, SciPy, Scikit-learn, and SQL pipelines handling 300k+ high-frequency datasets. I focus on minimizing false positives through precision-recall tuning and robust validation. I’ll extract and preprocess your IFM sensor data, engineer time and frequency domain features, and build a hybrid anomaly detection model using XGBoost or LSTM. Advanced signal filtering will separate operational noise from real degradation patterns. You’ll receive a reliable, well-documented solution ready to prevent costly downtime with confidence.
$500 USD 7 gün içinde
2,9
2,9

Hi, I am an expert full stack developer with skills including Signal Processing, Data Science, Anomaly Detection, Pandas, Python, SQL, SciPy, Data Processing, SAS and Data Mining. After reviewing the project requirements, I found the project perfectly match my experience and skills. Having previously worked on similar projects, I'm confident I can complete this project perfectly. To move forward, Please contact me to discuss more regarding this project. Thanks
$250 USD 4 gün içinde
2,6
2,6

Melikgazi, Turkey
Şub 18, 2026 tarihinden bu yana üye
$10-30 USD
$15-25 USD / saat
$15-25 CAD / saat
$10-30 USD
₹12500-37500 INR
$250-750 USD
$750-1500 USD
₹45000-60000 INR
$30-250 USD
₹75000-150000 INR
$8-15 USD / saat
₹800-1000 INR
$14-20 NZD
$10-30 USD
₹400-750 INR / saat
₹12500-37500 INR
$30-250 USD
$30-250 USD
$30-250 USD
₹600-1500 INR