0% found this document useful (0 votes)
108 views3 pages

Fyp Ideas

The document outlines 7 potential final year project ideas including: 1) an emotion recognition software using audio input and machine learning algorithms like SVM, RNN, and CNN; 2) a customer segmentation system using unsupervised learning and clustering algorithms like K-means to segment customers; and 3) a personality prediction system using machine learning to classify users' personalities based on behavior patterns.

Uploaded by

Altamash Khuwaja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views3 pages

Fyp Ideas

The document outlines 7 potential final year project ideas including: 1) an emotion recognition software using audio input and machine learning algorithms like SVM, RNN, and CNN; 2) a customer segmentation system using unsupervised learning and clustering algorithms like K-means to segment customers; and 3) a personality prediction system using machine learning to classify users' personalities based on behavior patterns.

Uploaded by

Altamash Khuwaja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

FYP IDEAS

1. Emotion recognition software


In this project, you will develop an emotion recognition system with
integrated audio input. It is a simple yet practical final year project for
students to build their real-world skills. The components required for
this project include Python, Support Vector Machine, RNN algorithm,
and Convolutional Neural Network. You can use the Vox celebrity
dataset having different voice samples for training the model, while the
Librosa package can be used to extract and classify audio samples. It is
an excellent application for people with a hearing impairment.

2. Customer Segmentation system


Customer segmentation is a popular method used by brands to get a
deeper insight into their target audience via unsupervised learning.
Customer segmentation helps segment a brand’s target audience into
different buyer personas according to factors like buying behavior,
gender, age, location, income, interests, and preferences. The project
uses the partition method to split the customers according to these
attributes. Other requirements for the customer segmentation project are
R, K-mean clustering, Density-based clustering, and Model-based
clustering. 

3. Personality prediction system


This ML project focuses on building an automated personality
classification system using advanced ML algorithms and data mining
techniques to extract user behavior and characteristics data and find
meaningful patterns. It can classify and predict users’ personalities based
on past classifications as well. The system studies the observed patterns
stored in its vast database and predicts a new user’s personality based on
similar patterns. This is a handy tool for brands that offer personalized
products to customers based on their personalities.

4. Visual tracking system


A visual tracking system is designed to track and locate moving
object(s) in a given time frame via a camera. It is a handy tool that has
numerous applications such as security and surveillance, medical
imaging, augmented reality, traffic control, video editing and
communication, and human-computer interaction.
This system uses a deep learning algorithm to analyze sequential video
frames, after which it tracks the movement of target objects between the
frames.

The two core components of this visual tracking system are:


 Target representation and localization 
 Filtering and data association

5. Chatbot
In this project, you will model a chatbot using IBM Watson’s API.
Watson is the prime example of what AI can help us accomplish. The
idea behind this project is to harness Watson’s deep learning abilities to
create a chatbot that can engage with humans just like another human
being. Chatbots are supremely intelligent and can answer to human
question or requests in real-time. This is the reason why an increasing
number of companies across all domains are adopting chatbots in their
customer support infrastructure. 

6. Drowsiness detection system

7. Image caption generator


This is one of the trending deep learning project ideas. This is a Python-
based deep learning project that leverages Convolutional Neural
Networks and LTSM (a type of Recurrent Neural Network) to build a
deep learning model that can generate captions for an image. 

You might also like