top of page

Hackers Realm Blog


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
143 views
0 comments


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
157 views
0 comments


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
745 views
0 comments


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
3,631 views
0 comments


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
945 views
0 comments


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
303 views
0 comments


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
492 views
0 comments


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
876 views
0 comments


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
619 views
0 comments


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
1,421 views
0 comments


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
2,290 views
0 comments


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
2,012 views
0 comments


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
1,003 views
0 comments


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
547 views
0 comments


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
555 views
0 comments


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
2,284 views
0 comments


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
26,643 views
10 comments


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
6,386 views
0 comments
bottom of page