prafulladiwesh
Software Development | SpringBoot | Microservices | Kafka | SQL | Machine Learning | Deep Learning
Frankfurt am Main, Germany
Pinned Repositories
DecisionTreeWithPython
Python program to implement decision tree using ID3 algorithm.
DocumentSearchUsingLucene
This project implements Information Retrieval system using Apache Lucene library where Text or HTML document is read, parsed, indexed, searched and ranked based on a query.
FirstFlaskProject
genreidentification
IRTEX
Image Retrieval System using feature extraction techniques and Generating Textual and Visual Explanation of the retrieved results using explainable AI techniques.
LevenshteinDistanceApp
LevenshteinDistanceApp to calculate Levenshtein Distance between 2 strings based on the rules described at https://en.wikipedia.org/wiki/Levenshtein_distance
MachineLearningWebApplication
MachineLearning WebApplication to Connect with a machine learning model deployed on the flask server and show the results on web page using REST API connection.
mlpipeline
ML pipeline for unstructured e-commerce dataset to construct knowledge graph using ML algorithms like KNN and transformers.
ObjectNetIntrospection
Categorizing and Explaining Prediction Errors of Image Recognition Model using ObjectNet Dataset.
simskip
Deep Hashing for High Dimensional similarity search on embedded data using ImageNet and Glove Dataset using Deep Neural Network algorithms.
prafulladiwesh's Repositories
prafulladiwesh/mlpipeline
ML pipeline for unstructured e-commerce dataset to construct knowledge graph using ML algorithms like KNN and transformers.
prafulladiwesh/simskip
Deep Hashing for High Dimensional similarity search on embedded data using ImageNet and Glove Dataset using Deep Neural Network algorithms.
prafulladiwesh/DecisionTreeWithPython
Python program to implement decision tree using ID3 algorithm.
prafulladiwesh/DocumentSearchUsingLucene
This project implements Information Retrieval system using Apache Lucene library where Text or HTML document is read, parsed, indexed, searched and ranked based on a query.
prafulladiwesh/FirstFlaskProject
prafulladiwesh/genreidentification
prafulladiwesh/IRTEX
Image Retrieval System using feature extraction techniques and Generating Textual and Visual Explanation of the retrieved results using explainable AI techniques.
prafulladiwesh/LevenshteinDistanceApp
LevenshteinDistanceApp to calculate Levenshtein Distance between 2 strings based on the rules described at https://en.wikipedia.org/wiki/Levenshtein_distance
prafulladiwesh/MachineLearningWebApplication
MachineLearning WebApplication to Connect with a machine learning model deployed on the flask server and show the results on web page using REST API connection.
prafulladiwesh/ObjectNetIntrospection
Categorizing and Explaining Prediction Errors of Image Recognition Model using ObjectNet Dataset.
prafulladiwesh/kafka-junit
Enables you to start and stop a fully-fledged embedded Kafka cluster from within JUnit and provides a rich set of convenient accessors and fault injectors through a lean API. Supports working against external clusters as well.
prafulladiwesh/LinearRegressionUsingGradientDescent
Python program to implement Gradient Descent with Linear Regression
prafulladiwesh/neural-collaborative-filtering
pytorch version of neural collaborative filtering
prafulladiwesh/plotlyvisualization
prafulladiwesh/prafulladiwesh
Prafulla Diwesh's Portfolio
prafulladiwesh/SinglePerceptronUsingDeltaRule
Python program to implement a Single Perceptron using the Delta Rule.
prafulladiwesh/string-splitter