Questions tagged [machine-learning]
Machine learning provides computer algorithms that automatically discover patterns in data and make intelligent decisions from them.
254 questions
3 votes
4 answers
2k views
Python project to scrape webpages and build text datasets for ML purposes
Context I'm returning to Python development after a break and actively learning AI/ML. As part of my learning journey, I'm building a dozen pet projects to strengthen my skills. This is my first ...
3 votes
0 answers
123 views
Predictive Maintenance ML Project on Jupyter Notebook
I have built a predictive maintenance machine learning project in a Jupyter Notebook, with plans to convert it into a Flask application later on. The code is functional and passes Ruff tests. But I am ...
1 vote
1 answer
65 views
Predictive Maintenance ML Project in Jupyter Notebook
I am developing a predictive maintenance project using Machine Learning. I have completed the initial code in Jupyter Notebook. Later, I will convert it into a Flask app. The code is working fine for ...
5 votes
1 answer
161 views
Flask App: ML Project on Predicting Weather
I am working on a basic, personal ML project on predicting weather. First, I have finished working on Jupyter Notebook. And now, I am transforming it into create a Flask app. I have just completed the ...
3 votes
1 answer
99 views
ML Project on Predictive Maintenance of Machines
I am working on a personal machine-learning (ML) project on predicting maintenance of machines. First, I am working on Jupyter Notebook. Then I will create a Flask app. I have just completed the code ...
2 votes
1 answer
160 views
ML Project on Jupyter Notebook - Weather Prediction
I am working on a personal Machine-Learning (ML) project to predict weather. Right now, I am working on Jupyter Notebook. Once I am done with it, I will start working on converting it into a Flask app....
4 votes
1 answer
398 views
ML Project on Predicting Weather App
I am working on a basic, personal ML project on predicting weather. First, I am working on Jupyter Notebook. Then I will create a Flask app. I have just completed the code on Jupyter Notebook. Would ...
5 votes
2 answers
113 views
Filipino Sign Language Recognition System Using MediaPipe & TensorFlow
I am working on a sign language recognition system that processes pre-recorded video datasets to extract hand gesture features for AI training. I am using MediaPipe, OpenCV, and TensorFlow to extract ...