top of page

Hackers Realm Blog


Hackers Realm
Sep 8, 202415 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
97 views
0 comments


Hackers Realm
Aug 21, 20235 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.
148 views
0 comments


Hackers Realm
Aug 20, 202315 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
707 views
0 comments


Hackers Realm
Aug 7, 20238 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
3,514 views
0 comments


Hackers Realm
Aug 7, 20234 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
897 views
0 comments


Hackers Realm
Jul 31, 20235 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
286 views
0 comments


Hackers Realm
Jul 31, 20234 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.
478 views
0 comments


Hackers Realm
May 20, 20237 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
859 views
0 comments

Hackers Realm
Aug 17, 202210 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.,
595 views
0 comments

Hackers Realm
Jul 14, 20222 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
1,413 views
0 comments

Hackers Realm
Jul 13, 20223 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
2,272 views
0 comments

Hackers Realm
Jul 7, 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
1,990 views
0 comments

Hackers Realm
Jun 28, 202212 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.
982 views
0 comments

Hackers Realm
Jun 27, 20225 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
541 views
0 comments

Hackers Realm
May 2, 202210 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
527 views
0 comments

Hackers Realm
Apr 30, 20224 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
2,230 views
0 comments

Hackers Realm
Apr 27, 202213 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
25,809 views
10 comments

Hackers Realm
Apr 20, 20226 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
6,340 views
0 comments
bottom of page