Data Science Problem Statements
Data Science Problem Statements
Data Science Problem Statements
Build an Intelligent corporate joker application using NLP. The model should reply with jokes as
demanded based on circumstances.
Domain: NLP
Requirement:
1. Create a function that can return jokes without input.
2. Create a function that can accept a joke and respond joke based on the joke provided.
Example:
Input: How did pirates communicate before the internet?
Response: Pier to Pier Networking.
What to Submit:
● Data collection?
● Steps of data wrangling.
● Model Training.
● Model Evaluation.
● Model Deployment.
● Create a web-based application to demonstrate the build solution.
● Follow MLOPS practices to build the project.
Description:
Build the video summarization model to extract a summary of a video. Summarized video content
helps us to understand the video content without watching a video. Use summarised text to build a
video search engine, which will help to search a video just by the video’s description.
Tip: Use NLP techniques such as embedding to build a text-based search engine.
Requirement:
1. Generate a summary of the uploaded video.
2. Searching videos using text.
What to Submit:
● Data collection?
● Steps of data wrangling.
● Model Training.
● Model Evaluation.
● Model Deployment.
● Create a web-based application to demonstrate the solution built.
● Follow MLOPS practices to build the project.
The built models should be able to find database images that correspond to a given query image
(i.e., the model should retrieve database images containing the same object as the query).
Requirement:
1. Image Search Engine.
What to Submit:
● Data collection?
● Steps of data wrangling.
● Model Training.
● Model Evaluation.
● Model Deployment.
● Create a web-based application to demonstrate the build solution.
● Follow MLOPS practices to build the project.