Deep-Learning
Showing all 4 resultsSorted by popularity
- Software Projects
Predictive Maintenance using Unsupervised Machine Learning
For any industrial machinery equipment, there is a need to increase operational flexibility and reduce operating costs. To achieve this objective, system engineers mainly focuses on 3 attributes of the machinery, namely reliability, maintainability and reliability. Maintenance strategy significantly improves the reliability and availability of assets and, as a result, decreases the number of unpredicted breakdowns. Recently unsupervised Machine Learning has received much attention in anomaly detection and predictive maintenance of equipments before they can fail. Unsupervised learning can help automate and improve feature engineering by extracting relevant and informative features from the data, without requiring labels or prior knowledge. In this project there are three different techniques that are applied: 1) PCA Model, 2) Auto-encoder Model and 3) LSTM Model with auto-encoder for detection of motor and compressor failures.
SKU: Predictive Maintenance using Unsupervised Machine Learning - Software Projects
Object Replacement Application using Generative AI
This project involves building an application where users can upload an image, select an object e.g., a sofa, and replace it with
a new object based on a text description, like “modern gray leather sofa”. The app leverages Stable Diffusion for generating the new object and
Streamlit for the user-friendly interface. Users can upload images, select the object, provide a description for the replacement, preview the result,
and download the final output image.SKU: n/a - Software Projects
Neural Machine Translation
The objective of this project is to convert Hindi sentence to English sentence for non-native speakers using Neural Machine Translation. The dataset is preprocessed by removing punctuations and all duplicate values as well as all quotes, numbers and white spaces that are present in text data. Then English and Hindi vocabulary is prepared by splitting sentences into words. Encoder Decoder architecture is used to build the model wherein decoder is an LSTM model with embedding layer, sequence to sequence layer, attention mechanism and dense layer. The model is appropriately trained with the train data and saved the model weights, which are loaded while inferencing the test data for making the prediction. The predicted English translation will be obtained from decoded sequence function.
SKU: n/a - Software Projects
AI Assistant for Tourists
This project is aimed to develop a virtual assistant chatbot that can help the tourists tell the weather for any city, places around a city and points of interests such as beaches, hotels, restaurants around a city etc. Rasa framework is employed to build the chatbot. The application can be run on local browser. The user can interact with the chatbot using a simple UI built on HTML and CSS.
SKU: n/a