Gofer - Your Friendly AI Search Agent

Building your own AI search agent is easy

475 words/3 min read

Want to interact with LLMs (Large Language Models) but perplexed on how to go about it and where to find good ones? You can of course interact with LLMs via search engines, but what if you want to build your own interaction agent? I got you covered in this article.

Domain-specific Named Entity Recognition (NER)

Your entities deserve to be recognized

512 words/3 min read

What broadly distinguishes one domain from another? It is the named entities. It is essential to pick out entities from the text that you deal with for any useful NLP/NLU task.

Building a Corpus? Go the Chilka Way

Give the power of a vector database to your corpus

455 words/3 min read

In your NLP and Machine Learning tasks, as also research, getting the right detail from your voluminous text data is very important. You need a convenient, programmatic interface to your textual data.

Need Spelling Suggestions? Head North

The true North for orthography

367 words/2 min read

Using the right spellings shows good language skills. We often go wrong with our spellings and need a way to correct them. An automatic tool would help in this often overlooked task. North – a trie based spelling suggester helps you with some of your misspellings.

Speech Command Classifier

Can a classifier be as good as a human at classifying speech commands?

1360 words/7 min read
A template workflow with stable data trifurcation, custom loader with multi-level augmentation, CNN with variable learning rate and early stopping followed by the last mile decoding of the softmax output, and of course, evaluation.
Using LSTMs Is Easy

Using LSTMs Is Easy

Make your model understand text just as you would read it -- by learning the sequence of words

276 words/2 min read
We build a Fake News Detection model using Spacy and Keras LSTM.