top of page

Hackers Realm Blog


Resume Parsing with LLM to Extract Structured Data | LangChain Tutorial
Learn how to build an AI-powered resume parser using LangChain! This tutorial shows you how to extract structured data—such as skills, experience, and education—from unstructured resumes with ease. Perfect for recruitment automation, HR tools, and smart applicant screening systems.
Hackers Realm
Nov 167 min read
Â
Â
Â


Natural Language to SQL using AI Agent for QA | LangChain Tutorial
Unlock the power of AI-driven database querying! In this LangChain tutorial, learn how to convert natural language questions into SQL using an intelligent AI agent. Perfect for building QA systems, chatbots, and data-driven apps—without manually writing complex queries.
Hackers Realm
Nov 169 min read
Â
Â
Â


Toxic Comment Classification | Multi Label | NLP | Python
Classify toxic comments with multi-label NLP techniques in Python. Enhance online safety with advanced text analysis. #NLP #Python
Hackers Realm
Sep 8, 202415 min read
Â
Â
Â


How to Create a Chatbot Application using Python | Chatterbot
The objective is to build a chatbot application with chatterbot using python. The chatbot can work in retrieval based and generative based.
Hackers Realm
Aug 21, 20235 min read
Â
Â
Â


Text Preprocessing Techniques in NLP | Complete Tutorial | Python
Text preprocessing involves cleaning and transforming raw text data into a format that is more suitable for analysis and machine learning
Hackers Realm
Aug 20, 202315 min read
Â
Â
Â


Word Embedding using GloVe | Feature Extraction | NLP | Python
Explore GloVe word embedding for NLP in Python. Learn feature extraction, transforming words into vector representations. #GloVe #Python
Hackers Realm
Aug 7, 20238 min read
Â
Â
Â


Feature Extraction using Word2Vec | NLP | Python
Word2Vec is a NLP technique for learning word embeddings which are dense numerical representations of words in a continuous vector space
Hackers Realm
Aug 7, 20234 min read
Â
Â
Â


Feature Extraction using Term Frequency - Inverse Document Frequency (TF-IDF) | NLP | Python
TF-IDF is a numerical representation often used in NLP and information retrieval to evaluate the importance of a word in a document
Hackers Realm
Jul 31, 20235 min read
Â
Â
Â


Feature Extraction of Text Data using Bag of Words | NLP | Python
A bag-of-words is a representation of text that describes the occurrence of words within a document.
Hackers Realm
Jul 31, 20234 min read
Â
Â
Â


Abstractive Text Summarization using Transformer Model | Deep Learning | Python | Project Tutorial
Abstractive text summarization is a natural language processing task that aims to generate a concise and coherent summary of a given data
Hackers Realm
May 20, 20237 min read
Â
Â
Â


IMDB Movies Recommendation Engine using Python | Machine Learning Project Tutorial
IMDB Movies Dataset is content based recommendation engine where we recommend movies based on plot, genre, directors, actor, year, etc.,
Hackers Realm
Aug 17, 202210 min read
Â
Â
Â


Convert Speech to Text using Python | Speech Recognition | Machine Learning Project Tutorial
Converting Speech to Text is a basic speech recognition process to convert an audio input to a text file using google speech recognition API
Hackers Realm
Jul 14, 20222 min read
Â
Â
Â


Convert Text to Speech using Python | Speech Synthesis | TTS Tutorial
Transform text to speech with Python! Explore speech synthesis and learn how to convert written text into spoken words. #TextToSpeech #TTS
Hackers Realm
Jul 13, 20223 min read
Â
Â
Â


Image to Text Conversion & Extraction using Python | OCR | Machine Learning Project Tutorial
Extract text from images with Python! This tutorial covers OCR and machine learning techniques for image-to-text conversion. #OCR #Python
Hackers Realm
Jul 7, 20223 min read
Â
Â
Â


Fake News Detection Analysis using Python | LSTM Classification | Deep Learning Project Tutorial
Combat fake news with Python! Learn LSTM classification for fake news detection. Dive into deep learning techniques with this tutorial.
Hackers Realm
Jun 28, 202212 min read
Â
Â
Â


Realtime Twitter Sentiment Analysis using Python | NLP
Analyze Twitter sentiments in real-time with Python! Dive into NLP techniques for sentiment analysis and unlock valuable insights. #NLP
Hackers Realm
Jun 27, 20225 min read
Â
Â
Â


Text Summarization using Python (NLP) | Word Frequency | Machine Learning Project Tutorial
Condense text with Python! Learn NLP techniques, word frequency analysis, and machine learning for text summarization. #TextSummarization
Hackers Realm
May 2, 202210 min read
Â
Â
Â


SMS Spam Detection Analysis using Python (NLP) | Machine Learning Project Tutorial
Detect SMS spam with Python! Explore NLP techniques and machine learning algorithms for accurate spam detection. #SMSSpamDetection #Python
Hackers Realm
Apr 30, 20224 min read
Â
Â
Â


Image Caption Generator using Python | Flickr Dataset | Deep Learning Tutorial
Generate image captions using Python! Dive into deep learning with the Flickr dataset in this tutorial. #ImageCaptioning #Python
Hackers Realm
Apr 27, 202213 min read
Â
Â
Â


Twitter Sentiment Analysis using Python (NLP) | Machine Learning Project Tutorial
Analyze Twitter sentiment with Python! Learn NLP and machine learning techniques in this tutorial. #TwitterSentimentAnalysis #Python #NLP
Hackers Realm
Apr 20, 20226 min read
Â
Â
Â
bottom of page



