Skip to content

Projects

Introduction

These are the projects that you can take inspiration from and try to improve on them. ✍️

Number of Projects

List of projects

Natural Language processing (NLP)

Title Description Source Author
Text Classification with Facebook fasttext Building the User Review Model with fastText (Text Classification) with response time of less than one second Github SourceStrongAI
Chat-bot using ChatterBot ChatterBot is a Python library that makes it easy to generate automated responses to a user’s input. Github SourceStrongAI
Text Summarizer Comparing state of the art models for text summary generation Github Google Collab SourceStrongAI
NLP with Spacy Building NLP pipeline using Spacy Github SourceStrongAI

Recommendation Engine

Title Description Source Author
Recommendation Engine with Surprise Comparing different recommendation systems algorithms like SVD, SVDpp (Matrix Factorization), KNN Baseline, KNN Basic, KNN Means, KNN ZScore), Baseline, Co Clustering Github Google Collab SourceStrongAI

Image Processing

Title Description Source Author
Facial Landmarks Using Dlib, a library capable of giving you 68 points (land marks) of the face. Github SourceStrongAI

Reinforcement Learning

Title Description Source Author
Google Dopamine Dopamine is a research framework for fast prototyping of reinforcement learning algorithms. Github Google Collab SourceStrongAI
Tic Tac Toe Training a computer to play Tic Tac Toe using reinforcement learning algorithms. Github Google Collab SourceStrongAI

Others

Title Description Source Author
TensorFlow Eager Execution Eager Execution (EE) enables you to run operations immediately. Github Google Collab SourceStrongAI