end-to-end-machine-learning
There are 107 repositories under end-to-end-machine-learning topic.
kingyiusuen/image-to-latex
Convert images of LaTex math equations into LaTex code.
dctian/DeepPiCar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
ShifuML/shifu
An end-to-end machine learning and data mining framework on Hadoop
VQAssessment/FAST-VQA-and-FasterVQA
[ECCV2022, TPAMI2023] FAST-VQA, and its extended version FasterVQA.
mgalley/DSTC7-End-to-End-Conversation-Modeling
Grounded conversational dataset for end-to-end conversational AI (official DSTC7 data)
ditikrushna/End-to-End-Diabetes-Prediction-Application-Using-Machine-Learning
In this project, the objective is to predict whether the person has Diabetes or not based on various features like Number of Pregnancies, Insulin Level, Age, BMI.
snakeztc/NeuralDialog-ZSDG
PyTorch codebase for zero-shot dialog generation SIGDIAL 2018, It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU
JohannesBetz/AutonomousRacing_Literature
Autonomous Literature Overview
mburakbozbey/video-restoration
An end-to-end video restoration project with open-source pretrained deep learning models
juanmc2005/SpeakerEmbeddingLossComparison
Companion repository for the paper "A Comparison of Metric Learning Loss Functions for End-to-End Speaker Verification" published at SLSP 2020
lgsvl/lanefollowing
ROS2 End-to-End Lane Following Model with SVL Simulator
lucko515/image-search-engine
End-to-end image search engine based on the Deep learning techniques.
jaydeepjethwa/DeTox
A web-app to identify toxic comments in a youtube channel and delete them.
kingyiusuen/handwritten-multi-digit-number-recognition
Recognize handwritten multi-digit numbers using a CRNN model trained with synthetic data.
flux-project/flux
Machine Learning Stack for Big Data, Big Cluster and Big Challenges
Harly-1506/MLOps-Recommendation
End to end machine leanring project: This repository serves as a simplified guide to help you grasp the fundamentals of MLOps.
lucko515/search-book-by-cover-server
This is the main repository for the Book Search project. This engine allows you to search database of books by simply uploading an image of a cover.
pedrojrv/nucml
End-to-end python-based supervised machine learning pipeline for ML-augmented nuclear data evaluation.
skprasad117/Predicting-Student-Performance-Using-Machine-Learning
Using machine learning algorithms, this project aims to predict student performance in standardized tests based on demographic and academic data.
ammarlodhi255/student_performance_indicator_end-to-end_implementation
An end-to-end machine learning project, student performance indicator. The goal of this project is to understand the influence of the parents background, test preparation, and various other variables on the students performance.
avannaldas/ML-End-to-End
Bare minimum End-to-End ML application with Flask REST API Prediction Service
Giuseppe-Della-Corte/IESTAC
A corpus that can be used to train English-to-Italian End-to-End Speech-to-Text Machine Translation models
chollette/Liver-Disease-Classification-Azure-ML-Capstone-Project
This is a Liver Disease Machine Learning Classification Capstone Project in fulfillment of the Udacity Azure ML Nanodegree. In this project, you will learn to deploy a machine learning model from scratch. The files and documentation with experiment instructions needed for replicating the project, is provided for you.
shsarv/Cardio-Monitor
Cardio Monitor is a web app that helps you to find out whether you are at risk of developing heart disease. the model used for prediction has an accuracy of 92%. This is the course project of subject Big Data Analytics (BCSE0158).
diardanoraihan/E2E_Deep_Learning
Build a serverless deep learning model (end-to-end implementation) to classify real-world clothes images using TensorFlow, TensorFlow Lite, Docker, and AWS Lambda with API Gateway.
JZ76/Training-Overtaking-Algorithm
This repository has code of how to train a RNN that can perform overtaking in F1TENTH simulator as well as a dataset I have created
phreakyphoenix/Deploy-Sentiment-Analysis-LSTM
Sentiment Analysis WebApp using LSTM, made with :heart: in PyTorch and deployed on AWS:rocket: Do :star2: the repo and show some love.
diesimo-ai/self-driving-car-behavioral-cloning
Self-Driving Car Behavioral Cloning based End-to-End learning, Computer Vision & Deep Neural Network
glam-imperial/ComParE2020-Breathing-End2End
This repository contains the code to replicate the End-to-End Deep Sequence Modelling baseline for the Breathing Challenge of the Interspeech 2020 Computational Paralinguistics Challenge (ComParE).
mburakbozbey/pycrew2
A Deep Neural Network Plays Crew 2
AFLProjects/deepl
A simple deep learning library for training end-to-end fully-connected Artificial Neural Networks (ANNs), primarily based on numpy and autograd.
KalyanM45/Heart-Disease-Prediction
Explore a modular, end-to-end solution for heart disease prediction in this repository. From problem definition to model evaluation, dive into detailed exploratory data analysis. Experience seamless integration with MLOps tools like DVC, MLflow, and Docker for enhanced workflow and reproducibility.
Sajjad-Amjad/Emotion-Classifier-App-
A end-to-end NLP based app to classify emotions on text data...
SIVERT-pCT/e2e-tracking
PyTorch implementation of "Exploring End-to-end Differentiable Neural Charged Particle Tracking -- A Loss Landscape Perspective".
sjwan01/movie-recommender
An end-to-end content-based TMDB movie recommendation engine developed using PySpark, Flask, and Angular.
varmatilak22/Hate_Speech_Detection
Hate speech detection using a Decision Tree algorithm classifies text as hateful or non-hateful by evaluating features such as words and phrases. The algorithm builds a tree of decision rules, splitting nodes based on feature values, to predict the category of text, aiding in identifying and moderating harmful content.