top of page
Codersarts Blog.
What’s new and exciting at Codersarts
Search

Skin Disease Classification Using Deep Learning: Part 1
Skin disease classification using images is a critical application in the field of medical diagnostics. Accurate classification of skin...
Pushkar Nandgaonkar
Sep 3, 20247 min read
16
0

Intrusion Detection System Using Machine Learning Project
Project Overview This project aims to develop an Intrusion Detection System (IDS) using machine learning techniques to enhance network...
Codersarts
Sep 3, 20243 min read
219
0

Handwritten Digit Recognition Using MNIST Dataset with TensorFlow and Keras
Handwritten digit recognition is a classic problem in the field of computer vision and machine learning. The goal is to develop a model...
Pushkar Nandgaonkar
Sep 2, 20245 min read
290
0

Building a Simple French Translator Web App Using Flask and OpenAI
Language translation is a powerful tool in breaking down communication barriers. With advancements in AI, it has become easier to create...
Pushkar Nandgaonkar
Sep 2, 20245 min read
7
0

Understanding Model-Agnostic Meta-Learning: MAML
In this blog we are trying to rxplore the Model Agnostic Meta Learning (MAML) and where it can be used in Deep Learning and it benefit,...
Pranav S
Sep 2, 20247 min read
182
0

Machine Translation from Hindi to Telugu Using Natural Language Processing (NLP)
Objective : The aim of this project is to create a machine translation system that effectively translates text from Hindi to Telugu...
Codersarts
Aug 30, 20246 min read
69
0

Building a Fake News Detection Model Using Machine Learning
Fake news has become a significant issue in today’s digital age, where misinformation can spread rapidly through social media and online...
Pushkar Nandgaonkar
Aug 26, 20245 min read
43
0

Building a Custom Named Entity Recognition (NER) Model with SpaCy and Transformers
Named Entity Recognition (NER) is a crucial task in natural language processing (NLP) that involves identifying and classifying key...
Pushkar Nandgaonkar
Aug 26, 20246 min read
258
0

Creating an Extractive Text Summarization Model Using BERT
Extractive summarization is a natural language processing (NLP) technique where the most important sentences or phrases are extracted...
Pushkar Nandgaonkar
Aug 23, 20244 min read
48
0

Building a PDF-Based Question-Answering System Using BERT and GPT
In the realm of natural language processing (NLP), the ability to extract meaningful information from large documents is a powerful tool....
Pushkar Nandgaonkar
Aug 23, 20246 min read
224
0

Building a Data Analysis Application with Python
Introduction In this tutorial, we will walk through the steps of creating a GUI-based application for data analysis using Python. The...
ganesh90
Aug 23, 20248 min read
51
0

Building a Movie Recommendation Engine with Flask
Introduction In this blog, we'll walk through building a simple web-based movie recommendation engine using Flask, Pandas, and...
ganesh90
Aug 23, 20244 min read
70
0

Multi-Target Domain Adaptation with Collaborative Consistency Learning
Abstract In the field of image classification, maintaining accuracy across different domains or environments poses a significant...
Pushkar Nandgaonkar
Aug 22, 20242 min read
8
0

Building an Image Text Extraction Web Application Using Flask and Tesseract
Optical Character Recognition (OCR) is a powerful tool that allows you to extract text from images. It has a wide range of applications,...
Pushkar Nandgaonkar
Aug 22, 20246 min read
169
0

Building a Text-to-Speech Application with Bark
Introduction In this tutorial, we'll walk through creating a sophisticated Text-to-Speech (TTS) application using the Hugging Face...
ganesh90
Aug 22, 20245 min read
201
0

Building a Code Generator Web Application with Flask and GPT
Automation is key to enhancing productivity, especially in the field of software development. Imagine having a web application where you...
Pushkar Nandgaonkar
Aug 22, 20245 min read
16
0

Real-Time Gender and Age Detection Web Application Using Flask and TensorFlow
In recent years, artificial intelligence (AI) has made significant strides in computer vision, particularly in tasks such as gender and...
Pushkar Nandgaonkar
Aug 21, 20249 min read
49
0

Deep learning projects for final year
Deep learning is a subset of machine learning, which itself is a subset of artificial intelligence (AI). It focuses on using neural...
Codersarts
Aug 21, 202412 min read
27
0

Getting Started with LLM Projects Using OpenAI
Introduction In recent years, OpenAI has emerged as a leading force in the field of artificial intelligence, developing some of the most...
Pushkar Nandgaonkar
Aug 21, 20245 min read
15
0

Introduction to the Implementation of Recommender System
Introduction This tutorial demonstrates how to build a basic recommendation system using a dataset of property listings. The goal is to...
ganesh90
Aug 21, 20247 min read
10
0

Fine-Tuning a Pre-Trained Model for Research Paper Title Generation
Project Overview The goal of this project is to build a pipeline that extracts titles and abstracts from research papers, formats the...
Codersarts
Aug 21, 20244 min read
41
0
bottom of page