Creative Crazy Ideas For Computer Science Final Year Project - 2023

Creative Crazy Ideas For Computer Science Final Year Project - 2023

We are happy to present a curated list of creative and crazy computer science engineering project ideas.

Each idea is accompanied by a short description or summary of each project. We have also added recommended tools / technologies that you can use to make these projects.

If you need help, feel free to ask our fellow engineers on CrazyEngineers. We would be happy to help. Consider joining our community.

1. Virtual Reality Time Machine

Develop a VR experience that serves as a time machine. Users can choose a specific date and place in history, and the application will construct a 3D virtual world based on that era.

This can be a fantastic educational tool, offering an immersive, historically accurate experience.

The recommended tools and languages include Unity or Unreal Engine for VR development and C# or C++ for scripting.

2. AI-Based Mental Health Assistant

Create an AI-based mental health assistant that uses Natural Language Processing (NLP) to recognize symptoms of stress, anxiety, or depression from user's input.

The system could then provide general advice, supportive messages, or suggest contacting a professional.

For this project, Python could be used for backend programming, with TensorFlow or PyTorch for machine learning tasks.

3. IoT Smart Agriculture System

Develop an IoT-based system to monitor and control a small greenhouse.

The system could monitor temperature, humidity, soil moisture, and light levels, and then automatically adjust conditions to optimize plant growth.

This could be done using Python or JavaScript for backend, and Arduino or Raspberry Pi for IoT development.

4. Blockchain-Based Voting System

Implement a secure, anonymous, tamper-proof voting system using blockchain technology.

This system could revolutionize how elections are held, ensuring that all votes are counted accurately and cannot be tampered with.

Languages and tools could include Solidity for writing smart contracts, and Ethereum as the blockchain platform.

5. Quantum Computing Algorithm Exploration

Explore the potential of quantum computing by implementing and benchmarking quantum algorithms.

These could include algorithms for sorting, searching, or factoring large numbers.

This project could use the Qiskit library for quantum computing, and Python for implementing and testing the algorithms.

6. Interactive Augmented Reality Education App

Develop an interactive AR app for education.

This app could superimpose graphics or animations on real-world objects when viewed through a smartphone camera, enhancing learning experiences.

You could use Swift for iOS development or Java for Android, and ARKit or ARCore for AR functionality.

7. Autonomous Drone Delivery System

Design a system for autonomous drone delivery.

This could include route planning, obstacle avoidance, package pickup and drop-off mechanisms, and maybe even autonomous recharging.

Tools and languages might include Python or C++ for drone control programming, and ROS (Robot Operating System) for integrating different subsystems.

8. Machine Learning Music Composer

Develop a machine learning algorithm that can compose original music.

Given a genre, mood, and length, the system could output a unique piece of music.

For this project, Python might be the main language, with TensorFlow or PyTorch for machine learning, and MIDI libraries for music generation.

9. Cybersecurity Attack Simulator

Create a system that simulates various cybersecurity attacks in a controlled environment.

This could be a valuable tool for teaching network security and for testing how well existing systems can withstand attacks.

You could use Python or Ruby for scripting, and tools like Metasploit or Wireshark for simulating attacks and analyzing network traffic.

10. Predictive Text AI for Novel Writing

Create a predictive text AI that could assist authors with their writing.

Given a partial sentence or paragraph, the AI could suggest how to continue the story, learning the author's style over time.

You could use Python for programming and machine learning tasks, and GPT-3 or another large language model for text generation.

11. Personalized News Recommendation System

Develop a news recommendation system that learns user's preferences over time and recommends articles they might find interesting.

The system could categorize articles by topic, source, and tone, and then match these categories to user preferences.

Languages and tools could include Python or JavaScript for backend programming, and machine learning libraries such as TensorFlow or PyTorch for developing the recommendation algorithm.

12. Intelligent Traffic Management System

Create an AI-driven traffic management system that uses real-time traffic data to optimize traffic light timings and reduce congestion.

This system could also predict traffic patterns based on historical data and events such as concerts or sports games.

For this project, Python can be utilized for backend programming, with TensorFlow or PyTorch for machine learning tasks.

13. Decentralized Social Media Platform

Develop a decentralized social media platform using blockchain technology, which could offer greater privacy and control over data compared to traditional platforms.

Users could truly own their content and interactions.

Solidity could be used for writing smart contracts, and Ethereum as the blockchain platform.

14. Augmented Reality Shopping Experience

Design an AR-based shopping application that allows users to virtually "try on" clothes or preview furniture in their home before purchasing.

This could revolutionize the online shopping experience. Swift or Java could be utilized for app development, and ARKit or ARCore for AR functionality.

15. Smart Home Energy Management System

Create a smart home energy management system using IoT technology.

The system could monitor energy consumption of various appliances and suggest ways to reduce usage, thus contributing to a more sustainable environment.

Python or JavaScript could be used for backend, with Raspberry Pi or Arduino for IoT development.

16. AI Content Moderator for Online Forums

Develop an AI system that can moderate online forums or comment sections.

The system could automatically detect and remove offensive or inappropriate content, helping to maintain a positive, respectful environment.

Python would be a suitable language for this, with TensorFlow or PyTorch for machine learning tasks.

17. Machine Learning Stock Market Predictor

Create a system that uses machine learning to predict stock market trends based on historical data and other relevant factors.

The goal would be to offer investment advice to users.

Python could be the main language, with financial libraries for data gathering and TensorFlow or PyTorch for machine learning.

18. Autonomous Underwater Vehicle (AUV) for Ocean Exploration

Develop a system for an autonomous underwater vehicle to explore the ocean. This could include mapping the ocean floor, collecting data on water conditions, and identifying marine life. C++ or Python could be used for control programming, and ROS (Robot Operating System) for integrating different subsystems.

19. Natural Language Processing for Legal Document Review

Design a system that uses NLP to review legal documents, extracting important information and highlighting any potential issues.

This could greatly speed up the legal review process.

Python could be used for programming, and libraries such as NLTK or spaCy for natural language processing.

20. Quantum Cryptography System

Explore the field of quantum cryptography by implementing a quantum key distribution system.

This would provide an extremely secure method of communication, as any attempt to intercept the key would be immediately detectable.

Qiskit could be used for quantum computing tasks, and Python for implementing the system.

21. AI Personal Fitness Coach

Create an AI personal fitness coach that can provide workout recommendations, track progress, and offer feedback to users.

The system could also use machine learning to adapt to user's needs and preferences over time.

Python could be used for backend programming, with TensorFlow or PyTorch for machine learning tasks.

22. Voice-Activated Digital Assistant for Developers

Develop a voice-activated digital assistant that can help programmers by searching for solutions to coding issues, providing syntax reminders, or even writing simple chunks of code.

This could be a valuable tool for both new and experienced developers.

Python or JavaScript could be used for the backend, with libraries like SpeechRecognition for voice recognition, and a large language model for generating responses.

AI Based Project Ideas for CS Engineers

Let’s now look at some of the purely artificial intelligence based project ideas that you can work on. Do let us know if you need help with any of these project ideas.

23. AI-Powered Medical Diagnosis Tool

Develop a tool that uses machine learning to assist with medical diagnoses.

It could analyze symptoms or even medical imaging data to suggest possible conditions.

Tools and languages might include Python for programming, TensorFlow or PyTorch for machine learning, and libraries such as OpenCV for image processing.

24. Autonomous AI Surveillance System

Create an autonomous AI surveillance system that uses facial recognition and object detection to monitor security footage.

It could alert human operators to potential security risks.

The recommended tools and languages include Python for backend programming, OpenCV for image processing, and TensorFlow or PyTorch for machine learning.

25. AI-Driven Personalized Learning Platform

Design a personalized learning platform where AI is used to track a student's progress and adapt the curriculum to their learning style and pace.

The recommended tools and languages include Python for backend programming, TensorFlow or PyTorch for machine learning, and a web development framework like Django or Flask.

26. AI Chatbot for Customer Service

Develop an AI chatbot that can handle customer service for a business. It should be able to answer common questions, resolve simple issues, and escalate more complex issues to a human representative.

Tools and languages could include Python or Node.js for backend programming, and Dialogflow or Rasa for natural language processing.

27. Sentiment Analysis Tool for Brand Perception

Create a sentiment analysis tool that tracks social media and news mentions of a brand and analyzes the sentiment of those mentions.

Brands could use this to monitor their reputation in real time. This could be built using Python for programming, and NLP libraries such as NLTK or TextBlob.

28. AI-Powered Music Recommendation Engine

Design a music recommendation engine that suggests songs to users based on their listening history, mood, time of day, and other factors.

This could be done using Python for backend programming, and TensorFlow or PyTorch for machine learning tasks.

29. AI Personal Stylist

Develop an AI system that suggests outfits to users based on their wardrobe, weather, occasion, and personal style.

This system could use machine learning to understand user preferences and make better recommendations over time.

Recommended languages and tools include Python for programming, TensorFlow or PyTorch for machine learning, and a library like OpenCV for image processing.

30. Machine Learning-Based Cybersecurity Threat Detector

Implement an AI system that can detect potential cybersecurity threats in a network.

The system could analyze network traffic, detect unusual activity, and alert administrators to possible threats. Python would be a suitable language for this, with libraries such as Scapy for network analysis, and TensorFlow or PyTorch for machine learning.

31. Real-Time Speech Translation Service

Create a real-time speech translation service. Users could speak in their native language, and the system would translate their speech into another language in real time.

This could be done using Python for backend programming, libraries such as SpeechRecognition for speech recognition, and APIs like Google Translate for translation.

32. AI-Powered Resume Screening Tool

Develop an AI-powered tool that helps companies screen resumes. The system could automatically review resumes, extract relevant information, and rank candidates based on job requirements.

Languages and tools could include Python for backend programming, and NLP libraries such as NLTK or spaCy for text processing.

33. Predictive Maintenance System

Design a predictive maintenance system for industrial equipment.

The system could monitor equipment data and use machine learning to predict potential failures, thus allowing for maintenance to be performed proactively. This could be done using Python for programming, and TensorFlow or PyTorch for machine learning tasks.

Innovative Blockchain Based Project Ideas for CS Students - Easy to Implement

34. Blockchain-Based Supply Chain Management

Design a supply chain management system using blockchain technology.

This system can increase transparency and traceability in the supply chain, allowing consumers to trace the journey of a product from raw material to finished good.

Languages and tools could include Solidity for writing smart contracts and Ethereum as the blockchain platform.

35. Decentralized Finance (DeFi) Application

Develop a DeFi application, which could allow users to borrow, lend, or invest their cryptocurrencies directly with each other, without the need for traditional banks or financial institutions.

This project would require Solidity for creating smart contracts, and Ethereum for the blockchain platform.

36. Token-Based Loyalty Program

Create a blockchain-based loyalty program where customers earn tokens for purchases, which they can then spend within the network or trade with other users.

For this, you might use Solidity for writing smart contracts and Ethereum as the blockchain platform.

37. Blockchain-Powered Energy Trading Platform

Design a decentralized energy trading platform. Energy producers can sell excess energy directly to consumers, increasing efficiency and reducing reliance on the traditional energy grid.

This project could be developed using Solidity for writing smart contracts and Ethereum as the blockchain platform.

38. Intellectual Property Protection Platform

Develop a platform using blockchain technology to protect intellectual property rights. Creators can register their work on the blockchain, providing a tamper-proof record of their ownership.

Languages and tools could include Solidity for writing smart contracts and Ethereum or IPFS (InterPlanetary File System) for storing data.

39. Decentralized Content Sharing Platform

Create a decentralized content sharing platform using blockchain, where users can publish content without the need for a central authority.

Content creators can receive direct compensation from their audience. Tools and languages could include Solidity for smart contracts and IPFS for decentralized storage.

40. Transparent Charitable Donation Platform

Design a platform that uses blockchain to bring transparency to charitable donations. Donors can see exactly how their money is being used, increasing trust in the charity.

You could use Solidity for writing smart contracts, and Ethereum as the blockchain platform.

41. Decentralized Autonomous Organization (DAO)

Develop a Decentralized Autonomous Organization (DAO). This is a type of organization that is run by smart contracts on a blockchain, with decisions made by token holders.

You could use Solidity for writing smart contracts, and Ethereum as the blockchain platform.

42. Blockchain-Based Voting System

Create a secure, anonymous, tamper-proof voting system using blockchain technology.

This system could revolutionize how elections are held, ensuring that all votes are counted accurately and cannot be tampered with.

Languages and tools could include Solidity for writing smart contracts, and Ethereum as the blockchain platform.

43. Decentralized Identity Verification System

Develop a decentralized identity verification system. Users can control their own identity data and choose when and with whom to share it.

This could be developed using Solidity for writing smart contracts and Ethereum as the blockchain platform.

44. Blockchain-Based Insurance Platform

Design an insurance platform where claims are handled by smart contracts. This could speed up the claims process and reduce fraud.

This project would require Solidity for creating smart contracts, and Ethereum for the blockchain platform.

Replies

  • Rupam Das
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
  • Rupam Das
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
  • Rupam Das
    Rupam Das
    😔

    Nobody is Inspiring Me, Writing New Ideas........... I am Sad..............😔
    😔
    Atleast say Good Bad........................ "I am lonely out here waiting for CE Seniors and Mods to write their Ideas!!!!!!!!!! Or close the thread😔

    😔
  • Rupam Das
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • Rupam Das
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
  • Rupam Das
    Rupam Das
    please post your comments here for more innovative project list...
  • Rupam Das
    Rupam Das
    5." Musical Tone recognition and Conversion to notes: An application for Music Compression"

    When you play the music, the system recognizes it , some signal processing extracts the Tabs and Notes and store them in printable text format. When you give this as input, system plays them back.

    I implemented this project in VC++ . And did this with Sitar . You can Definitely try working on this.
  • Rupam Das
    Rupam Das
    6. A Railway Anticollision System with Phis Plate Removal Sensing and Auto Track Changing

    #-Link-Snipped-#1) if two train approches each other both should stop
    2) If one train is behind another, front trains speed should increase, approching trains speed decreases
    3) If they are far away , nothing should happen
    4) If there is a probability of accident, and if alternative line is avilable, it must take that path.
    5) If a Phis Plate is removed ahead of a train, the train must stop.
    6) It must automatically start the journey once the plate is restored.
  • Harshad Italiya
    Harshad Italiya
    Interesting Ideas Rupam.
  • Rupam Das
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported. You can also disable your USB as a plugin to the project.
  • Rupam Das
    Rupam Das
    8. Loyalty Test! A Cheap Lie Detector based on Speech Stress Analysis

    Ever wondered how Lie detection works? There are sensors that are placed all over your body on your vein areas. When we lie, there are change in the electrical activities. That change produces electrical surge pulse which are recorded. Now what happens is when we tell lie, there is a stress in our voice also. That is very very limited but for a speech signal processing that is Significant. There is an algorithm that can extract the stress signal in our speech when we lie. It is a complicated project but can be done with the help of Little programming. Matlab/vc++/ C# ( Never Tried with java).
  • bushra baig
    bushra baig
    very nice ideas how we can get more details of these projects
  • Reya
    Reya
    @bushra baig: Start a separate thread for the topic you are going to work with and post the details you need.
  • Rupam Das
    Rupam Das
    New Project Ideas ( Excerpts from #-Link-Snipped-#)
    7. Question paper Leakage Detection and Alart System
    8.
    Multiuser Face Detection and Recognition based Attendance System
    9. "
    You might be interested in Listening these Songs too"
    10.
    Virtual Mouse Using Hand Movement
    11.
    Driver Drowsiness Detection and Drunk test based on eye tracking
    12.
    Charming Index for Candidate Selection in Interviews
    13.
    SMSblue-CMS

    Stay Tuned to this thread. New updates will be posted regularly
  • Rupam Das
    Rupam Das
    Webcam Based Credit Card Reader with Face RecognitionThe idea is to develop a webcam software that will be able to get the inputs from the webcam when the user holds his/her credit card in front of the cam. This idea could be incredibly useful in online payments systems! Also instead of the password provided by CC gateway, the face will be recognized and authenticated as the holder of the card. It should detect
    1) Credit card Number
    2) CVV Number
    3) Name on the Card
    4) Expiry date.
    5) Bank
    6) Type of Card(Logo Detection).
    (Original Idea : Big_K)
  • Rupam Das
    Rupam Das
    A neural Network Based Hand Movement Recognition on touch-pad for Paralytic Persons


    paralytic persons or people with little movement like who suffer from parkinson's disease has a restricted movement. They can move the fingers but the movement are not prominent.

    In this project, some movements are first trained like one writing a rough 'a' alphabet on the touchpad or through mouse movement. Such movements will vary every time the person attempts to write due to his disease. Therefore a strong classifier is used which can recognize the movements under extreme variation. Once the movement is detected, it is mapped to certain command like Wheel Chair Movement or converting the movement into a speech sentence.
  • Rupam Das
    Rupam Das
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.

    Reverse Engineering
    Reverse engineering is the Process %28Engineering%29 of discovering the technological principles of a human made device, object or system through analysis of its structure, Function and operation. It often involves taking something (e.g., a Machine, Electronic Component, or Software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) any part of the original.
    Reverse engineering has its origins in the analysis of hardware for commercial or military advantage. The purpose is to deduce design decisions from end products with little or no additional knowledge about the procedures involved in the original production. The same techniques are subsequently being researched for application to legacy software systems, not for industrial or defence ends, but rather to replace incorrect, incomplete, or otherwise unavailable documentation.

    Reasons for reverse engineering:
    • Interoperability.
    • Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated Circuit often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
    • Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential Patent Infringement.
    • Digital update/correction. To update the digital version (e.g. Cad model) of an object to match an "as-built" condition.
    • Security auditing.
    • Acquiring sensitive data by disassembling and analysing the design of a system component.
    • Military or commercial Espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of Copy Protection, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.Reverse Engineering Cite Note 3
    • Academic/learning purposes.
    • Curiosity.
    • Competitive technical intelligence (understand what your competitor is actually doing versus what they say they are doing).
    • Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.
    Platform:
    C#.Net, Turbo C, Windows Vista/Windows 7
  • Rupam Das
    Rupam Das
    17. Biometric Enabled Smart Ration Card

    The function of the system is as follows
    1) Every User is Provided with a Card which is of EPROM type
    2) The Card is Registered by the Government Authority
    3) At the time of Registration, The Users Face Sample and Other Details are Stored
    4) At the Time of Authentication, duplicate users presence is checked
    5) Once a card is allotted, the User Needs to Bring the Card Every time he visits the Ration Shop to collect the Ration.
    6) At the Time of Ration Distribution, first his Face is verified. Once face verification is successful, user is asked for a PIN, if PIN is valid, then he is subjected to get the Ration.
    7) Before Distribution, Ration Distributors voice is authenticated.
    8) The Weighing Machine is checked for proper weight. If the Weight is proper, then the ration is distributed and the distribution details are stored.
  • Rupam Das
    Rupam Das
    Re: A reverse engineering approach for converting Conventional Turbo C code to 64 bit

    Is there anybody here who wants to share a creative Idea Here?😡
    Just put anything that is interesting, But keep the thread alive.
  • Emmanuel Yong
    Emmanuel Yong
    Hi Rupam

    Currently Sourcing For Ideas To Complete My Final Year Project, Looking For Some Sparks To Generate Ideas and Was Looking Towards Web Based Applications (Based on PHP)

    Do you have anything that can help to trigger my thinking?
  • Rupam Das
    Rupam Das
    in a Web based solution, developing a website is just not "The Project" anymore with almost CMS available for all type of websites like blogging, Hotel Management, Learning Management. However working with web mining might be a Good Idea( What I feel). It could be something like collect a server log from a website and than generate the trends of traffic or activity. Or, It could be a more "Technical Stuff" like detecting opinion in the blogs or Forums. If you love challenge, Gender classification of the users based on the forum post with machine learning will also be a great stuff. where as if you are PHP enthusiast , writing your own mod for Drupal or MyBB will be a fantastic Idea. Not only that will help you in project, once completed, you can share with their respective communities to get good name and fame. If your work is a "wow", you may ask for donation through "pay pal" and trust me they flow in!

    More queries are welcomed.
  • Emmanuel Yong
    Emmanuel Yong
    Hi,

    Base from your reply above, is a norm for people to create web base from cms etc .. i will agree ..


    could you suggest me some title where i can delve into which are related to to web based solution for me to pursue further?

    thank you
  • Rupam Das
    Rupam Das
    Web based Solutions are primarily categorized into:
    1) Websites: Like Agricultural Distribution System
    2) E-Govornance System
    3) E-commerce System
    4) Bulletin Boards
    5) Social Networks
    6) Apps for Sites like apps for Facebook and Twitter and digg.com
    7) Mod for CMS like mod for drupal, joomla, MyBB, WordPress
    8) Web analytics
    9) Web Mining
    10) Location based Services
    11) Your own CMS system

    By the way, why dont you try a fully featured CMS powered by SMS?
  • Emmanuel Yong
    Emmanuel Yong
    hi mr. rupam, do you have an email address so i can talk with you further??
  • Harshad Italiya
    Harshad Italiya
    One more Idea is Wireless Mobile Charger. It is bit challenging.
  • Rupam Das
    Rupam Das
    Emmanuel Yong
    hi mr. rupam, do you have an email address so i can talk with you further??
    We dont share our email addresses. We Dont need to. put your query in the forum. Please never request any personal information. We are here to give knowledge not our personal information. Then no community will survive. Hope you get what I want to mean. And asking for personal details always leads to misinterpretation by new members. So please avoid asking such details.
  • Rupam Das
    Rupam Das
    Duplicate File Remover( A real time software)


    Have you ever copied the file in desktop before mailing. Than? The files remain there. Do you delete? Probably you copy the desptop file in a separate folder. In todays software world, there are several files which are stored at different locations. It consumes a lot of memory ( or disk space rather).

    Write a software that runs a scheduled process ( in the night when you are not working) and groups the duplicate files. Like word document and similar files. Now the manager lets you know how many files are similar and what their similarity level is. You can take actions like deleting or migrating duplicate files to another folder for deleting them in future.
    Looks simple????? Check out
  • FRESHER11
    FRESHER11
    is this new one............. as i m interested in doing some totally new not done before real world projects....so can suggest some or many
  • FRESHER11
    FRESHER11
    i want totally new ones which nobody did before...
  • Rupam Das
    Rupam Das
    Can you write C program of Factorial in 8 different Methods? And can you compare the performance of each methods? Even that would be a New Idea. It is not significant what you want, more important is to know what you are capable of doing. You need to specify your expertise, your domain of interest and and your other details. Then write it in a paragraph. That will give team over here an Idea of what you want. By than, what you want is not really motivating anybody
  • FRESHER11
    FRESHER11
    hello sir,
    i m 4th yr cs student , my area of interests are as follows:
    doing projects based on:
    cloud computing
    android os
    artificial intelligence
    spying sofwares

    please suggest me some innovative ideas based on above fields
    i m very good at c ,c++ if u hav any innovative project ideas based on these languages which fit to final year project level suggest them too.....

    i m ready to learn and putting more than 100% effort to do anything pls help ......
  • Rupam Das
    Rupam Das
    See none of the Domains you mentioned work with C/C++ unfortunately. android runs on java, cloud runs on java/CE, For projects of Artificial Intelligence you can refer our thread "Creative Crazy Ideas for Final Year Students". I dont suggest a spying software as a project for your Major!
  • FRESHER11
    FRESHER11
    thank u very much for replying.......
    so then give me some ideas based on android and cloud computing
  • Rupam Das
    Rupam Das
    in cloud computing:
    1) Satellite Image merging over Cloud
    2) Real time P2P network integration over cloud
    3) Distributed Micro-blogging over Cloud
    3) Voice Mining Over Cloud

    In Android:
    1) Android based Social Networking ( Like Blackberry Messanger )
    2) Android apps for RSS reading.
    3) Android based apps for Ticketing, E-marketing, E-learning, Health care,

    I have given the example for you to get the Idea
  • Rupam Das
    Rupam Das
    are the topics really tickling you to go for them? Write in . because if nobody is interested in a crazy Idea, it's crazier to keep giving those Ideas!!!
  • rim
    rim
    the last idea is great it is also really helpful!!it seems that u have a great brain frd!!anyway i post a thread voice aided device i feel that u r interested in such subject can u see it and help please
  • rim
    rim
    but my project is not for email and not for blind!! what i want is for example a mute person who uses sign language wants to order pizza in the restaurant but the waiter cant understand sign languages so my project is to let mute people to talk by translating the sign language into text and from text to voice..what i imagine now is to use the cam of my laptop and the mute person sit in front of the cam and start using sign languages with his hand the cam will detect the pattern and translate it with some programming i will do into text and then with some application the text is spoken aloud in the computer
  • ap08
    ap08
    Thank You. These are good ideas, however, i'm looking for some ideas dealing with Semantic Web for a my final year BE project.
    Something not too complex as the field itself is an uncommon one, but still complex enough for it to be a BE Project.
  • Rupam Das
    Rupam Das
    ap08
    Thank You. These are good ideas, however, i'm looking for some ideas dealing with Semantic Web for a my final year BE project.
    Something not too complex as the field itself is an uncommon one, but still complex enough for it to be a BE Project.
    Sementic web means extracting the rules or meaning from web sites or internet. Some of the stuff that you can attept is

    1) Detecting terror realated activities over internet using web mining techniques
    2) Gender classification and trends based on blog sphere or word presss blog and comment analysis
    3) Opinion mining in Blogs and Polarity detection in Blogs.
    you can find some related topics in
    #-Link-Snipped-#
  • ap08
    ap08
    Rupam Das
    Sementic web means extracting the rules or meaning from web sites or internet. Some of the stuff that you can attept is

    1) Detecting terror realated activities over internet using web mining techniques
    2) Gender classification and trends based on blog sphere or word presss blog and comment analysis
    3) Opinion mining in Blogs and Polarity detection in Blogs.
    you can find some related topics in
    #-Link-Snipped-#

    I'll see those.
    Actually i was thinking more towards something like a tool for the development of Semantic, like an RDF generator etc.

    Otherwise, could you suggest any plugins i could create for any IDE, say Eclipse?
  • Rupam Das
    Rupam Das
    You can go for Building a Plugin like ATOM reader or RDF, but as they say " Do not invent the technology! Use it and Improve it".

    We have really all types of feed generators and readers. What is lacking is "Analyzer". If you are more interested in feeds,

    "Automated feed speaker" will be a great choice. Just build a desktop software. Give it a feed from various news sites. It can determine the variety in news and based on that select the best Items and speaks out for you."
  • ap08
    ap08
    Rupam Das
    You can go for Building a Plugin like ATOM reader or RDF, but as they say " Do not invent the technology! Use it and Improve it".

    We have really all types of feed generators and readers. What is lacking is "Analyzer". If you are more interested in feeds,

    "Automated feed speaker" will be a great choice. Just build a desktop software. Give it a feed from various news sites. It can determine the variety in news and based on that select the best Items and speaks out for you."
    Thanks. I will look into these.

    (My mistake for not making it clear, but actually i meant any plugins, not just related to Semantic Web. I don't have a fixed domain as such yet, so keeping other options open)

    I was also thinking on the lines of any projects related to usb sticks or sd cards (but not having to deal with microcontrollers etc)
    Innovation can be simple but good. 😀

    Anyway, this place is helpful, if you get more ideas, please keep posting!
  • Rupam Das
    Rupam Das
    Build a UML plugin boss. Thats missing badly from Eclipse. Not only class diagram, generate DFD, Sequence and all other automatically from the code! That would be a project that you can sale like hell!

    It is neither that difficult not impossible.

    Or write an Image Processing Plugin.

    Or Write a Biometric plugin

    or write a Micro Level Version control for Code Plugin

    or Write a Matlab plugin for Eclipse

    or Write a data warehouse + Hybernet integration plugin
    ----------------------------------------------------------------
    or Best, write a Code publish plugin, so that written code gets directly published in CE lab!!!!
  • Rupam Das
    Rupam Das
    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.
  • Rupam Das
    Rupam Das
    Search Engine based on SMS


    Submit the search through SMS. Server finds the search and forms a meaningful SMS as result, it than sends the result as search.
  • Rupam Das
    Rupam Das
    I am Just not ready to let this Thread Slip......😁 I will keep posting Ideas...
  • ap08
    ap08
    Any ideas about something related to Google's Go language?
  • Muhammad Jawad
    Muhammad Jawad
    doing a great job bro
  • Rupam Das
    Rupam Das
    Muhammad Jawad
    doing a great job bro
    Thanks you for the Appreciation. that keeps me motivated.
  • Rupam Das
    Rupam Das
    Remote WINDOWS Registry over Internet

    Registry is a Memory Location where all the system information is stored
    The original goal of the registry—the system wide data repository—was to replace INI files that were used in the early days of Windows to store user and application configuration data There were several good reasons to replace INI files. First of all, they are text-based and easily edited in a text editor. As such, they are subject to unauthorized access and easy tampering Furthermore, INI files impose size restrictions; one cannot store more than 64KB of data in a single entry In contrast to all this, the registry is subject to security policies and can be manipulated only through special tools (like the Registry Editor) and API functions. Such a programming interface shields developers from having to change their code should Microsoft modify the internal registry structure. Upon installation, the operating system also creates a system.1st file in the root directory of the C drive. This file is a snapshot of the registry taken at the moment that Windows is correctly installed
    In case of serious registry damage, the existing system.dat file can be replaced with system.1st, and all applications can be reinstalled Windows 98 automatically backs up the registry during startup. A utility called scanregw.exe checks the registry status, and if all is working properly, performs a backup. However, you can run the utility at any time in order to make your own backup. The standard backup procedures copy all the registry files. To back up small portions of the registry, such as a node or a subtree, you can use the Export Registry File menu command of the Registry Editor (regedit). It allows you to select the branch to save and creates a text file with a REG extension. A REG file can also be used to enter registry settings later. The Import/Export Registry Editor feature is another option for backing up small branches of the registry before you test potentially harmful code.
    The Registry has Six main Paths Which are called Root Keys
    HKEY_CLASSES_ROOT
    HKEY_CURRENT_USER
    HKEY_LOCAL_MACHINE
    HKEY_USERS
    HKEY_CURRENT_CONFIG
    HKEY_DYN_DATA
    Local Machine contains the information about all the software and the hardware configuration Classes Root Contains the information about all the classes present in the system such as the Fonts and Speech etc.
    Through our project we are going to manipulate the remote registries through networking so that even when a user is away from the desk he can manage the system. A server would b attached with the PC with IP. Whenever it sends a message the system would upload it and make the changes correspondingly.




    System can be changed and new settings can be applied to the system if the system is connected with the internet by remotely logging into the internet.
  • Rupam Das
    Rupam Das
    Network Security Layer Implementation through Voice Biometric

    There are various kind of data transmission that is taken place in Networking. Due to growing algorithms in ethical hacking and the threats in Trojan scripts in the networking data is no more secured. There are chances that the data is hacked and misused by unauthorized users. There are various ways of protecting the data. Few of them are firewall and spamming. But all of these methods deals with controlling IP addresses. The threats do continue if the hackers change their IP address or domain. The other way of securing messages is encryption technique like MD5 or RSA. But public encryptions are well being architecture to be broken. Therefore we would use the steganography to provide more protection to the message.
    Therefore we would implement biometric Security for LAN data transmission. The network would first install sample speech in the database of all the authentic users. This would be done by means of speech acquisition. Once speech is stored any further data transmission and retrieval would only be allowed if the user is biometrically authenticated. For any transmission and receieving a user would need to speak his phrase. This would be first sample with 16KHz frequency. Then the sampled wave would be transformed using FFT. This FFT sample would be converted to logarithmic domain which is called Mel Frequency Cepstrum. The Cepstrum would be quantized using Vector quantization and would be checked with data base values. We would use binary search method to locate the original file. If the voice phrase is not found in database, user would not be authenticated to either transmit or receive.
  • komaldevgun
    komaldevgun
    hey ur ideas are really awesome.... cn u sugest somthing dats new n fresh in ur mind.... n m really up to working on music on facial expression one.... plz do reply....
  • komaldevgun
    komaldevgun
    This one is really awesome.... Grt rupam....
  • SpoorthyRavuri
    SpoorthyRavuri
    Thanks for the idea
  • Rupam Das
    Rupam Das
    mady123
    JAVA BASED FINAL YEAR PROJECTS
    JAVA Based Online Shopping:
    This project is a web-based online shopping application developed in JAVA LANGUAGE using Java as front end.
    The main aim of “ONLINE SHOPPING” is to improve the services of Customers and vendors. It maintains the details of customer payments, product receipts, addition of new customers, products and also updating, deletion for the same. It also stores the details of invoices generated by customer and payments made by them with all Payments details like credit card.
    College Library Management:
    College Library Record Application is designed and developed for a receipt and issuance of books in the college library. The project is build using JAVA and Access. The librarian can add/delete/edit book and member details. Users can view the list of all books.
    I dint find any crazyness in this. But as a topic they would have been fine if you had not copied it from

    MCA Final Year Project Topics and Ideas | Final Year Project Ideas
  • Annatoli
    Annatoli
    Rupam Das
    New Project Ideas ( Excerpts from #-Link-Snipped-#)
    7. Question paper Leakage Detection and Alart System
    8.
    Multiuser Face Detection and Recognition based Attendance System
    9. "
    You might be interested in Listening these Songs too"
    10.
    Virtual Mouse Using Hand Movement
    11.
    Driver Drowsiness Detection and Drunk test based on eye tracking
    12.
    Charming Index for Candidate Selection in Interviews
    13.
    SMSblue-CMS

    Stay Tuned to this thread. New updates will be posted regularly


    Dude I like the idea of Multiuser Face Detection and Recognition base Attendance System. Can you help me out with the coding for the same. I would like to do it in C#. Can u plz tell me how to start, What all is required?, What all should be considered and so on?
  • Annatoli
    Annatoli
    Dude I like the idea of Multiuser Face Detection and Recognition base Attendance System. Can you help me out with the coding for the same. I would like to do it in C#. Can u plz tell me how to start, What all is required?, What all should be considered and so on?
  • Rupam Das
    Rupam Das
    If you are planning for C#.Net, you need AForge.Net with C# with DirectX technology. There are some face detection example in C# available. You can go through with any technique and let us know which one you are working with. I will tell you how to integrated that with Live Webcam!
  • Ahsan Salim
    Ahsan Salim
    Looking forward to more ideas on this topic. Want something really crazy!
  • mayank_121090
    mayank_121090
    Hi, this is very interesting idea. I want to make my final year project on voice based e-mail. please guide me about the platform needed, software and hardware requirements.
    Thank you.
  • mayank_121090
    mayank_121090
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
  • mani4astro
    mani4astro
    hei,ur ideas are just awesome....is this possible to make or is this available already ?
  • shamily
    shamily
    actually i need an good idea for my final year project and i have to complete it in short span plz give me ideas.....
  • Dancer_Engineer
    Dancer_Engineer
    WOW! You got some awesome ideas there.
  • Resmimr
    Resmimr
    Hai rupam,
    ur ideas are jst wonderful and very inspirational .iam doing my final year b-tech in IT.as a part of this,we have to do a project.i would like to workout something innovative ideas in android which will helpful for our society also.i expect something new from u.....also i would like to know about ur idea about sms searching
  • Najus
    Najus
    Hey Rupam, found some really nice ideas for project here. Can you describe briefly about these topics you mentioned earlier?

    1) Satellite Image merging over Cloud
    2) Real time P2P network integration over cloud
    3) Distributed Micro-blogging over Cloud
    3) Voice Mining Over Cloud

    Also, I thought of E-voting system. What are the things to be considered while making such system?
  • Kaustubh Katdare
    Kaustubh Katdare
    Think of something on your own. What would an e-voting system typically have? Post your ideas so that we can extend it together. Start a new discussion if you wish. 😀
  • Najus
    Najus
    Besides the basic GUI, I think that it should have good security system. I am planning to make one which can be used even by blind people. Using Braille numbers and voice guidance which can be used even by blind people. I don't know if that is possible.
  • Rupam Das
    Rupam Das
    Killing Idea: Convert a Pdf to VoiceBook
    1. Read a Pdf file
    2. Apply Text to speech
    3. Convert it to a voice file
    4. Compress the voice through suitable encoding
    5. Design an Interface so that using voice command the file may be played, can be looped back to previous chapter or paragraph or search a particular phrase.
    6. And if you are mad enough design a FM transmission system which will transmit the voice-book.
  • ramyaIT
    ramyaIT
    Can you provide more details on "You might be interested in Listening these Songs too" project
  • Resmimr
    Resmimr
    hey,i hav an idea.actually itz a thought.i dont know how it will reallize and whether it is existing or not.please give me the directions..consider the case of paralyzed persons..if there is no one to help them ,what they do?so a touch screen that attached to the wheelchair should have the commands to move the wheelchair in left ,right,front or backward direction..if there is an obstacle in the path of the chair,findout that at a particular distance and automatically stops the vehicle..and also the wheelchair also contain some mechanisms to monitor the health condition of the patient and report or alarm the responsible person if any anonymous situation occures ..
  • aviforevr
    aviforevr
    You really have good ideas...I have an idea of making gesture recognition to perform specific task on pc using webcam..Is it possible to do it as my final year project...which environment should i use?
  • azra09
    azra09
    sir i am doing b.tech in computer science and currently i am in 7th semester. i liked your idea and i want to know the dependency of the project on battery of PDA. it is about the security system with bluetooth
  • AhmedAli Durga
    AhmedAli Durga
    Nice Thread and great support!
    Keep posting!
    can we extend the security system Mr. Rupam mentioned through Bluetooth to be a networked architecture?? would like to get ideas on the same...
  • Rupam Das
    Rupam Das
    Resmimr
    hey,i hav an idea.actually itz a thought.i dont know how it will reallize and whether it is existing or not.please give me the directions..consider the case of paralyzed persons..if there is no one to help them ,what they do?so a touch screen that attached to the wheelchair should have the commands to move the wheelchair in left ,right,front or backward direction..if there is an obstacle in the path of the chair,findout that at a particular distance and automatically stops the vehicle..and also the wheelchair also contain some mechanisms to monitor the health condition of the patient and report or alarm the responsible person if any anonymous situation occures ..
    controlling of wheelchair through eye movement and through touchpad, both is achieved already.
  • Rupam Das
    Rupam Das
    azra09
    sir i am doing b.tech in computer science and currently i am in 7th semester. i liked your idea and i want to know the dependency of the project on battery of PDA. it is about the security system with bluetooth
    Dependency of battery for which project?
  • Rupam Das
    Rupam Das
    aviforevr
    You really have good ideas...I have an idea of making gesture recognition to perform specific task on pc using webcam..Is it possible to do it as my final year project...which environment should i use?
    You can perform gesture recognition on virtually any platform, but C# and OpenCV are the best options.
  • Rupam Das
    Rupam Das
    5. Image-Lite ( an image as database object)

    1. Create table
    2. Store data
    3. Now write this data as watermark in the image.
    4. So the database that you are carrying is only an image
    5. Query the database to image and retrieve the data.
  • AhmedAli Durga
    AhmedAli Durga
    I want to know whether developing a Web Browser with speech support in JAVA would suffice a "B.E. Project" Requirement... from my teachers, i got opinions that using available APIs, its just a matter of putting things together... is it really so??
  • Rupam Das
    Rupam Das
    AhmedAli Durga
    I want to know whether developing a Web Browser with speech support in JAVA would suffice a "B.E. Project" Requirement... from my teachers, i got opinions that using available APIs, its just a matter of putting things together... is it really so??
    Why you want to develop web browser? Using DOM add speech support to any web browser. Its a good work. You need to understand DHTML and Java Script. Yeah a good project It will be!
  • AhmedAli Durga
    AhmedAli Durga
    Do You mean a Plugin sort of system??... and what all i need to know for the same, over and above what you've mentioned above??
  • Rupam Das
    Rupam Das
    #-Link-Snipped-#


    Link will explain you 😀
  • AhmedAli Durga
    AhmedAli Durga
    Thank you for your support. I'm looking forward to this project. I've thought of both Speech 2 Text and Text 2 Speech for Chrome. I wanted to know that for integration with the browser, do i need to follow some specific approach?
  • Chethna Mallya
    Chethna Mallya
    The project topics are interesting.For final semester we are doing a mail server project.Please suggest us what new features we can add to the mail server.
  • Dancer_Engineer
    Dancer_Engineer
    Chethna Mallya
    The project topics are interesting.For final semester we are doing a mail server project.Please suggest us what new features we can add to the mail server.
    How about a Multilingual Mail Server?

    @Rupam, is this possible?
  • Rupam Das
    Rupam Das
    Dancer_Engineer
    How about a Multilingual Mail Server?

    @Rupam, is this possible?
    Multi Lingual Support is provided by browser, as lingual text transmission is UTF coded. You can send a Different Language text through gmail or yahoo. Instead of designing a SMTP server, which in my opinion cant beat existing mail servers, it is better to add a mail client, like outlook but with better facilities.
  • prav.mgit
    prav.mgit
    hello! The PDFs to audio book idea is very nice... is it possible to implement it in java? do java provide text to speech and reading PDFs API? Thank you for all your innovative ideas, they are amazing!.
  • Chethna Mallya
    Chethna Mallya
    Thanks alot 😀
  • Chethna Mallya
    Chethna Mallya
    hey as I checked multilingual support is already developed one.What is new in that again?
  • Dancer_Engineer
    Dancer_Engineer
    Chethna Mallya
    hey as I checked multilingual support is already developed one.What is new in that again?
    Yes, I checked that later.
    Ofcourse its not new, but you think of adding more features to it.
    And also Rupam has given a good suggestion. Check for details on that.
  • Chethna Mallya
    Chethna Mallya
    Yes i went through what Rupam has suggested.Even that is already there.Our HOD is asking us to do something new orelse our project will get rejected.😔😔
  • Dancer_Engineer
    Dancer_Engineer
    Chethna Mallya
    Yes i went through what Rupam has suggested.Even that is already there.Our HOD is asking us to do something new orelse our project will get rejected.😔😔
    Looks like all HODs are alike. 😡

    Well, you must do a project of your interest.
    What are the elective subjects that you have taken or the ones that your college will provide you for the final year? You can do something related to that. Will work in your favor.

    Even my final year project was 'a ERP system for Wholesale Distribution'. But there are so many ERP systems already developed.
    So we added a Multilingual feature, SMS and email notification, Report generation.
  • rajesh2407
    rajesh2407
    friends I want to develope "e-Farming " web application plz give me your ideas....
  • Rupam Das
    Rupam Das
    Use Drupal 7.7 with UberCart, Google Weather API, View Module for a real time solution...
  • Chethna Mallya
    Chethna Mallya
    Hey can the authentication mechanism using passwords to login can be changed?. Users often have to remember their passwords for different sites. Can this be avoided??.
  • Dancer_Engineer
    Dancer_Engineer
    Chethna Mallya
    Hey can the authentication mechanism using passwords to login can be changed?. Users often have to remember their passwords for different sites. Can this be avoided??.

    There are a few alternatives to passwords:
    1. Passphrase: the longer the passphrase the harder to crack.
    2. Cognitive Password: question and answer response as a password.
    3. Biometrics: fingerprint, face recognition, iris recognition.
    4. One-time Passwords: a password that is valid for only one login session.
    5. Image based Authentication
  • K!r@nS!ngu
    K!r@nS!ngu
    Chethna Mallya
    Hey can the authentication mechanism using passwords to login can be changed?. Users often have to remember their passwords for different sites. Can this be avoided??.
    Great thinking😀 ... but this is the cheapest mechanism we are using from so long time. Any other mechanism will be harder to maintain and all kind of users will not be able to use it.
    Let's hope, in future a new mechanism may be introduced without investing anything.😨
  • WzKid
    WzKid
    Wondering if anyone had any input. Just started my senior project on a team with 2 EE majors. I am majoring in Computer Engineering. The idea that we had was a user installable RFID lock system. Kind of like a low cost invisible lock. The user can install in inside a desk drawer at the office or even a cabinet at home. Within a range of about 3m, the keyfob tag would be read and the servo would disengage the lock. Once you leave the 3m range, the servo would automatically lock the drawer. No external keyholes means that it can't be picked or even let someone know that the drawer is locked.

    So far, everything sounds good to me, but I am sure that there is something that I am forgetting. Anyone feel like taking some pot shots at my project to see if there is something that I am missing.
  • Rupam Das
    Rupam Das
    I did it couple of years back. You will get it mate. An interesting choice. Arduino would be a great choice for that tiny brain.... and by the way you just created the 100th post of the thread.
  • Dancer_Engineer
    Dancer_Engineer
    WzKid
    Wondering if anyone had any input. Just started my senior project on a team with 2 EE majors. I am majoring in Computer Engineering. The idea that we had was a user installable RFID lock system. Kind of like a low cost invisible lock. The user can install in inside a desk drawer at the office or even a cabinet at home. Within a range of about 3m, the keyfob tag would be read and the servo would disengage the lock. Once you leave the 3m range, the servo would automatically lock the drawer. No external keyholes means that it can't be picked or even let someone know that the drawer is locked.

    So far, everything sounds good to me, but I am sure that there is something that I am forgetting. Anyone feel like taking some pot shots at my project to see if there is something that I am missing.
    Awesome! 👍

    How about a Low Battery Notification through SMS?
  • WzKid
    WzKid
    Rupam Das
    I did it couple of years back. You will get it mate. An interesting choice. Arduino would be a great choice for that tiny brain.... and by the way you just created the 100th post of the thread.
    Arduino is most definitely the choice for the finished project. I am starting the prototype using a HCS12 board since I already have it on hand.

    @Dancer, Very cool idea, hadn't really thought about including any sms features. How would it send the text? Use wifi?
  • dania emelda
    dania emelda
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    can u explain more details to me? =)
  • dania emelda
    dania emelda
    Rupam Das
    😔

    Nobody is Inspiring Me, Writing New Ideas........... I am Sad..............😔
    😔
    Atleast say Good Bad........................ "I am lonely out here waiting for CE Seniors and Mods to write their Ideas!!!!!!!!!! Or close the thread😔

    😔
    hye.. =) i have no idea for my final year project, can u help me with any related idea on wireless communication topic??
  • Dancer_Engineer
    Dancer_Engineer
    WzKid
    @Dancer, Very cool idea, hadn't really thought about including any sms features. How would it send the text? Use wifi?
    Sir,
    From what I understand you could use GSM Modem for sending SMS for a low battery indication, say when the battery reaches a charge of only 20%.
    Also an alarm for an unlocked / not properly closed drawer could also be a feature. 😀
  • WzKid
    WzKid
    Dancer_Engineer
    Sir,
    From what I understand you could use GSM Modem for sending SMS for a low battery indication, say when the battery reaches a charge of only 20%.
    Also an alarm for an unlocked / not properly closed drawer could also be a feature. 😀
    Very nice, thanks!
  • chocBoi
    chocBoi
    i Like this idea. What are the requirements for this project. What do you think one needs to be familiar with before embarking on it. I am a C# intermediate.
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
  • Rupam Das
    Rupam Das
    chocBoi
    i Like this idea. What are the requirements for this project. What do you think one needs to be familiar with before embarking on it. I am a C# intermediate.
    it needs C#.... you can proceed with it 😀
  • prajnavantha
    prajnavantha
    Sir, ideas here are just awsome. could u suggest me ideas on mobile platform as my final year project, some fresh good ideas. I'll need to think of it within a week and submit my synopsis. This thread is awsome with crazy ideas. Just tell me ideas which can be implemented on mobiles using j2me or any other platform. I'm ready to work as hard as needed. The idea should be realizable within 3 months...
    Suggest please... My language of interests are Java/C#.
  • prajnavantha
    prajnavantha
    Sir, ideas here are just awsome. could u suggest me ideas on mobile platform as my final year project, some fresh good ideas. I'll need to think of it within a week and submit my synopsis. This thread is awesome with crazy ideas. I need ideas which can be implemented on mobiles using j2me or any other platform.I chose j2me coz it can reach to masses. I'm ready to work as hard as needed. The idea should be realizable within 3 months...
    Suggest please... My language of interests are Java/C#.
  • prajnavantha
    prajnavantha
    I thought of controlling PC through mobile but i think its already done and relatively simpler(will hardly take 3 weeks) to be called a final year project. Let me have some ideas which is fresh and realizable in 3-4 months.
  • Rupam Das
    Rupam Das
    Code for each of the modules required are available online. You need to read, understand and integrate.
  • prajnavantha
    prajnavantha
    Finally... i came up with the project....
    Its a location based project... It involves detecting the position of a person based on his Wi-fi access and giving him services according to the place he stands. Can people suggest or guide me on how to start of and go about these. I've presently studied some ieee papers on ways in which the position of a person can be located using atmost accuracy. Can anyone help, which platform will be best suited for this...?
  • Gowshi
    Gowshi
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    student studying BSc Business Information Systems, and in my Final year. I am looking for a interesting project, I like some of the idea's that I read on this forum, I.e ) Voice Based E-mail for blinds and Webcam Based credit card reader with face recognition. I am also interesting to look into E-Prescription for GP/Medical system.
    I can write V.B, HTML, SQL, .ASP.net.
    Any idea's?
  • Gowshi
    Gowshi
    Hi..How would I do this Voice based E-mail application for Blinds? What platform would I need?
    Can you please explain to me in more depth detail and what devices and coding i would need to do this. I am very interested in this. I would like to take this on as a Final year Project. if not, Can you give me other ideas. please.
  • anurags_style
    anurags_style
    helloooo sir............
    m final yr student.i want to make a major project in .net
    on Gis & Gps based .
    PLZZ... suggest me
  • sad_engineer
    sad_engineer
    wow....................great
  • sad_engineer
    sad_engineer
    Hello Rupam!!
    i want to do work on Voice based E-mail application for Blinds in php language,so kindly guide me that wht should i do for this......
  • prajnavantha
    prajnavantha
    prajnavantha
    Finally... i came up with the project....
    Its a location based project... It involves detecting the position of a person based on his Wi-fi access and giving him services according to the place he stands. Can people suggest or guide me on how to start of and go about these. I've presently studied some ieee papers on ways in which the position of a person can be located using atmost accuracy. Can anyone help, which platform will be best suited for this...?
    Well , i'll keep posting till i get a reply. I started of with j2me though i still dont know how to get the signal strength info.. Now i'm trying to do a client server communication between my mobile and the server which is my laptop. Can anybody suggest which server side programming will be best suited for it.Please help dude.
  • sad_engineer
    sad_engineer
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    i want to make this using php....
    will you tell me how can i do it......
    please reply faster
  • Rezan
    Rezan
    just now i saw ur ideas nd they r great, i liked them.
    i was needing an idea for java or (oop) small project, i didnt get any good idea about something which can deal with graphic..any idea ?
  • PraveenKumar Purushothaman
    PraveenKumar Purushothaman
    Rezan
    just now i saw ur ideas nd they r great, i liked them.
    i was needing an idea for java or (oop) small project, i didnt get any good idea about something which can deal with graphic..any idea ?
    Like digital image scanning, processing and recognition??? Or just plain graphics involving 3D?
  • Rezan
    Rezan
    Praveen-Kumar
    Like digital image scanning, processing and recognition??? Or just plain graphics involving 3D?
    can u give little clarification on" plain graphics involving 3D" ?
  • PraveenKumar Purushothaman
    PraveenKumar Purushothaman
    Rezan
    can u give little clarification on" plain graphics involving 3D" ?
    When I said DIP, then there is something like an interactive application, where you would give some input, expect the system to perform on the input and give a desired output. Whereas in case of others, or plain graphics, 3D, etc., there is not much amount of input you would be giving, but it would be output centric. This is what I meant...
  • Rezan
    Rezan
    ah its related to image processing ,i got..
    any other idea? bcoz image processing is presented by my class friends ,i cant present duplicate topic 😔
  • PraveenKumar Purushothaman
    PraveenKumar Purushothaman
    Rezan
    ah its related to image processing ,i got..
    any other idea? bcoz image processing is presented by my class friends ,i cant present duplicate topic 😔
    Okie, give a few mins. I will update this post with a good idea... 😀
  • Rezan
    Rezan
    Praveen-Kumar
    Okie, give a few mins. I will update this post with a good idea... 😀
    ok thanks
  • Apparna
    Apparna
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported. You can also disable your USB as a plugin to the project.
    I wud lyk to implement dis as my final year project. cud u plz tel me hw cn i go about it.
  • PraveenKumar Purushothaman
    PraveenKumar Purushothaman
    Apparna
    I wud lyk to implement dis as my final year project. cud u plz tel me hw cn i go about it.
    Did you think of the performance factor in this?
  • Apparna
    Apparna
    Praveen-Kumar
    Did you think of the performance factor in this?
    ya i guess i shud be able to do it. being in third year right nw cnt really determine the performance factor.
  • PraveenKumar Purushothaman
    PraveenKumar Purushothaman
    Apparna
    ya i guess i shud be able to do it. being in third year right nw cnt really determine the performance factor.
    Hmm fine...
  • chocBoi
    chocBoi
    Could u please expand on what other requirements I'd be needing for this project, aside C#.
    Rupam Das
    it needs C#.... you can proceed with it 😀
  • chocBoi
    chocBoi
    Could U please give me whatever other requirements I'd be needing for this project. I'm really keen on this project and would love detailed overview. Thanks.
    Rupam Das
    it needs C#.... you can proceed with it 😀
  • bittu.subrat
    bittu.subrat
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]

    HOW can i do this project . please give me a brief idea about this project
  • Meenakshi10
    Meenakshi10
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    hi, i really liked ur project idea..can u plz giv some more details abt how to implement it .i have to make a project in java. can u plz ellaborate it a bit..thanx in advance
  • Meenakshi10
    Meenakshi10
    Rupam Das
    5. Image-Lite ( an image as database object)

    1. Create table
    2. Store data
    3. Now write this data as watermark in the image.
    4. So the database that you are carrying is only an image
    5. Query the database to image and retrieve the data.
    i find this idea very interesting..can we use any db like postgres mysql etc ? and how to create a watermark?
  • vicky_21
    vicky_21
    hey hi .....
    im final year student majoring in network
    do you have any idea related with network project??
  • satyaa jeeet
    satyaa jeeet
    very good ,new and creative idias ..
    i hav also many new ideas but we required a team to accomplish them
  • PraveenKumar Purushothaman
    PraveenKumar Purushothaman
    madiams
    Question paper Leakage Detection and Alart System

    kindly tell me the details and platform used for this project?

    thank you
    Funny but a good idea... How do you think this is possible???
  • madiams
    madiams
    Praveen-Kumar
    Funny but a good idea... How do you think this is possible???

    Rumap Das suggested it.. i have no idea about its implementation.
  • PraveenKumar Purushothaman
    PraveenKumar Purushothaman
    madiams
    Rumap Das suggested it.. i have no idea about its implementation.
    Oh okay... Lets see if someone answers something about it... 😀
  • raj.sharma.rulz
    raj.sharma.rulz
    Annatoli
    Dude I like the idea of Multiuser Face Detection and Recognition base Attendance System. Can you help me out with the coding for the same. I would like to do it in C#. Can u plz tell me how to start, What all is required?, What all should be considered and so on?
    Hey I want to develop this multi-user face detection system in JAVA.Can you help & guide me Rupam?
  • raj.sharma.rulz
    raj.sharma.rulz
    Hey I want to develop this multi-user face detection system in JAVA.Can you help & guide me Rupam?
  • raj.sharma.rulz
    raj.sharma.rulz
    Sir, I like your idea very much, I have just started looking for my projects.Can you help me in this project by providing some material related to this??
  • anurags_style
    anurags_style
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    hello sir, i build this project but i am not transferring sound from one pc to another, pls help me.. vedio is seeing and recorded
  • anurags_style
    anurags_style
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    hello sir, i build this project but i am not transferring sound from one pc to another, pls help me.. vedio is seeing and recorded
  • anurags_style
    anurags_style
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    hello sir, i build this project but i am not transferring sound from one pc to another, pls help me.. vedio is seeing and recorded
  • anurags_style
    anurags_style
    pls tell me how can i transfer sound through lan
  • Anil Kappor
    Anil Kappor
    Rupam Das,
    My FYP is on VOIP (free call, message) so im developing it in Object C for iPhone, I need some reference will you like to provide some information? It seems you have wide ideas/information, im waiting for your reply
    thank you-Anil
  • onyeka
    onyeka
    I love your second idea bt can I do it java
  • onyeka
    onyeka
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    I love this idea, but is there anyway it can be done with java, I'll need your help
  • Pulkit_crazy
    Pulkit_crazy
    hi...Rupam i greatly loved this idea of duplicate file removal....will please tell me something deep about this and help me in achieving this goal...
  • Pulkit_crazy
    Pulkit_crazy
    hello sir, i am in b.tech 4th year and wants to do my final year project in Java. Can you tell me some latest topics on which i can make my project.
  • rupesh chalke
    rupesh chalke
    i want to decide topic for final year project. but i m so confused. i m joining the classes for core java nd j2eee. cn u suggest me any topic???
  • Anurag Wats
    Anurag Wats
    I m interested in voice based email for blinds... can u please lemme know the basic components fo this projects and hw i can plan and go ahead in this project???
    plz ensure me that u r available for me whnevr m stuck in the project...!!!
  • akki26
    akki26
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    Rupam loved this idea.. simply gret idea... rupam can u give me idea which is only based on programing and not much complex but unique and helpful for society... and ya its all about my last year project (the 450 marks project)....
  • Puvan
    Puvan
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    i like this project title but i dont know start where?using what software?help please!!!
  • iqra_the
    iqra_the
    i like this ideavery much.i want to do it as my FYP,[/quote]
  • iqra_the
    iqra_the
    iqra_the
    i like this idea of emotions very much.i want to do it as my FYP,
    [/quote]
  • Heenal Bhavsar
    Heenal Bhavsar
    hie...i m a final year computer engineer student. If you can suggest me some ideas for the final year project. I am interested in developing a mobile application.
  • Eason
    Eason
    very nice ideas how we can get more details of these projects.
  • nic
    nic
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman

    >> this kinda idea is really awesome
  • smash
    smash
    Rupam Das
    1. Voice Based Email for ( Blinds?)
    umm i have a new idea ... tht is of using internet with voice... which means reader will read aloud the contents of the web page, helping blinds to use internet easily.. 😀
  • Rosy Patel
    Rosy Patel
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    i really appreciate dis project ...but i want 2 add more features ..so plz sugget me more fetures ..😀....and dis application is desktop based or web based ..??..😀
  • happysajitha
    happysajitha
    HELLO.
    I am a final year CSE student. I am having a mega project this year. So can you suggest me some topics relevant to database, security or Android. Please provide me with a little description for the same.
    Thanks in advance..............
  • Tarun Kaushik
    Tarun Kaushik
    hi rupam sir
    i am a B.tech final year student and i need your help to suggest me an idea for the MINOR PROJECT
    please suggest me an innovative but simple to implement project idea which can be implemented in JAVA
    and it may be web based project
  • dhanshree bornak
    dhanshree bornak
    i want java based project..for computer science..can you suggest me?
  • GopiKrishnacse
    GopiKrishnacse
    i am a B.E final year student iam having major Project this year.please suggest some project ideas related to java,information security,database...
  • Prinks
    Prinks
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • Prinks
    Prinks
    I am going to do this project in Java technology. So which concepts should i learn firstly?
  • sajin varghese
    sajin varghese
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    hello Mr. Roopam i am an engineering student and i am quite new to the field of ieee i find that this project is very interesting and simple to create and i would very much appreciate it if you could provide me a means to the source code so that i can better understand the program and implement my different ideas and innovations. please help me on this regard.....
    i would like to go ahead with this project because i love music and computers and trhis idea has both. please help
    thanks in advance.
  • sivaramarajalu
    sivaramarajalu
    Hi rupam., your ideas are very impressive. happy to join you through this. Now, In web servers,requests are handled through thousands of threads.I think many threads are created and destroyed dynamically after execution.I thought of having empty set of thread pools with varying sizes which does the job, thus reducing the time of thread creation and deletion. please explain about this concept, and guide me. As i couldn't find anything valuable over the net. thanks in advance.
  • Rupam Das
    Rupam Das
    sivaramarajalu
    Hi rupam., your ideas are very impressive. happy to join you through this. Now, In web servers,requests are handled through thousands of threads.I think many threads are created and destroyed dynamically after execution.I thought of having empty set of thread pools with varying sizes which does the job, thus reducing the time of thread creation and deletion. please explain about this concept, and guide me. As i couldn't find anything valuable over the net. thanks in advance.
    A cloud Service manager does exactly the same. beside creating empty pool in no way makes much sense!
  • Rupam Das
    Rupam Das
    Sayooj
    I liked your third idea...emotional based music player can we implement this in java
    i
    You can implement a concept in any language you are good at. If you are good at that, go ahead
  • Mangesh Khapre
    Mangesh Khapre
    Hey Really Innovative.
    Are only facial expressions detected in the mood music player?
  • Rupam Das
    Rupam Das
    Mangesh Khapre
    Hey Really Innovative.
    Are only facial expressions detected in the mood music player?
    I am planning to integrate my brian signal analyzer with the system to see if it detects Inner feelings too!
  • sivaramarajalu
    sivaramarajalu
    Rupam Das
    A cloud Service manager does exactly the same. beside creating empty pool in no way makes much sense!
    thanks a lot rupam!
  • souravpaul91
    souravpaul91
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    I like this idea..i am a B.Tech final yr student.I want to choose this idea for our final year project.Can you give me some ideas where to start.. and can i use Java for this or C# is the better choice for it...
  • emmaWatt
    emmaWatt
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    I really appreciate this idea. I want to choose it as my final year project. But, I need some guidelines. Firstly, I want to know that can I implement it in Java? Secondly, I have never done image processing. So, I really need help on that too.
  • yasmin siddiui
    yasmin siddiui
    hello sir......
  • yasmin siddiui
    yasmin siddiui
    hello sir.............i want totaly new idea of asp.net project
  • Rupam Das
    Rupam Das
    Develop a Website that can make QR codes instantly!
  • YasserTpp
    YasserTpp
    has anyone know how to build device or gps module that i can trace with gps software in handphone... or give me some idea how to make tracking device... or give me some project with pic program... sorry if my english bad...
  • naveenprasad
    naveenprasad
    howdy sir,
    im a pre-final year student in Bachelor in Information Technology. im intrested in doing this "Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone" as my project this semester. i want much more information about this.can u walk me through the project!...
  • nish4891
    nish4891
    hii Rupam Sir,Well...I am in B-Tech final year from IT branch and i have 2 submit the topic of my project shortly.I visited all your ideas n they are jzt awesome n the most convenient option i found was "E-MAIL FOR BLINDS"...can u plz tell me dat whether it would b easily feasible 2 complete n execute this project easily cz m jzt a beginner n derz no one around to help me out properly....
    I would like to tell u dat first i planned to opt for "Emotion based music player"....one of ur posted ideas but my faculty suggested me to not go 4 it as it would require hardware coding vich z beyond our approach as we are just freshers......
    so finally i hav decided to go for "E-MAIL FOR BLINDS"...so kindly advise me n let me knw the requirements needed for its successful implementation.......😀
  • Rupam Das
    Rupam Das
    Go for it. It is not that hard. You need Speech SDK, Windows 7, Asp.Net, Webservices, SQL server and C#.Net. If you start step by step, you can complete it off.
  • nish4891
    nish4891
    Rupam Das
    Go for it. It is not that hard. You need Speech SDK, Windows 7, Asp.Net, Webservices, SQL server and C#.Net. If you start step by step, you can complete it off.
    thanx a lot sir...😀
  • sanakazi
    sanakazi
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    hello ur idea is best ......is this already implemented ..if no then can u tell me how to go with it
    thank uuu
  • Rupam Das
    Rupam Das
    sanakazi
    hello ur idea is best ......is this already implemented ..if no then can u tell me how to go with it
    thank uuu
    How can I say if the idea is implemented! already 60k people have seen it!

    you have code available for almost every module. just combine them
  • sanakazi
    sanakazi
    Rupam Das
    How can I say if the idea is implemented! already 60k people have seen it!

    you have code available for almost every module. just combine them
    any new idea for B.tech(IT) project in the domain of web application/mobile application(like androide)
  • sanakazi
    sanakazi
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    I liked your idea thank you.... 😀 I am interested in developing this as my final year project... Can you please explain me how will it work on client side(Blind people)?
    Does it require very large database?? Is it similar to what iphone is providing(according to my professor)
  • Rupam Das
    Rupam Das
    Client will be desktop application, it will work with server using middlewire:= WebServices.

    You can implement simple database: Mail ID, From, To, Date, Subject,Mesage, ReadStatus

    another table: User data: Name, Password. thats it.
  • sanakazi
    sanakazi
    Rupam Das
    Client will be desktop application, it will work with server using middlewire:= WebServices.

    You can implement simple database: Mail ID, From, To, Date, Subject,Mesage, ReadStatus

    another table: User data: Name, Password. thats it.
    hey thanks for reply but what about voice commands
  • Rupam Das
    Rupam Das
    hey thanks for reply but what about voice commands
    Google be your best friend!
  • nic
    nic
    hello sir,
    I have chosen a topic 'lie detector'
    it takes input as facial expression via webcam
    and also takes voice as input,, can this be taken as a final year project ??
    If yes, which platform is best suited for this like java or c# ??
    can you please tell me if any additional requirements are needed ???
  • Rupam Das
    Rupam Das
    nic
    I want to make a lie detecting software through facial expression,, can this be taken as a final year project ??
    If yes, which platform is best suited for this??
    You will not get result!
    There are people: When they lie it's not shown up in face.

    Its a sensor based work.
  • nic
    nic
    'm bad at embedded systems 😉
    thank you for the reply
  • manasa kashyap
    manasa kashyap
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    can u pleas tell me the pre requisites to take this as my final year project...
  • manasa kashyap
    manasa kashyap
    pleas guide me some methodology that i need to follow to do this... I'm waiting for reply
  • Rupam Das
    Rupam Das
    refer post number #206-#207
  • ak123456!@#
    ak123456!@#
    Rupam Das
    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net #-Link-Snipped-#
    No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.


    hey can u pls tell me some new idea for my paper presentation in field of computer science which is not implemented earlier!!!!i read through ur ideas they are interesting hence can u help me out with this---
  • nic
    nic
    can this be taken as final year project ???????????????
  • nic
    nic
    Can we do this for final year ???
  • SurbhiA
    SurbhiA
    Thanx sir and I have chosen one of ur amazing ideaz for my final year project...
    i.e. Securing computer folders.
  • nic
    nic
    RFID technology based car parking.,.,.
    Will this be a good Idea for final year project????????????
  • Rupam Das
    Rupam Das
    It depends upon how you Simulate the Parking Stuff. If you can build a parking model than that is awesome.
    A model similar to attached image would make your project a Grand one.
    05052012
  • anceta
    anceta
    sir,is it possible to imlement voice mail system for the final year project.is it already there?N if not can u tell me how we can implement it and can u give the details of it.
  • Preethi M
    Preethi M
    5. Image-Lite ( an image as database object)

    1. Create table
    2. Store data
    3. Now write this data as watermark in the image.
    4. So the database that you are carrying is only an image
    5. Query the database to image and retrieve the data.
    HELLO SIR,
    can u help us with how to write the data as watermarks.....?
  • amenashahid
    amenashahid
    RFID technology based car parking is it a good idea for FYP? is it challenging enough? and what will be actually the goal of it??? please reply ASAP
  • amenashahid
    amenashahid
    rupam das:
    i read a project on zigbee based alarm system for pervasive healthcare in rural areas. can u please elaborate on this one? how will it work? and what will actually happen?

    also please elaborate the RFID technology based car parking system
  • amenashahid
    amenashahid
    Rupam Das
    It depends upon how you Simulate the Parking Stuff. If you can build a parking model than that is awesome.
    A model similar to attached image would make your project a Grand one.
    05052012
    please elaborate on this one =)
  • sharanyaaa
    sharanyaaa
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone

    I need ur help about this projectt...can u please help me sir?
  • amenashahid
    amenashahid
    sir Rupam Das
    which platform is the best to do the face recognition on? OpenCV or C#? I plan on using libraries for face recognition n then improving them.
  • Marium04
    Marium04
    Hi Rupam,
    These are really crazy ideas. I liked them very much.
    But I want to know details of these four:

    10.Virtual Mouse Using Hand Movement
    11.
    Driver Drowsiness Detection and Drunk test based on eye tracking
    12.
    Charming Index for Candidate Selection in Interviews
    13.
    SMSblue-CMS
  • Rupam Das
    Rupam Das
    amenashahid
    sir Rupam Das
    which platform is the best to do the face recognition on? OpenCV or C#? I plan on using libraries for face recognition n then improving them.
    EmguCV ( Open CV with C#.Net)
  • Rupam Das
    Rupam Das
    Marium04
    Hi Rupam,
    These are really crazy ideas. I liked them very much.
    But I want to know details of these four:

    10.Virtual Mouse Using Hand Movement
    11.Driver Drowsiness Detection and Drunk test based on eye tracking
    12.Charming Index for Candidate Selection in Interviews
    13.SMSblue-CMS
    Why not be crazy and think what crazy features suit these crazy topics and put it here? We can discuss.
  • djiablo
    djiablo
    hi, i am a final year student doing B.tech in information technolgy...i am suppose to submit my final year project in about 4-5 months...ive read yur entire thread and did find some really cool ideas..like the emotion music player, virtual mouse using hand movement,distributed learming system, convert pdf to speech, nueral network based hand recognition.....i currently have enuf time to complete my project on any of the these topics, but i really wanted to do something of my own so i came wid a concept for a software dat can act as a human brain...but on the lines of deductive resoning....this kinda thing can have infinte applications for eg criminal investigation where in yu put in the input from the crime scene(picture and videos maybe too) and then using discrete mathematics and mathematical induction maybe the software can predict things more accurately and in a logical manner(eg; say a womans body is found lying in a room, we take a video and the software analyzes it, lets say there were some dirt marks found on her feet, then automatically for that specific situation the software analyzez the shape of marks which might suggest how the marks came there, say becoz she had a rolling suticase which she was pulling and she been to a place where there had been light drizzle anytime around...the software den locates all such place around where there had been light drizzles, den alos analyizing the dirt the software can make out precisely from the list of places where the woman had exactly been....i know this is soo much detail for a very tiny thing...but then it is details like dese dat people mostly miss...

    so i was jus thinking whether all of this was even possible or not...if it is den maybe yu can suggest me something as to how to start and go about with this thing....i would be really grateful to yu... 😀
  • djiablo
    djiablo
    also, if my previous ideas isnt feasible...den maybe i can even work with the image processing stuff..like the music player yu`d suggested....along with the facial recognition patterns and "if the brain analyzer" has worked...i was thinking of maybe adding something more...like analyzing ppupil dialiation to give even more precise results....after all "ankheen kabi jhoot nai bolti"...😀
    ...lemme know plz
  • Marium04
    Marium04
    Rupam Das
    Why not be crazy and think what crazy features suit these crazy topics and put it here? We can discuss.
    hmm.. datz okay.. But I want to know whats in your mind about them??
    Esp. about that "SMSblue-CMS"?
  • Rupam Das
    Rupam Das
    Marium04
    hmm.. datz okay.. But I want to know whats in your mind about them??
    Esp. about that "SMSblue-CMS"?
    I have actually implemented all of them, some for my hobby, some for students, some for clients. So all of them are in my mind 😀
  • Rupam Das
    Rupam Das
    djiablo
    hi, i am a final year student doing B.tech in information technolgy...i am suppose to submit my final year project in about 4-5 months...ive read yur entire thread and did find some really cool ideas..like the emotion music player, virtual mouse using hand movement,distributed learming system, convert pdf to speech, nueral network based hand recognition.....i currently have enuf time to complete my project on any of the these topics, but i really wanted to do something of my own so i came wid a concept for a software dat can act as a human brain...but on the lines of deductive resoning....this kinda thing can have infinte applications for eg criminal investigation where in yu put in the input from the crime scene(picture and videos maybe too) and then using discrete mathematics and mathematical induction maybe the software can predict things more accurately and in a logical manner(eg; say a womans body is found lying in a room, we take a video and the software analyzes it, lets say there were some dirt marks found on her feet, then automatically for that specific situation the software analyzez the shape of marks which might suggest how the marks came there, say becoz she had a rolling suticase which she was pulling and she been to a place where there had been light drizzle anytime around...the software den locates all such place around where there had been light drizzles, den alos analyizing the dirt the software can make out precisely from the list of places where the woman had exactly been....i know this is soo much detail for a very tiny thing...but then it is details like dese dat people mostly miss...

    so i was jus thinking whether all of this was even possible or not...if it is den maybe yu can suggest me something as to how to start and go about with this thing....i would be really grateful to yu... 😀

    First Select a language.
    Capture frames from webcam
    Convert them to image,
    convert image to gray scale and put it back in display frame to make it look like a on going video of gray scale image.

    As you have enough time, do this, you yourself will know what is possible and what is not.

    Dont be afraid to run! You have nothing to loose other than being tired. Once you run a lot, you will cease to become tired and can run longer. Explore the road by yourself. Dont be skeptical of what lies ahead.

    All the best!
  • djiablo
    djiablo
    Thankyu sir for your valuable inputs.
    although after speaking with my university mentor due to the issue that students had done a lot of research on image processing last term, the authorities are specifically rejecting proposals for image processing project.

    But as i really really wanted to do something related to image processing(and i had done my research on cognitive searching) i ve been able to work out a project for myself.... i will be working on an emotion based music player dat also enables hand gesture and movement recognition to control the music player.....i know a lot of work has already been done on these two things seperately but i could not find anything combined....i have thought of using the following processes:
    1. hand gestures for play, pause, next/previous track, volume up/down, etc
    2. hand movements for music library management(something similar to wat we`ve seen in iron man for sorting the librabry to give a more immersive experience
    3. then obviously emotion detection to sort the playlists wen required

    Do let me know wat yu think about this. 😀
  • Marium04
    Marium04
    Rupam Das
    I have actually implemented all of them, some for my hobby, some for students, some for clients. So all of them are in my mind 😀
    😀 then please guide me also how to just get started?
  • ajay8792
    ajay8792
    nice ideas for taking a project.
  • amenashahid
    amenashahid
    sir Rupam Das
    i have been searching for libraries on the facial recognition based attendance system to serve the face recognition purpose.
    fdlib is one of the libraries i found and there is also verilook (very expensive though)
    can u please suggest a cheaper n accurate library for face recognition for the open CV platform?
  • Rupam Das
    Rupam Das
    Search face recognition in code project.com and that is the most accurate, elegant and free face recognition tion library and code you will ever get.
  • kavi33
    kavi33
    can i get any project ideas on cryptography and network security??
  • rockleague
    rockleague
    hey is there any innocative suggestion then these mentioned above
  • Jeffrey Arulraj
    Jeffrey Arulraj
    rockleague
    hey is there any innocative suggestion then these mentioned above
    How many in this list have you tried out or seen people try out as their project ?

    Why not suggesting some ideas here in the areas where we can develop this thread?
  • aneesh18
    aneesh18
    guys can anyone explain to me this abstract??? I found it interesting but cant exactly understand what it is:

    Present android-based location and message sharing system asks to input the personal information which fails to protect the privacy of information, has no centralized database which is causing the problem of data management and portability, and one main drawback is unable to have a secured two way communication between webserver and android based application. And this Android-based Location and Message Sharing System (ALMSS) is proposed for solving above mention problem. The proposed system uses Java programming language for android mobile user application, PHP programming language as webserver, MySQL as external database to store the data, JSON as intermediary between android platform and webserver and uses symmetric cryptography while communicating between android device and webserver which finally assures the protection of information
  • apple6
    apple6
    #-Link-Snipped-# interesting & good ideas
  • syedahsan
    syedahsan
    brother great ideas i really appreciate mind blowing idea.
    it is called out of box ideas.
  • shahbaz90
    shahbaz90
    Hi rupam please guide me about wirless mouse project i mean controlling with our hand movement?
  • Rupam Das
    Rupam Das
    search in google and codeproject.com about control mouse with hand movement. I posted almost every module of that for "free" in the web
  • Happy2711
    Happy2711
    really nice ideas..
    i liked search engine based on sms.. can i get the details..
    thnks 4 the ideas
  • suba257
    suba257
    can u please tell me what is melfcc features in matlab?
  • Rupam Das
    Rupam Das
    Google search Mel Frequency Cepstrum and you know your answer.
  • amenashahid
    amenashahid
    hey can u please tell me what exactly happened in your face recognition based attendance system?
    i am confused as to whether it will take single picture of the whole class, extract faces from it and match them with the pictures in database?
    or take individual pictures of the students and then match them with the database?
  • Rupam Das
    Rupam Das
    it will take single picture of the whole class, extract faces from it and match them with the pictures in database
  • amenashahid
    amenashahid
    can you please guide me through it? after collecting some complete class photos what shall be the next step?

    also do you have an idea of the sound localization project? where to get soundcards with multiple inputs?
  • shahbaz90
    shahbaz90
    I want to know is thier any logic of calculating heart beat using android app?
  • Rupam Das
    Rupam Das
    Yes.

    ECG leads-> Instrumentation amplifier-> Arduino-> Tablet supporting USB host mode.

    DONE.
  • amenashahid
    amenashahid
    hello sir rupam das
    i am using picassa to do the face recognition stuff. what i plan to do is read its .ini files for the info. the problem i am currently facing is that sometimes it doesn't detect the faces and if it does it doesnt store the information of the new detected faces in the ini file. do you know how to resolve this issue? or if there is another database of picasa that can be used to get the identity of faces in a specific picture? please help!!
  • vidhu.gadhia
    vidhu.gadhia
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    hello sir i want to develop this application.. i reached to face detection from webcam using opencv but i need some help for emotion detection.. can you help me in this? thank you
  • Rupam Das
    Rupam Das
    amenashahid
    hello sir rupam das
    i am using picassa to do the face recognition stuff. what i plan to do is read its .ini files for the info. the problem i am currently facing is that sometimes it doesn't detect the faces and if it does it doesnt store the information of the new detected faces in the ini file. do you know how to resolve this issue? or if there is another database of picasa that can be used to get the identity of faces in a specific picture? please help!!
    For face detection, the most stable way is to use Haar cascade and OpenCV ( EmguCV for .Net).

    And for Face recognition PCA based technique applied over Gray image of OpenCV. Rest all techniques are vague claim ( IMO).
  • Rupam Das
    Rupam Das
    shahbaz90
    I want to know is thier any logic of calculating heart beat using android app?
    Yes using microphone.
  • sharanyaaa
    sharanyaaa
    Sir,

    I have some doubts related to this topic..whether all mobile phones support for this project??
  • Brainstromer
    Brainstromer
    Rupam Das
    I am planning to integrate my brian signal analyzer with the system to see if it detects Inner feelings too!
    hey this seems really interesting is it really possible?? can i make it as a FYP???
  • Brainstromer
    Brainstromer
    Brainstromer
    hey this seems really interesting is it really possible?? can i make it as a FYP???
    sir rupam das,please provide details about thisproject,is it possible n can a computer system student can make that as FYP??
  • Rupam Das
    Rupam Das
    ECG is all but a signal that is measured between your hand and legs. It is in microvolt and needs good instrumentation amplifier. However there is a strong 60Hz noise which makes it difficult to visualize the signal.

    However there is a ready made cheap DSP kit with filters available that people are not aware of! It is mic. Every mic comes with a data acquisition card which filters ECG signal like wonder. All you got to do is take a good microphone. Cut the front mouse and take two wires that were connected with mic. Attach crocodile connectors. Put this mic in your android phone( Almost all phones supports audio recording) .

    From android code, do audio recording and display audio buffer. It is as simple as that.
  • Rupam Das
    Rupam Das
    Brainstromer
    sir rupam das,please provide details about thisproject,is it possible n can a computer system student can make that as FYP??

    I am a great believer of "Interest".


    The only reason I have rejected several job offers over last few years is that the work does not interest me. So I tell everybody the same thing. If you have interest in something, do it. "Can" or "can not" is insignificant.
  • ASATHEESHKUMAR
    ASATHEESHKUMAR
    hi rupam, i got an idea on developing a search engine. it needs t give report based on
    1. total no.of staff in specific departments, college, district, etc.,

    as of now it needs to collect the dbase for list of faculites through individual institution sites. is it possible to update the my dbase through monotiring each site. if so how?
  • Brainstromer
    Brainstromer
    Rupam Das
    I am a great believer of "Interest".


    The only reason I have rejected several job offers over last few years is that the work does not interest me. So I tell everybody the same thing. If you have interest in something, do it. "Can" or "can not" is insignificant.
    yaa exactly it seems really interesting to me but how to go with it?? what things i will need n how to start working on it???
  • amenashahid
    amenashahid
    sir Rupam Das
    could you please give me a step by step of how to do the whole project? as in just the outline of the main milestones to achieve to make the face recognition based attendance system? that would be really helpful 😀
  • Kaustubh Katdare
    Kaustubh Katdare
    amenashahid
    sir Rupam Das
    could you please give me a step by step of how to do the whole project? as in just the outline of the main milestones to achieve to make the face recognition based attendance system? that would be really helpful 😀
    Don't you want to attempt the project on your own? Handholding won't help you learn.
  • amenashahid
    amenashahid
    The_Big_K
    Don't you want to attempt the project on your own? Handholding won't help you learn.
    i doooo!! but i dont have a clue on where to start from. knowing what the milestones should be will be helpful :/ plus i have 4 months to implement this :/ is it enough time to implement the whole project?
  • deathmonger
    deathmonger
    Hi all, I have this really creative idea for a program but don't now where to start? I don't need handholding but just a general idea of how to start. Also help if I encounter roadblocks.
  • Rupam Das
    Rupam Das
    And how is somebody supposed to know what is your idea if you dont elaborate?
  • deathmonger
    deathmonger
    Sorry sir.

    Here is my idea. I want to make a software where you input an mp3 and the software analyzes it and returns a list of songs which are similar in style/genre.

    I plan to achieve this by associating 'tags' with each song in the database. These 'tags' can be many as desired (for better results). A track can have 'tags' of the type 'Rock song', 'Male singer', 'Over 5 minutes long', 'Is in the key of A', 'Has a guitar solo' etc.

    So the software analyzes the input track, generates tags for it and then returns from the database a list of songs where the tags match.

    The main problem will be the generation of the 'tags'. All 'tags' will be different and will have to be done on a case by case basis.

    For example if the software analyzes a track and finds out that the track contains distorted guitars, drums and bass then tag of 'rock' could be applied to it. If it contains only synthesizers it could be said to be 'electronic music'. If the vocal track is found to be female the tag of 'female singer' could be applied.

    So my first question is: Is there a way to find out what instruments are there in a track? By analyzing a waveform can we make out if there are multiple instruments?

    Since I have MIDI files for every note of most instruments, will this idea work: You analyze a waveform and find out there are different instruments (if it can be done). You have no idea what these instruments are but you know their frequency. You compare a particular instrument (Again, don't know if it can be isolated or not) with the MIDI files of similar frequency till you get a match (Don't know what property to match) and then you can say such and such instrument is present.
  • Rupam Das
    Rupam Das
    1. Take Audio
    2. Perform FFT.
    3. Apply Filter
    4. Extract Different frequency Bands. Take their statistics. We call them features. Input the tags for this feature set.

    5. Build a good database with such feature set. Then run fuzzy classifier for Input song's features.
  • amenashahid
    amenashahid
    sir rupam das... does emgu cv works on windows 7 with c#? its working till running examples etc but i need to know if it gives issues once the face detection code is run
  • javadeveloperdoc
    javadeveloperdoc
    Rupam Das
    😔

    Nobody is Inspiring Me, Writing New Ideas........... I am Sad..............😔
    😔
    Atleast say Good Bad........................ "I am lonely out here waiting for CE Seniors and Mods to write their Ideas!!!!!!!!!! Or close the thread😔

    😔
    Hi Rupam ,

    Ideas you posted are very good . if you can give more details about technology (i mean whoever wants to try it develop) that would be helpful for users .

    I have couple of ideas in my mind will post very soon once i got clear picture of how to implement it . You are doing very good job . 😀
  • shanu23
    shanu23
    Rupam Das
    Webcam Based Credit Card Reader with Face RecognitionThe idea is to develop a webcam software that will be able to get the inputs from the webcam when the user holds his/her credit card in front of the cam. This idea could be incredibly useful in online payments systems! Also instead of the password provided by CC gateway, the face will be recognized and authenticated as the holder of the card. It should detect
    1) Credit card Number
    2) CVV Number
    3) Name on the Card
    4) Expiry date.
    5) Bank
    6) Type of Card(Logo Detection).
    (Original Idea : Big_K)
    hello rupam das.
    i liked this idea of developing and i would really want to more details of this project. if u have any abstract or anyother information about this, i would be pleased to go thru and apply them in my projects.
    Expecting a reply as soon as possible, thank you.
  • shanu23
    shanu23
    Rupam Das
    Killing Idea: Convert a Pdf to VoiceBook
    1. Read a Pdf file
    2. Apply Text to speech
    3. Convert it to a voice file
    4. Compress the voice through suitable encoding
    5. Design an Interface so that using voice command the file may be played, can be looped back to previous chapter or paragraph or search a particular phrase.
    6. And if you are mad enough design a FM transmission system which will transmit the voice-book.
    this is a very nice idea, rupam. i am interested to know more about it and get along coding with it. i would request you to respond here as early as possible.
    thank you very much!
  • Rupam Das
    Rupam Das
    you to respond here as early as possible
    Why should I? You try it and come here to elaborate how you did it.
  • Abhishek1289
    Abhishek1289
    Mr. Rupam Das, please suggest a final year project based on Java Technology and use a bit of Digital Image Processing in it.​
  • junaidzubair
    junaidzubair
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • junaidzubair
    junaidzubair
    Third Idea looks very nice and interesting. And I want to know how you did this with c#.? Because this project demands deep learning of image processing. So which class support segmentation.? If I am not wrong, Image processing could be handle very efficiently in matlab. Please send this code to me if you can,
  • Rupam Das
    Rupam Das
    Please send this code to me if you can
    Please send me Rs. 50,000 for the code if you can!
  • Rupam Das
    Rupam Das
    And I want to know how you did this with c#.? Because this project demands deep learning of image processing.
    Who told you I do not have that knowledge? I have written my own framework for ImageProcessing in C# with more than 1200 algorithms.

    ImageGrassy: An Image Processing and Utility Tool - CodeProject
  • junaidzubair
    junaidzubair
    Apologize... I made you angry.
    When I read your third project, I just got crazy and eager to know all about this project. But instead of appreciating your ideas and work, I asked some stupid question that challenges your talent, your skills and your knowledge.
  • Rupam Das
    Rupam Das
    junaidzubair
    Apologize... I made you angry.
    When I read your third project, I just got crazy and eager to know all about this project. But instead of appreciating your ideas and work, I asked some stupid question that challenges your talent, your skills and your knowledge.

    It is not what you have interpreted! 😀

    It basically pinches a little when so many of our bright students comes and ask for code. Thing that you should do is give your try and then ask a question when you don't get there.
  • Kurian
    Kurian
    Rupam Das
    It is not what you have interpreted! 😀

    It basically pinches a little when so many of our bright students comes and ask for code. Thing that you should do is give your try and then ask a question when you don't get there.
    sir please help me and tell me some thing about the algorithms, from where i take help to do this.
  • Brainstromer
    Brainstromer
    plz sir rupam provide some ideas regarding making any application software as a final year project... like making any reservation system,managmnt system doesnt seems an innovative project,idea should b having usefull application in the market or some what helpful to the society or country...
  • amenashahid
    amenashahid
    Rupam Das
    EmguCV ( Open CV with C#.Net)

    sir rupam das
    i started working on face recognition based attendance system. we are done with the face detection phase and the gui and a little on the database. i want to know what's the best ready made thing for face recognition? PCA and eigen faces are good enough? we need something that helps recognize the students at the back too. PLEASE reply ASAP
  • Anand Tamariya
    Anand Tamariya
    How about displaying forum posts in threaded view? e.g. in the current discussion thread, there are multiple branches. It would be very helpful for one to trace the complete discussion on the branch of interest.
  • Tanu Singh
    Tanu Singh
    Sir, I want to make a software that will show the internal working of a C/C++ Compiler including all the seven phases of compilation(lexical analysis,syntax analysis...,etc) using .net. Is it good as a final year B.Tech project??Please suggest me some new ideas i can implement in it.
  • rahul69
    rahul69
    tanu!
    Sir, I want to make a software that will show the internal working of a C/C++ Compiler including all the seven phases of compilation(lexical analysis,syntax analysis...,etc) using .net. Is it good as a final year B.Tech project??Please suggest me some new ideas i can implement in it.
    I would like to give an advice, if u r going to implement this as BTech project, then u will have to go in total detail! because otherwise it will be too small to be called as a BTech project.
  • Tanu Singh
    Tanu Singh
    rahul69
    I would like to give an advice, if u r going to implement this as BTech project, then u will have to go in total detail! because otherwise it will be too small to be called as a BTech project.
    Ya i wanted to show the details only..like creation of parse trees,division of token. Can you please tell me what exactly you meant by details?
    If i add an option to view the compilation process of more then one language then will it of B.Tech level?
    But i think that compilation process of even a single language would be too lengthly to implement?
  • rahul69
    rahul69
    tanu!
    Ya i wanted to show the details only..like creation of parse trees,division of token. Can you please tell me what exactly you meant by details?
    If i add an option to view the compilation process of more then one language then will it of B.Tech level?
    But i think that compilation process of even a single language would be too lengthly to implement?
    Don't get me wrong here, but I think that if the objective (aim) of your project is only to explain the process of compiling, it can also be done by a simple ppt. There should be some particular application/use of what you are creating. Maybe I have interpreted your project wrong, and if that's the case plz explain the project you are creating so that I can give better opinion.
  • Tanu Singh
    Tanu Singh
    rahul69
    Don't get me wrong here, but I think that if the objective (aim) of your project is only to explain the process of compiling, it can also be done by a simple ppt. There should be some particular application/use of what you are creating. Maybe I have interpreted your project wrong, and if that's the case plz explain the project you are creating so that I can give better opinion.
    My project is to explain the interal working of compiler...details of the seven phases of compilation(lexical,syntax,semantic,intermediate code generation,code optimization..) for C/C++ language.
    The user will input any C/C++ code and how the compilation process takes place will be shown by the software..like first the lexical phase(how the token of that particular program are divided by the compiler) and so on. Please help me what do you think about this as a B.Tech project?
  • Junaid Yousaf
    Junaid Yousaf
    Hello everybody! i am going to enter in the final year and i dont have any idea about project, plz help me what type of project i should choose.. I would appreciate yours help.
  • Junaid Yousaf
    Junaid Yousaf
    Hello everybody! i am going to enter in the final year and i dont have any idea about project, plz help me what type of project i should choose.. I would appreciate yours help.
  • mail154
    mail154
    Great work rupam das. I would definitely post an Interesting idea if i got it. please put some simple ideas for beginners
  • gari zaveri
    gari zaveri
    i want some project ideas in the domain of database ..plz help ..i am in my final year engineering
  • gari zaveri
    gari zaveri
    i want some project ideas in the domain of database and web technologies..plz help ..i am in my final year engineering
  • ANJALI S
    ANJALI S
    how will voice recognition system correctly recognize if a person has throat infection?
  • Abhishek Rawal
    Abhishek Rawal
    ANJALI S
    how will voice recognition system correctly recognize if a person has throat infection?
    I don't think it's possible to detect whether person has throat infection or not from voice recognition.
  • ANJALI S
    ANJALI S
    sorry if i was not clear with my point....my doubt is...if we have voice recognition system..and if adminstrator is affected by throat infection..obivously his voice seems to be changed..at that time how will the system identify the voice correctly
  • Kaustubh Katdare
    Kaustubh Katdare
    Could be possible if the throat infection produces typical frequencies? 😨
  • ANJALI S
    ANJALI S
    thnks for ur reply sir
  • Jeffrey Arulraj
    Jeffrey Arulraj
    ANJALI S
    sorry if i was not clear with my point....my doubt is...if we have voice recognition system..and if adminstrator is affected by throat infection..obivously his voice seems to be changed..at that time how will the system identify the voice correctly
    Voice recognition softwares have a data base of vocal inputs in them When a voice input is given it compares it with the stored data to authenticate the person

    In case of vocal damage due to throat infection it would be better if that voice is also stored into the database
  • ANJALI S
    ANJALI S
    DO WE HAVE SOME OTHER TECHNOLOGY TO OVER COME THIS ....BECAUSE IT
    SEEMS DIFF TO RECORD INFECTED VOICE..PLS GIVE ME SOME OTHER IDEA BECAUSE I HAVE DECIDED TO DO MY PROJ ON THIS...
  • Jeffrey Arulraj
    Jeffrey Arulraj
    Usually the power spectrum of a person's voice cannot vary at all in my opinion

    So you can instead of using the vocal input for comparison use the power spectral of the voice and base it for your comparison in the vocal recogniser
  • Anil Jain
    Anil Jain
    Abhishek Rawal
    I don't think it's possible to detect whether person has throat infection or not from voice recognition.
    If you think so, then you are thinking wrong.

    I was talking to one of my buddy, who works at AIIMS (the premier hospital in India) and he told that it is possible. When doctors can manually make out just after listing to patient that he has throat infection; then why the hell the machines cant do it?

    -CB
  • Jeffrey Arulraj
    Jeffrey Arulraj
    crazyboy
    If you think so, then you are thinking wrong.

    I was talking to one of my buddy, who works at AIIMS (the premier hospital in India) and he told that it is possible. When doctors can manually make out just after listing to patient that he has throat infection; then why the hell the machines cant do it?

    -CB
    Machine is not as wise as a man it is really foolish than your cat and it is hard to train it

    So consider like teaching a 100 year old tamilian to speak in another language the same effort is needed here
  • Abhishek Rawal
    Abhishek Rawal
    #-Link-Snipped-# We have few books in out resource section which you should read before jumping into project, so that it can give you insight of how speech recognition works & its applications.

    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
  • ANJALI S
    ANJALI S
    THANK U SIR..I'LL TRY IT....
  • bhupika
    bhupika
    Rupam Das
    Webcam Based Credit Card Reader with Face RecognitionThe idea is to develop a webcam software that will be able to get the inputs from the webcam when the user holds his/her credit card in front of the cam. This idea could be incredibly useful in online payments systems! Also instead of the password provided by CC gateway, the face will be recognized and authenticated as the holder of the card. It should detect
    1) Credit card Number
    2) CVV Number
    3) Name on the Card
    4) Expiry date.
    5) Bank
    6) Type of Card(Logo Detection).
    (Original Idea : Big_K)
    i think that credi card no., password, account no. shoul be entered by the user only, and face detection sholud be added as an xtra feature.
    if image on the card and the image of the person in front of the webcam matches then the the user is authenticated one. but one can use photograph also, so we will have to design it in such a way that it detect only live images.
  • Jeffrey Arulraj
    Jeffrey Arulraj
    bhupika
    i think that credi card no., password, account no. shoul be entered by the user only, and face detection sholud be added as an xtra feature.
    if image on the card and the image of the person in front of the webcam matches then the the user is authenticated one. but one can use photograph also, so we will have to design it in such a way that it detect only live images.
    But don't you think men have a previlige of keeping and removing their moustache

    Sorry But really a nice idea
  • junaidzubair
    junaidzubair
    Hi,
    My idea is to convert monitor into touch device as we have touch mobile phone.But I need help from those who keep knowledge of Digital Image Processing. Idea is very simple, it require at least two web cams that covers the monitor screen and whenever I use my finger to click on monitor screen, web cams catch the position and process event associated with that finger movement.
    My question are.
    1. Is it feasible project.?
    2. How to proceed to complete this project.?
    3. What kind of skill I must have.?
    Those who are guru in digital image processing and web cams processing, please reply.
  • Jeffrey Arulraj
    Jeffrey Arulraj
    The size of the monitor will become thicker than the existing ones You must be able interface a touch of a person in a matrix which must be of a great help

    It is feasible but In my opinion really challenging to all ur idea and knowledge in DIP
  • gari zaveri
    gari zaveri
    urgently need some new ideas for project on WEB MINING !!
    please help
    thank u
  • Tanu Singh
    Tanu Singh
    Rupam Das
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.

    Reverse Engineering
    Reverse engineering is the Process %28Engineering%29 of discovering the technological principles of a human made device, object or system through analysis of its structure, Function and operation. It often involves taking something (e.g., a Machine, Electronic Component, or Software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) any part of the original.
    Reverse engineering has its origins in the analysis of hardware for commercial or military advantage. The purpose is to deduce design decisions from end products with little or no additional knowledge about the procedures involved in the original production. The same techniques are subsequently being researched for application to legacy software systems, not for industrial or defence ends, but rather to replace incorrect, incomplete, or otherwise unavailable documentation.

    Reasons for reverse engineering:
    • Interoperability.
    • Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated Circuit often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
    • Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential Patent Infringement.
    • Digital update/correction. To update the digital version (e.g. Cad model) of an object to match an "as-built" condition.
    • Security auditing.
    • Acquiring sensitive data by disassembling and analysing the design of a system component.
    • Military or commercial Espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of Copy Protection, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.Reverse Engineering Cite Note 3
    • Academic/learning purposes.
    • Curiosity.
    • Competitive technical intelligence (understand what your competitor is actually doing versus what they say they are doing).
    • Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.
    Platform:
    C#.Net, Turbo C, Windows Vista/Windows 7
    Sir Please send me the details how to go about this project
  • Tanu Singh
    Tanu Singh
    Sir Please suggest me some new ideas for B.Tech major Project.I am really very interested in programming.Please suggest some innovative ideas which can be implemented by using C# .net. I am interested in programming so i would prefer something related to C#/C++/C. Please help me.
  • gari zaveri
    gari zaveri
    can we make chrome extensions for a B.E final year project?
    please give some new ideas for the same
  • Abhishek Rawal
    Abhishek Rawal
    gari zaveri
    can we make chrome extensions for a B.E final year project?
    please give some new ideas for the same
    #-Link-Snipped-# You mean chrome plugins ?
    It will be very easy project for "last year project".

    Better find something better.
    Tell us your interest & we might suggest you something 😀
  • gari zaveri
    gari zaveri
    Abhishek Rawal
    #-Link-Snipped-# You mean chrome plugins ?
    It will be very easy project for "last year project".

    Better find something better.
    Tell us your interest & we might suggest you something 😀


    thanks for the reply
    i m really interested in web mining
    can u plz suggest sometng in it ...sometng new
  • Abhishek Rawal
    Abhishek Rawal
    gari zaveri
    thanks for the reply
    i m really interested in web mining
    can u plz suggest sometng in it ...sometng new
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
  • gari zaveri
    gari zaveri
    Abhishek Rawal
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    thank u for this...ill go through it...and wil come back if i need more help.
    thank u
  • Abhishek Rawal
    Abhishek Rawal
    gari zaveri
    thank u for this...ill go through it...and wil come back if i need more help.
    thank u
    And once you select the project. Don't forget to share your progress report on project here.It may help many other students too.
    Don't hesitate to post your queries in technical section 😀
  • gari zaveri
    gari zaveri
    Abhishek Rawal
    And once you select the project. Don't forget to share your progress report on project here.It may help many other students too.
    Don't hesitate to post your queries in technical section 😀
    yes sure..ofcourse
  • yasureican
    yasureican
    sir im willing to creative and real time projects in IT field in Java or even anything,,and i have potential to learn any new technology for that..but i doesn't have clear idea ..so please guide me in correct path..
    thanks in advance......
  • Jeffrey Arulraj
    Jeffrey Arulraj
    yasureican
    sir im willing to creative and real time projects in IT field in Java or even anything,,and i have potential to learn any new technology for that..but i doesn't have clear idea ..so please guide me in correct path..
    thanks in advance......
    This whole thread focuses on innovative ideas for projects in CSE side do try reading this thread for better ideas in java domain
  • Ahsanul haque
    Ahsanul haque
    thanks
    #-Link-Snipped-#

    u have post large message i did not read but please tell your message in a short form.i did not read properly..
    Thanks
  • Ravi13
    Ravi13
    is there any real time application based on .net framework?
    pls tell me about the projects in .net..?
  • Ahsanul haque
    Ahsanul haque
    i have no idea about .net
  • krits
    krits
    hey ppl, this is krits, pursuing my b.e. , finl yr, we hv bn asked to decide and work upon a project. the prblm m facng is dt i realy dnt knw frm whr to strt, nt even an idea cmng thru. java is being taught ds sem. wt shud i do.. pls help.
  • krits
    krits
    hi sir, thr hv been an idea in my mind fr the prjct, an app dt wud provide the "timing" of the arrival of the bus or any convnce fr wch a persn is waiting. using the gps on the vehicle it cud b able to track it dwn to "that" kind of accuracy,monitrng the trfc n al....... COULD THIS BE A STEP TO START WITH?????? PLZ DO HELP.........
  • krits
    krits
    ok, sorry dude. well, i wasnt aware of it.. thanks.... well, could you now enlighten the idea i just dropped.. please..
  • ashi200
    ashi200
    Rupam Das
    It is not what you have interpreted! 😀

    It basically pinches a little when so many of our bright students comes and ask for code. Thing that you should do is give your try and then ask a question when you don't get there.


    sir
    i am a final year IT student.I want to go for a project that challenges my abilities and inspire me to go further beyond my thinking capabilities.Need your help for that.

    thanks in advance
  • GirishGadad
    GirishGadad
    Rupam Das
    please post your comments here for more innovative project list...
    hey rupam please suggest me some project topic ...i am final year engineering student ....please its very urgent and needed please help me as early as possible.
  • atul.bajpayee
    atul.bajpayee
    hello rupam da pls tell me what is simple melfcc feature.
  • edurance
    edurance
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
  • yogita26
    yogita26
    Rupam Das
    New Project Ideas ( Excerpts from #-Link-Snipped-#)
    7. Question paper Leakage Detection and Alart System
    8.Multiuser Face Detection and Recognition based Attendance System
    9. "You might be interested in Listening these Songs too"
    10.Virtual Mouse Using Hand Movement
    11.Driver Drowsiness Detection and Drunk test based on eye tracking
    12.Charming Index for Candidate Selection in Interviews
    13.SMSblue-CMS

    Stay Tuned to this thread. New updates will be posted regularly
    please give me complete information about Virtual Mouse Using Hand Movement.Thanks
  • Aadit Kapoor
    Aadit Kapoor
    You can make a terminal which performs different functions.For example cmd,terminal in mac os x.You can add voice to it.
  • Priy@nk@ P@ndey
    Priy@nk@ P@ndey
    i am a cse 4th year student. I have knowledge in C, core java, servlet and jsp. I want some ideas for my final year project. I have more interest in java. I did my mini project on online examination using jee. So i want to do something different this time using java. Please give me some ideas
    Rupam Das
    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
  • Goodie
    Goodie
    @#-Link-Snipped-# Sir your ideas are marvellous😀 I have an idea i.e. to make a location tracker to track any person's location within some kms. I have interest in java. Can you provide me guidelines for this project as to which module to implement first? Because all tracking is usually done in GPRS so how can i use gprs in it?
  • Irfan Muhammad
    Irfan Muhammad
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    I am intersted in this project. can i do this in another language like java. And how much time it will take to complete.
  • Jeffrey Arulraj
    Jeffrey Arulraj
    Irfan Muhammad
    I am intersted in this project. can i do this in another language like java. And how much time it will take to complete.
    It is simple to do

    And you can very well try to do it in other languages as well

    BTB you may have to spend time in this project based on your interest
  • Ramanan Selvaratnam
    Ramanan Selvaratnam
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    Dear Rupam,
    I have select this idea to do my final year project, and I have submitted my proposal, Can you give me some ideas of this project, and Can u find research paper as same as idea of this project.
  • bhagyashree42
    bhagyashree42
    hello sir can i do voice based email project in java
  • kavi33
    kavi33
    Rupam Das
    Network Security Layer Implementation through Voice Biometric

    There are various kind of data transmission that is taken place in Networking. Due to growing algorithms in ethical hacking and the threats in Trojan scripts in the networking data is no more secured. There are chances that the data is hacked and misused by unauthorized users. There are various ways of protecting the data. Few of them are firewall and spamming. But all of these methods deals with controlling IP addresses. The threats do continue if the hackers change their IP address or domain. The other way of securing messages is encryption technique like MD5 or RSA. But public encryptions are well being architecture to be broken. Therefore we would use the steganography to provide more protection to the message.
    Therefore we would implement biometric Security for LAN data transmission. The network would first install sample speech in the database of all the authentic users. This would be done by means of speech acquisition. Once speech is stored any further data transmission and retrieval would only be allowed if the user is biometrically authenticated. For any transmission and receieving a user would need to speak his phrase. This would be first sample with 16KHz frequency. Then the sampled wave would be transformed using FFT. This FFT sample would be converted to logarithmic domain which is called Mel Frequency Cepstrum. The Cepstrum would be quantized using Vector quantization and would be checked with data base values. We would use binary search method to locate the original file. If the voice phrase is not found in database, user would not be authenticated to either transmit or receive.
    Hi, I think of doing this project. So can you give me additional details for this project.
  • haitham ahmed
    haitham ahmed
    hellow shiva please check this idea and add more functionalities to me
    Lost and Found: people will report for found and lost items like cards or documents example ID’s, Certificates, Credit cards etc.
    The aim of this project is to allow people to report for either lost or found cards (example passports, voter registration cards, License cards) or documents (example birth Certificate, school certificates). And connecting the lost item to the owner.

    The system registers the items of a user when they are present (in hand) or already lost.
    By registering the item before losing it, will enable users to report their lost items through mobile by specifying the ID of the item.

    The system will also enable anyone who found an item to report through his/her mobile.
    By using the system, police stations can also report about found items submitted to them. Other institutions like banks can use this system to find the owner of reported lost items.

    A person can search information for reported items (items can be lost or found or both) through the system
    any other functiomalities to make it complex please?
  • palash patil
    palash patil
    I want to make virtual display.. How can I do that
  • Jeffrey Arulraj
    Jeffrey Arulraj
    palash patil
    I want to make virtual display.. How can I do that
    You can do it easily using a little knowledge about sensors and how you are going to play with them

    Do post your areas of knowledge that will help us to guide you better
  • gopi gons
    gopi gons
    sir, im final year computer science student , im going to start my project, will you please share some idea with me/????
  • Chhaya Pathania
    Chhaya Pathania
    Rupam Das
    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.
    Rupam Das
    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.

    In which language can this project be started??
  • sunilpanditi
    sunilpanditi
    great ideas sir.
    can u provide the details about Virtual Mouse Using Hand Movement.
    i m planning to do my b.tech final year project on hand gesture technology.
    thanking you sir.
  • pratik thorat
    pratik thorat
    hi,

    My interest are
    Web designing
    PHP Development

    I would like to work on big data.
    can you suggest me some topics related to this interest.
  • Anjuman
    Anjuman
    @#-Link-Snipped-#, Hello sir I need ur help for my final year project I want to generating music using two raga of hindustani classical music with the help of genetic algorithm in java.
    So can u suggest how can i do this and what will be flow of program..
    pllzzzzzz
  • Kit2c
    Kit2c
    can u help me?
    i want to make a project which includes php css sql or java...
    am in cs 2nd year
    give me some innovative n good idea
  • Iran Shehzadi
    Iran Shehzadi
    anurags_style
    pls tell me how can i transfer sound through lan

    how did u build this? ....had u complete ur project ?..plz give some suggestion about it...i want to do this project 😔 thankss in advance
  • Iran Shehzadi
    Iran Shehzadi
    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    onyeka
    I love this idea, but is there anyway it can be done with java, I'll need your help


    i want to do this project can some boyde help me?
  • Iran Shehzadi
    Iran Shehzadi
    Jeffrey Samuel
    It is simple to do

    And you can very well try to do it in other languages as well

    BTB you may have to spend time in this project based on your interest
    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol


    I am intersted in this project. can i do this plz help me nd give me some suggestion.plzzz
  • sr patil
    sr patil
    sir, you are putting very nice ideas nice!! sir,i am from information technology branch, but i don't understand which domain should i choose such like networking,clould computing...plz give me topics ideas for mega project.
  • fatimaB
    fatimaB
    Hi. I'm doing my final year project and I need to submit my synopsis in two days. I had an idea for the project. The 5 pen pc technology. I would like to know about its feasibilty, the hardware/software requirements and its architecture. It would be great if you could tell me more about it. I would appreciate if you could reply asap. Please suggest some more ideas which include both hardware and software. Thank you in advance.
  • Dhananjay Harkare
    Dhananjay Harkare
    fatimaB
    Hi. I'm doing my final year project and I need to submit my synopsis in two days. I had an idea for the project. The 5 pen pc technology. I would like to know about its feasibilty, the hardware/software requirements and its architecture. It would be great if you could tell me more about it. I would appreciate if you could reply asap. Please suggest some more ideas which include both hardware and software. Thank you in advance.
    There are many really great ideas in this thread itself. It would take some time but if you overlook this thread you will get many ideas. Few of them that I liked are Emotion based music player
    Time table generator
    You can also try some webcam based ideas. Good luck!
  • fatimaB
    fatimaB
    Thank you for your suggestion, #-Link-Snipped-# but I am more interested in the 5 pen pc technology. Do you have any idea about it? #-Link-Snipped-# please tell me more about it. Thanks.
  • madhuri thalluri
    madhuri thalluri
    hi..can u explain me how to proced with search engine based on sms??
  • saad afzal
    saad afzal
    hay man give some good iddeas for developing android app 😀
  • madhuri thalluri
    madhuri thalluri
    hello...as a part of my project i need to implement the sending of message to a mobile phone..so plz can u tel me how to implement it in java asap???
  • Sanafsr
    Sanafsr
    An ear machine which detects languages other than your tongue and translate them for you.
  • Wadï mami
    Wadï mami
    We can Use Hadoop map reduce or GridGain+SpringBatch to filter TT virus (TTV responsible of cancer) on DNA ATGC string
    we can use
    Rabin Karp String Matching Algorithm
  • ankita a. mall
    ankita a. mall
    sir,its possible to create an app,that can control the tv with your mobile...
    example..(todays teen watch something undesirable thing in t.v due to absence of their parents,so if an app created which can control the chanel with the alloted (permitted)one,so parents are aware of their children interest in t.v.........
  • jagrity
    jagrity
    hello sir, i am 4rth yr IT student and i have to make my summer training project. I have some knowlwdge of core java.Please help me
  • Harshad Italiya
    Harshad Italiya
    jagrity
    hello sir, i am 4rth yr IT student and i have to make my summer training project. I have some knowlwdge of core java.Please help me
    You can develop a small Android app for your college or department.
  • ami thakkar
    ami thakkar
    hellow..i m in 7th sem and my interested domain is iphone apllication development...i want some new ideas for it for my final year project
  • ami thakkar
    ami thakkar
    i have some idea of using iris recognition in my project..can you plz tell me how 2 do it using iphone app development
  • Harshad Italiya
    Harshad Italiya
    ami thakkar
    i have some idea of using iris recognition in my project..can you plz tell me how 2 do it using iphone app development
    Hello #-Link-Snipped-# here is one good project based on Iris recognition but it's not for iPhone/iOS but you can take it as a reference to get basic idea about how that technology actually works
    Visit here:- #-Link-Snipped-#
  • mehbuib
    mehbuib
    can you please give new innovative ideas for web application development???I am not coming up to any useful idea...
  • jaywillas
    jaywillas
    hey i am jay.....
    i m intrested on work with android and embbeded projects any idea sujjest pls..
  • haziq izzuddin bin bahari
    haziq izzuddin bin bahari
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported. You can also disable your USB as a plugin to the project.
    may i know more about this project???more detail perhaps???
  • SDKING
    SDKING
    Can you suggest project topic in Database/android/networking domain?????
  • Asawari Namekar
    Asawari Namekar
    you are doing really a great job Mr. Rupam... very motivating posts....

    is their any new idea which is not implemented before in computers....

    new idea which can be implemented using c/c++.. pls suggest some one
  • Kaustubh Katdare
    Kaustubh Katdare
    #-Link-Snipped-# - Several leading computer scientists are working on perfecting the artificial intelligence. Or you could also try working on instant on operating systems; once concept I personally would love to see being implanted in computers.
  • Asawari Namekar
    Asawari Namekar
    Kaustubh Katdare
    #-Link-Snipped-# - Several leading computer scientists are working on perfecting the artificial intelligence. Or you could also try working on instant on operating systems; once concept I personally would love to see being implanted in computers.
    thanks sir for your reply..... but i will be glad if u could ellaborate it.....
  • BIMAL PATEL
    BIMAL PATEL
    you can do anything but do it perfectly do what ever u may thought a second
  • Abdulla I
    Abdulla I
    Rupam Das
    5. Image-Lite ( an image as database object)

    1. Create table
    2. Store data
    3. Now write this data as watermark in the image.
    4. So the database that you are carrying is only an image
    5. Query the database to image and retrieve the data.
    u r really doing a good job sir... I pray for u...
    pls share
    Rupam Das
    5. Image-Lite ( an image as database object)

    1. Create table
    2. Store data
    3. Now write this data as watermark in the image.
    4. So the database that you are carrying is only an image
    5. Query the database to image and retrieve the data.
    me info about this project is this done earlier or a new one.. is this have a scope.... as I interested in this project... how do i do it for my final year project...is there any other newer project suggestions...thanx in advance...
    😀
  • Fahid
    Fahid
    hy everyone i am new here . i am final year(7th sammester) student in computer science, looking for the best learning FYP ideas. i am interested in c#, java and android. i have an idea of block application. can anyone tell me the areas which i have to learn for doing this project.

    in this project we simply lock the applications which are currently woking in our OS. if any another user want to use my device then he will be unable to open it.

    Regards
    M Fahid
  • Mohan Sharma
    Mohan Sharma
    Hello sir,
    I am Mohan Sharma from India. I'm in final year of C.E. and i have project in final year. so i need one project defination.

    but i am very attracted towards the space technology. so there is anybody who can give me some ideas about space technology that can i build in final year project.

    i have knowledge of JAVA, C# (C/C++), PHP/ASP ...

    thank you in advance.
  • Entwickler
    Entwickler
    I am a final year B.E. student.
    My area of interest is wireless sensor networks.
    give me some ideas for improving the performance of sensor hardware by reducing the power consumption. I wanna design a new protocol.
  • aparna chekku
    aparna chekku
    any topics related to data mining?
  • vergs
    vergs
    your ideas are all awesome...!

    sir can you give the tools to create that system, A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .?????
    I need your response sir..

    thankyou! 😀
  • Christialyn
    Christialyn
    Hello sir, How can we work with Simple Melfcc features?
    Can you give us some ideas about that sir??


    Thank you! 😀

    Rupam Das
    1. Voice Based Email for ( Blinds?)

    Hello sir, Can you give us some idea how to use a Simple Melfcc features?
  • angel.c
    angel.c
    hello Rupam doing a grt job.i m final year cse student and want ideas to do my BE project in java.pls suggest me some ideas and also related things which i should learn.
  • sukumar v
    sukumar v
    Hello sir,
    I want a new idea for my project, that one should be useful to my college and my department.
    I am good at c# and java and SQL
    Please help me fast..
  • Pratik Banodkar
    Pratik Banodkar
    i wanted ideas for my final year project. i had an idea of gesture based typing in air... cananyone plz help
  • Harshad Italiya
    Harshad Italiya
    Pratik Banodkar
    i wanted ideas for my final year project. i had an idea of gesture based typing in air... cananyone plz help
    You mean something similar to this one?

  • Pratik Banodkar
    Pratik Banodkar
    Harshad Italiya
    You mean something similar to this one?

    not exatly typing... what i thought was like writing in mid air....and whatever i draw or write in mid air is displayed on the screen
  • Harshad Italiya
    Harshad Italiya
    Pratik Banodkar
    not exatly typing... what i thought was like writing in mid air....and whatever i draw or write in mid air is displayed on the screen
    Got it. I think for that you might need some camera and image processing I remember CEan #-Link-Snipped-# has developed similar application for Intel challenge. It was not exact typing but concept was similar.
  • Pratik Banodkar
    Pratik Banodkar
    Harshad Italiya
    Got it. I think for that you might need some camera and image processing I remember CEan #-Link-Snipped-# has developed similar application for Intel challenge. It was not exact typing but concept was similar.
    So it means rupam sir has already implemented this ?
  • saya5
    saya5
    I am a cse final year student looking fr a suitable project but quite confused with what to choose right now. I am interested in pursuing one in any of the networking fields. Can anyone recommend some interesting topics that shall be possible to implement within an year's time?
  • Rupam Das
    Rupam Das
    Pratik Banodkar
    So it means rupam sir has already implemented this ?
    Not exactly what you are planning, but pretty close to it:

  • Kaustubh Katdare
    Kaustubh Katdare
    #-Link-Snipped-# - How about featuring the projects you've been working on in our Projects section? 😀
  • Rupam Das
    Rupam Das
    sukumar v
    Hello sir,
    I want a new idea for my project, that one should be useful to my college and my department.
    I am good at c# and java and SQL
    Please help me fast..
    If you were good enough as you claim you are, you would have been good enough to think what you can do. How on earth anybody know what is helpful for your department.

    Ok I suggest you build an artificial intelligence based examination time table system.
    It should build exam ( internal time table) based on staff, benches, classes, semester etc. Can you do?
  • Rupam Das
    Rupam Das
    Kaustubh Katdare
    #-Link-Snipped-# - How about featuring the projects you've been working on in our Projects section? 😀
    Then the project section would have to be renamed as 'Rupam's den" 😁

    But I would surely share stuff as and when I proceed with work.
  • Pratik Banodkar
    Pratik Banodkar
    #-Link-Snipped-# Yes sir almost similar to what i thought... is it too advanced for a final year project?
  • saya5
    saya5
    I am a cse final year student looking fr a suitable project but quite confused with what to choose right now. I am interested in pursuing one in any of the networking fields. Can anyone recommend some interesting topics that shall be possible to implement within an year's time?
  • Pratik Banodkar
    Pratik Banodkar
    any final year project ideas ?? apart from the one i have been speaking of 😛
  • Monica Michael
    Monica Michael
    Hai sir i wish to do the project like coverting the voice into text that helps the blind person to mail .can i get some ideas related to this??????
  • Monica Michael
    Monica Michael
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛








    I like this idea sir can u give me some more idea related to this
  • Nirmani
    Nirmani
    Rupam sir, I would like to do Emotion Based Music Player as my final year project. Can you guide me for that please?

  • ankita senapati
    ankita senapati
    Rupam Das
    Update: Project Topics for the year 2014 with full papers
    2014 IEEE Project Titles With Full Papers | PDF | Cognitive Radio | Cloud Computing



    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
    hello sir.. i m ankita,presently in b.tech fianl yr,cse... sir can u pls suggest me some latest major project topics in java , hardware oriented topics,and web-based applications.. sir i want some innovative topics sir.. sir pls do help me... n can u pls elaborate d details regarding that...... 6. A Railway Anticollision System with Phis Plate Removal Sensing and Auto Track Changing... in java.. sir i want comp. details regarding this sir.. thank u..
  • ankita senapati
    ankita senapati
    hello sir... i m ankita,presently pursuing b. tech in cse,final yr.. sir i want some major project ideas in java,hardware topics n also web applications... sir can u pls provide me details regarding d above domains.. n sir i found ......
    6. A Railway Anticollision System with Phis Plate Removal Sensing and Auto Track Changing
    very innovative n interesting... can u pls explain this in details n also how to implement it in java.. thank u sir....
  • rakesh1991
    rakesh1991
    hello sir,
    i am rakesh sharma final year engg. student
    plz help me to choose a major project on .net/php +oracle database .
    both part are use equally(backend+frontend) .
  • ankita senapati
    ankita senapati
    Rupam Das
    Update: Project Topics for the year 2014 with full papers
    2014 IEEE Project Titles With Full Papers | PDF | Cognitive Radio | Cloud Computing



    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
  • ankita senapati
    ankita senapati
    hello sir.. can u pls tell me how to implement efficient wireless security through jamming,coding n routing in java..?? i want it for my monor n major projects sir...
  • SAHAANA SALEEM
    SAHAANA SALEEM
    Sir, I am a B.E (specialized in Information Science) final year student. I need a good innovative advanced topic for my final year project. Your all ideas are innovative and good. Please suggest a topic which is capable to do by us.
    Thanking you
  • deepika paunikar
    deepika paunikar
    Sir
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • deepika paunikar
    deepika paunikar
    [QUOI E="deepika paunikar, post: 322935, member: 183318"]Sir[/QUOTE]
    Sir i want to know more about emotion based musicplayer
  • PrincesScarlet
    PrincesScarlet
    Can we make website of it?
  • PrincesScarlet
    PrincesScarlet
    Can you share ideas for website making innovative ideas its urgent. :-(
  • Rupam Das
    Rupam Das
    ankita senapati
    hello sir.. i m ankita,presently in b.tech fianl yr,cse... sir can u pls suggest me some latest major project topics in java , hardware oriented topics,and web-based applications.. sir i want some innovative topics sir.. sir pls do help me... n can u pls elaborate d details regarding that...... 6. A Railway Anticollision System with Phis Plate Removal Sensing and Auto Track Changing... in java.. sir i want comp. details regarding this sir.. thank u..
  • Rupam Das
    Rupam Das
    I
    ankita senapati
    hello sir.. i m ankita,presently in b.tech fianl yr,cse... sir can u pls suggest me some latest major project topics in java , hardware oriented topics,and web-based applications.. sir i want some innovative topics sir.. sir pls do help me... n can u pls elaborate d details regarding that...... 6. A Railway Anticollision System with Phis Plate Removal Sensing and Auto Track Changing... in java.. sir i want comp. details regarding this sir.. thank u..

    It's basically a hardware Model based Concept.


    Is a good video to start.You can use any microcontroller or controller board like Arduinu and Serial communication, if you are looking for java!
  • Rupam Das
    Rupam Das
    deepika paunikar
    [QUOI E="deepika paunikar, post: 322935, member: 183318"]Sir
    Sir i want to know more about emotion based musicplayer[/QUOTE]

    Emotion based music player basically is an emotion recognition system where you attach some play list with thedifferent emotion.



    The above video may help you understand the concept.
  • Rupesh Chaudhari
    Rupesh Chaudhari
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    Nice concept..sir....can you elaborate this....I mean to say about its implementation...!!!!
    I want to take it as a final year project....So,please help me....!!!
  • Dyuthi Gowda
    Dyuthi Gowda
    Hello sir,Iam Dyuthi.
    I have been reading your posts in Crazy engineers as well as grasshopper.
    Can we correspond in mail?
    Can you please send me any projects or ideas in Cloud Computing?
    #-Link-Snipped-#
  • Rupam Das
    Rupam Das
    Dyuthi Gowda
    Hello sir,Iam Dyuthi.
    I have been reading your posts in Crazy engineers as well as grasshopper.
    Can we correspond in mail?
    Can you please send me any projects or ideas in Cloud Computing?
    #-Link-Snipped-#
    Hi, kindly restrain from sharing your mail id in public domain. It invites spammers.

    Secondly you can always mail me with queries. All my contact information is in public domain. Alternatively you can DM me if anything you are not comfortable discussing in public domain.

    However I strongly feel any discussion in forum are better suited, you get more responses, better ideas and who knows your queries may be queries of others who are reluctant to ask. So posting it here is by far the most preferred way. 😀
  • Ankush Garg
    Ankush Garg
    #-Link-Snipped-#
    Hello Sir, I am Ankush garg pursuing my b.tech. i am looking for ideas for my major project. i really liked your raliway anticollision project idea sir,
    sir if i wanted to make a media player which can be controlled using hand gestures. where do i start ? or can you suggest me some more hardware related projects ..😀
  • Rupam Das
    Rupam Das
    Ankush Garg
    #-Link-Snipped-#
    Hello Sir, I am Ankush garg pursuing my b.tech. i am looking for ideas for my major project. i really liked your raliway anticollision project idea sir,
    sir if i wanted to make a media player which can be controlled using hand gestures. where do i start ? or can you suggest me some more hardware related projects ..😀
    For controlling stuff with hand gesture you can look for LeapMotion or Intel Perceptual Computing Sdk.



    This App of mine will give you some understanding
  • Ankush Garg
    Ankush Garg
    #-Link-Snipped-#
    sir i really liked ur railway anti collision project and i also saw your youtube video. in which language can i make that and where should i start?? will u help me with that project?
  • itz_theo
    itz_theo
    Hello Mr.Rupam Das I've been reading the thread from the beginning. You are doing a great service to students like us in answering our queries. Thanks for that.

    And now for me to ask a question...
    Where should I start if I wanted to operate an OS using hand gesture?
    I know now that's a larger project. But to start simple like just navigating through directories, controlling slideshows or audio players etc by hand movements or using a hand glove what are the things that I should need to know and where to start.
  • Vikram S Bargah
    Vikram S Bargah
    Ankush Garg
    #-Link-Snipped-#
    Hello Sir, I am Ankush garg pursuing my b.tech. i am looking for ideas for my major project. i really liked your raliway anticollision project idea sir,
    sir if i wanted to make a media player which can be controlled using hand gestures. where do i start ? or can you suggest me some more hardware related projects ..😀
    #-Link-Snipped-# , #-Link-Snipped-#
    This similar concept called Gesture Control is presently being used in SONY VAIO E series Laptops.

    Gesture Control lets you interact with your computer using intuitive hand movements. Just hold your hand up in front of the web camera and swipe left or right to flick though web pages or your photo gallery. Pull your hand down to pause music playback or a slideshow, or adjust music volume up or down with ‘rotate’ movements. Gesture Control is currently supported by Windows® Media Player, Internet Explorer® 9, PowerPoint® and PowerDVD.

    Source | #-Link-Snipped-#
  • Vijay Palod
    Vijay Palod
    Rupam Das
    Why you want to develop web browser? Using DOM add speech support to any web browser. Its a good work. You need to understand DHTML and Java Script. Yeah a good project It will be!
    Please tell me how this could be done,
    I am also Interested in this very much.
  • Ankush Garg
    Ankush Garg
    Vikram S Bargah
    #-Link-Snipped-# , #-Link-Snipped-#
    This similar concept called Gesture Control is presently being used in SONY VAIO E series Laptops.

    Gesture Control lets you interact with your computer using intuitive hand movements. Just hold your hand up in front of the web camera and swipe left or right to flick though web pages or your photo gallery. Pull your hand down to pause music playback or a slideshow, or adjust music volume up or down with ‘rotate’ movements. Gesture Control is currently supported by Windows® Media Player, Internet Explorer® 9, PowerPoint® and PowerDVD.

    Source | #-Link-Snipped-#
    thanks for the info 😀
    can you suggest me some hardware projects
    i m more intersted in hardware than software
  • itz_theo
    itz_theo
    Vikram S Bargah
    #-Link-Snipped-# , #-Link-Snipped-#
    This similar concept called Gesture Control is presently being used in SONY VAIO E series Laptops.

    Gesture Control lets you interact with your computer using intuitive hand movements. Just hold your hand up in front of the web camera and swipe left or right to flick though web pages or your photo gallery. Pull your hand down to pause music playback or a slideshow, or adjust music volume up or down with ‘rotate’ movements. Gesture Control is currently supported by Windows® Media Player, Internet Explorer® 9, PowerPoint® and PowerDVD.

    Source | #-Link-Snipped-#
    thanks for the info
  • Vishnu Crazy
    Vishnu Crazy
    Rupam Das
    6. A Railway Anticollision System with Phis Plate Removal Sensing and Auto Track Changing

    #-Link-Snipped-#1) if two train approches each other both should stop
    2) If one train is behind another, front trains speed should increase, approching trains speed decreases
    3) If they are far away , nothing should happen
    4) If there is a probability of accident, and if alternative line is avilable, it must take that path.
    5) If a Phis Plate is removed ahead of a train, the train must stop.
    6) It must automatically start the journey once the plate is restored.
  • Rupam Das
    Rupam Das
    itz_theo
    Hello Mr.Rupam Das I've been reading the thread from the beginning. You are doing a great service to students like us in answering our queries. Thanks for that.

    And now for me to ask a question...
    Where should I start if I wanted to operate an OS using hand gesture?
    I know now that's a larger project. But to start simple like just navigating through directories, controlling slideshows or audio players etc by hand movements or using a hand glove what are the things that I should need to know and where to start.
    Check out Youtube for "Perceptual Computing Challenge Videos"
  • varsha mau
    varsha mau
    hello sir
    i'm beginner in ADO .NET nd i want to devlop a small application in ADO .NET
    plz suggest same innovative ideas....
  • Son!k@
    Son!k@
    Hi sir,i m student of 4th year.and i want to make project based on .net so plz give me some ideas ...
  • priyacharmi
    priyacharmi
    hi rupam i liked the e-mail reading idea for blinds...bt i have to clarify that there are any similar projects like this... because in our college they r asking new ideas..please tell...
  • Amaraneni Akash
    Amaraneni Akash
    sir, i am very happy to see a person with similar ideas like me.I have completed My mini project " speech based mail transfer system" .now I want to work on
    8.Multiuser Face Detection and Recognition based Attendance System as my main project ,will you please help me for doing it.I just want to know basic abstact behind it.
  • Rupam Das
    Rupam Das
  • Tanzeel Osama
    Tanzeel Osama
    Hats Off for Rupam Das! You did a pretty outstanding work quoting some really innovative ideas worth appreciation, refraining from too mainstream topics.
  • rahela
    rahela
    sir,i am a computer science student.i want to do my major project on hand gesture,web 3.0,and avatar.so i need new ideas.plz help me.
  • rahela
    rahela
    sir.i am a computer science student.i need new ideas for my major project.please help me.
  • pavani kumari
    pavani kumari
    Rupam Das
    8. Loyalty Test! A Cheap Lie Detector based on Speech Stress Analysis

    Ever wondered how Lie detection works? There are sensors that are placed all over your body on your vein areas. When we lie, there are change in the electrical activities. That change produces electrical surge pulse which are recorded. Now what happens is when we tell lie, there is a stress in our voice also. That is very very limited but for a speech signal processing that is Significant. There is an algorithm that can extract the stress signal in our speech when we lie. It is a complicated project but can be done with the help of Little programming. Matlab/vc++/ C# ( Never Tried with java).
    Very good ideas sir,u r too intelligent but i am a civil student
  • MeghanaS
    MeghanaS
    Sir, I am pursuing my BE final year. I wanted to know , can I build an app which could allow users to communicate by SMS through GPS. Could I get some suggestions on how feasible would it be?
  • Rupam Das
    Rupam Das
    MeghanaS
    Sir, I am pursuing my BE final year. I wanted to know , can I build an app which could allow users to communicate by SMS through GPS. Could I get some suggestions on how feasible would it be?
    Why not readily use WhatsApp?
    "Never reinvent the wheel, spend time on the engine that drives it"
  • Kaustubh Katdare
    Kaustubh Katdare
    #-Link-Snipped-# - I'm curious about knowing SMS through GPS. Maybe #-Link-Snipped-# could tell us a bit about it.
  • oumar
    oumar
    hello! Am interested in wireless charger project, can get some diectives pls. Like what lang. Should i use and what should i master before starting
  • Rupam Das
    Rupam Das
    Kaustubh Katdare
    #-Link-Snipped-# - I'm curious about knowing SMS through GPS. Maybe #-Link-Snipped-# could tell us a bit about it.
    It's pretty simple actually.
    a) If you want to use ready services : Use #-Link-Snipped-#
    This is web service. You have to declare a proxy using wsdl in your C#/Java program and call the send method through proxy.
    b) If you want to do it in your own way then
    i) configure a GSM modem with computer.
    ii) Write your own web service just like the aforementioned web service. Put the service in your website.
    iii) Your application program must have a background thread than must be keep on checking the database for any request for sms and send it through GSM modem
    iv) your web service must be callable from any applications and should update a global database field.

    My codeproject article on calling webservice may come handy if you prefer to use Android.
    Calling ASP.NET Webservice (ASMX) from an Android Application, the Simplest Way - CodeProject
  • Karl Heyes
    Karl Heyes
    My first post on here I am about to start my third year in networking and forensics and am trying to gather several ideas for my final project that.
    Any ideas would be appreciated as I have a couple but they feel a little basic for my needs.

    Thank you in advance.
  • Rupam Das
    Rupam Das
    Karl Heyes
    My first post on here I am about to start my third year in networking and forensics and am trying to gather several ideas for my final project that.
    Any ideas would be appreciated as I have a couple but they feel a little basic for my needs.

    Thank you in advance.
    This document might provide you some insight.
    2014 IEEE Project Titles With Full Papers | PDF | Cognitive Radio | Cloud Computing
  • Thenmozhi D
    Thenmozhi D
    Now am final year student..I need interesting ideas for my project..can you give an idea for my final year project..?
  • shubhangi pawar
    shubhangi pawar
    I want to do my software for making cartoon which is made from human face which capture from webcam..............this is final year project
  • Thenmozhi D
    Thenmozhi D
    In which field its usefull??
  • Thenmozhi D
    Thenmozhi D
    My Faculty asked me to do application oriented project...can u help me plz???
  • Sweety Narayan
    Sweety Narayan
    Rupam Das
    Webcam Based Credit Card Reader with Face RecognitionThe idea is to develop a webcam software that will be able to get the inputs from the webcam when the user holds his/her credit card in front of the cam. This idea could be incredibly useful in online payments systems! Also instead of the password provided by CC gateway, the face will be recognized and authenticated as the holder of the card. It should detect
    1) Credit card Number
    2) CVV Number
    3) Name on the Card
    4) Expiry date.
    5) Bank
    6) Type of Card(Logo Detection).
    (Original Idea : Big_K)
    i really like this could u plz explain the detailed concept of it and in which language it will be easy to do it
  • SUGANYA S
    SUGANYA S
    can you tell which domain is easy to implement and also interesting, and also give new trends concepts and ideas
  • Sweety Narayan
    Sweety Narayan
    java will be very easy to do it
  • R.P
    R.P
    Ossum ideazzz..
  • Rupam Das
    Rupam Das
    R.P
    Ossum ideazzz..
    "Awesome Ideas" reads better, looks better and gives way better feel about the post.
    😀
    A big thanks none the less
  • asokfair Ra
    asokfair Ra
  • ramsai venkat
    ramsai venkat
    i want more new innovative project ideas
  • Rubab Ali
    Rubab Ali
    hi i am student of CS 7th semester. I want to work on windows app. I like Rupam sir idea in which he said detect the mood and play songs but this app is already exists. Actually i want to make an entertaining app. so plz give me ideas for some innovative n fresh windows phone apps.
  • NItisha.M
    NItisha.M
    #-Link-Snipped-# Sir
    hello sir, you really have very innovative ideas. I wish to work upon implementing "Emotion Based Music Player" as my final year BE(IT) project. i wanted to ask you how long would it take to do this successfully and what sort of hardware(s) would be required for recognizing emotions?
    Kindly reply ASAP.
    Thank You
  • NItisha.M
    NItisha.M
    And also, i il be implementing it in ASP.net(C#)
  • appusvivek
    appusvivek
    sir im a third year CSE engg student from kerala,i would like to know about your opinion on one of the idea i have for my final year project.

    i was thinking kind of a skate board which is controlled by and android app, is there a powerful motor like the stepper motor which can be programmed or a normal dc motor can be controlled using an app?
    I dont know actually more about how to implement this but it inspires me 😀, hoping for a reply..
  • Hafiz Sajjad Aslam
    Hafiz Sajjad Aslam
    hi,
    Rupam Das,
    i want to take an idea to make project that uses both sensors and language(any)give me an idea plz Computer science related please
    thanks
  • Hafiz Sajjad Aslam
    Hafiz Sajjad Aslam
    Rupam Das
    are the topics really tickling you to go for them? Write in . because if nobody is interested in a crazy Idea, it's crazier to keep giving those Ideas!!!
    hi,
    Rupam Das,
    i want to take an idea to make project that uses both sensors and language(any)give me an idea plz Computer science related please i search alot but couldn't. please help me
    thanks
  • appusvivek
    appusvivek
    rupam das sir, can u please reply to my question
  • Moorjani Geetanjali
    Moorjani Geetanjali
    Hello Rupam Sir,
    Myself Geetanjali Moorjani currently persuing Third year - Fifth Semester Diploma in computer Engineering from M.S University, Baroda.. As a part of curriculum,in the sixth semester i.e last semester of Diploma course,I have to undertake a computer project( i.e to make a website or a software or an ipad/andriod based application) .As I am new to this field,I need your guidance, Sir whether I should do it as a live project with help of some company Or I should do it with the help of some coaching center.And if I wish to design a website, on which language i should make and on what topic a website is worth making as a part of project.Sir I have attached my resume, you can get through my capabilities and my skills also my areas of interest. Looking forward for your guidance SIR...
    Thanks
  • Nasreen8
    Nasreen8
    Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone

    Sir i just want to know whether this feature is yet to be proposed or it is already done
  • Sweksha
    Sweksha
    hi Rupam sir.. I liked your ideas 😀 It is my first post on this page. I too want some suggestions and ideas for my final year project.
    My skills: C,C++,java,Android, web development and I can learn new things as well according to requirement of my final year project. My hod asked me to develop something innovative using design pattern in java or any android application that will be beneficial for college. So I want some suggestions from your side. Hope you will help. Thanks 😀
  • radha gogia
    radha gogia
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    how to make it in java or android
  • lkkkeith
    lkkkeith
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    Hi Rupam Das! I want to implement it as a smartphone application. Any advice?
  • MBz
    MBz
    Respective sir,
    I needed topic for my last year project. Our mam has told to pick the real world problem and its solution is not exist. My area of interest is programming(any programming language), networking,security
    So please suuggest me a real world problem and its solution and also suggest topics list
  • MBz
    MBz
    Respective Rupam sir,
    I needed topic for my last year project. Our mam has told to pick the real world problem and its solution is not exist. My area of interest is programming(any programming language), networking,security
    So please suuggest me a real world problem and its solution and also suggest topics list
  • Thejaswi1994
    Thejaswi1994
    Hello Sir,

    I saw a creative project idea in your site " voice based Email for blinds " ...i liked that project idea so, i had decided to do that project as my final year project.... but to make my Faculty and HOD accept to do the project i need to submit the total abstract regarding the project soo please can you provide me the total abstract of the project ........ waiting for your response.......
  • fiza905
    fiza905
    im taking this project.... dear Rupam.. can u give me a refrence for this one..?

    Rupam Das
    Network Security Layer Implementation through Voice Biometric

    There are various kind of data transmission that is taken place in Networking. Due to growing algorithms in ethical hacking and the threats in Trojan scripts in the networking data is no more secured. There are chances that the data is hacked and misused by unauthorized users. There are various ways of protecting the data. Few of them are firewall and spamming. But all of these methods deals with controlling IP addresses. The threats do continue if the hackers change their IP address or domain. The other way of securing messages is encryption technique like MD5 or RSA. But public encryptions are well being architecture to be broken. Therefore we would use the steganography to provide more protection to the message.
    Therefore we would implement biometric Security for LAN data transmission. The network would first install sample speech in the database of all the authentic users. This would be done by means of speech acquisition. Once speech is stored any further data transmission and retrieval would only be allowed if the user is biometrically authenticated. For any transmission and receieving a user would need to speak his phrase. This would be first sample with 16KHz frequency. Then the sampled wave would be transformed using FFT. This FFT sample would be converted to logarithmic domain which is called Mel Frequency Cepstrum. The Cepstrum would be quantized using Vector quantization and would be checked with data base values. We would use binary search method to locate the original file. If the voice phrase is not found in database, user would not be authenticated to either transmit or receive.
  • Programmerss
    Programmerss
    interesting ideas sir can you get me some projects of 3rd year related to the field of IT
  • Abid Rasool
    Abid Rasool
    Hi Rupam Das sir !
    I have read yours ideas for IT they are all very good.
    I want to ask that your idea Email for blind people can be implemented on php ???
    and how i can get help on this topic need your help
    Plz Sir guide me i am much worried about final year project in BSCS
  • Jeison1003
    Jeison1003
    Hi Sir, I am currently on my 2nd last semester of B.CS.
    Want to find some idea about FYP, ended up in here, found your thread, read all of it, registered, logged in, hoping to get some ideas from everyone ^.^

    here is a few of my ideas regarding the FYP I want to do. Just merely ideas, please don't hesitate to comment or point out the flaw of it. Thanks in advance.

    1. *1 of the idea I have after I read this forum*
    Event Scheduler ->
    - central scheduler for faculty
    - for lecturer and special counsellor for making appointment (with students)
    - students make appointment with lecturer and counsellor
    - will provide the time, venue and participant of the appointment to all the people of the faculty (where they use ID and password to login)
    - Head of Department will post announcement when there are important news or announcement

    2. *this also gain from looking through the forum*
    Multilayer folder security with notification alert->
    - multiple layer of security for specific folder in the system where only authorised person have the access to a certain folder
    - will notify the owner of the folder/system admin when there are attempt or successful breaking in of the folder by unauthorised person with SMS or Email
    - possibly using GUI for locking the folder as it will be easier for owner to use

    3. Faculty-only search engine->
    - login with ID and password
    - will provide search engine (search through faculty DB and also www)
    - news feeds (faculty news, announcements, etc)
    - forum/discussion/sharing zone for students and lecturer to interact even during off office hour
    - 'live chat' for instant short message exchanging

    ## I not sure how was it, but I do will keep on find for more ideas on something more reliable, more interesting, more likely to be possible.

    thanks to anyone spend their time looking through my post and comment, thank you
  • Nasir Hussain
    Nasir Hussain
    Hi Sir i am intrested on a project . A Uml Based Tool that generate use case diagram and other diagram from a case study .by using tagging method....Can yoou tell me sir which algorithm are used for tagging indexing....i used little bit NLP for Generating Diagrams...we just tag the actors and use case from case study tool automatically generate diagrams and others artifacts ........................Its my final year project
  • kuma kaumari
    kuma kaumari
    Sir, i am an IT student and I have to do a individual mini project for this semester.I have only 3 month to do it.My interesting fields are java and android.So,I want a new innovative idea.It is good if it is solution for current issue in any field.
  • kuma kaumari
    kuma kaumari
    ankita a. mall
    sir,its possible to create an app,that can control the tv with your mobile...
    example..(todays teen watch something undesirable thing in t.v due to absence of their parents,so if an app created which can control the chanel with the alloted (permitted)one,so parents are aware of their children interest in t.v.........
    I am also IT student and I like this project.Can you reply me about it if you like
  • Rupam Das
    Rupam Das
    Nasir Hussain
    Hi Sir i am intrested on a project . A Uml Based Tool that generate use case diagram and other diagram from a case study .by using tagging method....Can yoou tell me sir which algorithm are used for tagging indexing....i used little bit NLP for Generating Diagrams...we just tag the actors and use case from case study tool automatically generate diagrams and others artifacts ........................Its my final year project
    check out codeuml.com
    Search Plant UML tutorial in codeproject. You have a nice article with code. You can use them and get going.
  • Rupam Das
    Rupam Das
    kuma kaumari
    Sir, i am an IT student and I have to do a individual mini project for this semester.I have only 3 month to do it.My interesting fields are java and android.So,I want a new innovative idea.
    If Android was indeed your area of interest you would have surely known what to do. The problem is you often mix up "curious" with word "interest" . Both are different.
  • Rupam Das
    Rupam Das
    Nasreen8
    Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone

    Sir i just want to know whether this feature is yet to be proposed or it is already done
    Does it matter really? There are one million innovations daily. Do you keep track of all of it? Anything you do which you have not done earlier is new to it. If it interests you, go for it.
  • Nasir Hussain
    Nasir Hussain
    Rupam Das
    check out codeuml.com
    Search Plant UML tutorial in codeproject. You have a nice article with code. You can use them and get going.
    Sir i need help in Algorithm......and i am developing a tool ...that generate use case diagram from a case study>>>.not need help in code
  • Rupam Das
    Rupam Das
    Nasir Hussain
    Sir i need help in Algorithm......and i am developing a tool ...that generate use case diagram from a case study>>>.not need help in code
    Codeproject is more for Articles where you can understand the concept. You need not download the code.
  • vinet@panday
    vinet@panday
    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.
    Ques
    sir for implementing it we would be require to buy new hardware or we can implement it without any hardware only with codes.
  • Rupam Das
    Rupam Das
    vinet@panday
    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.
    Ques
    sir for implementing it we would be require to buy new hardware or we can implement it without any hardware only with codes.
    In simple term it's C to C# conversion. No need for any hardware or anything
  • vinet@panday
    vinet@panday
    Rupam Das
    In simple term it's C to C# conversion. No need for any hardware or anything
    sir,is it a sufficent major for final year project???
    and if it is,please provide me the synopsis of it..
  • Rupam Das
    Rupam Das
    vinet@panday
    sir,is it a sufficent major for final year project???
    and if it is,please provide me the synopsis of it..
    You seriously can't even make your Synopsis out of an idea and you are going for your major project?
    I would have been very disappointed with myself if I had to ask that question.
    "Sufficient?"
    You are kidding me? Can you develop C program's tokenizer without help? You got to put a lex, parser, translator in place!!!!!!
  • vinet@panday
    vinet@panday
    i realy dont know wt to do???? it's my first time
    thts y i ws asking for synopsis(i dont know wt is it???)
  • Prateek Agarwal
    Prateek Agarwal
    Sir I know Java,J2EE and I want to make major project(final sem project of 4th year). Please suggest me some projects (other than management system projects) so that I can make the project in the specified field.
  • Rupam Das
    Rupam Das
    You are saying "I have a plate of nice and tasty Tandoori Chicken, tell me an utility other than eating it". Well just to be different, you can also play football with that plate of chicken, but rest of the world would prefer to eat it!
  • Prateek Agarwal
    Prateek Agarwal
    Rupam Das
    You are saying "I have a plate of nice and tasty Tandoori Chicken, tell me an utility other than eating it". Well just to be different, you can also play football with that plate of chicken, but rest of the world would prefer to eat it!
    Sir you are right.Even I prefer this because management systems covers a-z concepts of the language.But our college does not accept these and they want some innovative and research type projects.so I want to ask if I could make innovative or research type project using these languages.if you have some idea then please tell me
  • Rupam Das
    Rupam Das
    Prateek Agarwal
    Sir you are right.Even I prefer this because management systems covers a-z concepts of the language.But our college does not accept these and they want some innovative and research type projects.so I want to ask if I could make innovative or research type project using these languages.if you have some idea then please tell me
    Go for Internet of Things (IoT) or Datamining or Do something with Big data. Lots of paper available in all of them 😀
  • Prateek Agarwal
    Prateek Agarwal
    Rupam Das
    Go for Internet of Things (IoT) or Datamining or Do something with Big data. Lots of paper available in all of them 😀
    Thank you sir 😀
  • minie
    minie
    I want to implement an xml specification to jsp code converter...the idea is to take the pseudo code in xml(the tags to be used will be pre-defined like for input:...) and then convert it to the corresponding jsp code...Sir ,I need to know if it would make a good final year project?...If not, could you give some suggestions for a similar kind of project...
  • minie
    minie
    sir,I want to implement an xml specification to jsp code converter....The input to the code converter will be in xml,where the xml tags to be used will be pre-defined(like for input:a) and the output will be the corresponding jsp code for it...I want to know if it will make a decent final year project...If not,could you suggest any improvements to the same or a similar kind of project ...
  • Rupam Das
    Rupam Das
    minie
    I want to implement an xml specification to jsp code converter...the idea is to take the pseudo code in xml(the tags to be used will be pre-defined like for input:...) and then convert it to the corresponding jsp code...Sir ,I need to know if it would make a good final year project?...If not, could you give some suggestions for a similar kind of project...
    That would be an awesome project IMHO. Use HTML 5 with Javascript, make it a real time and host the project. You would get a job just based based on this work, if you are already placed.
  • vinet@panday
    vinet@panday
    there is any research paper for conversion of c to c# through reverse engineering pls help ....
  • Rupam Das
    Rupam Das
    vinet@panday
    reverse engineering
    It's called Re-Engineering.

    As far as papers are concerned, search, I have not gone through any such papers.
  • vinet@panday
    vinet@panday
    how it would be possible to get source code from .exe file(binary code),is it possible
  • Burak kelgin
    Burak kelgin
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • batpool52!
    batpool52!
    vinet@panday
    how it would be possible to get source code from .exe file(binary code),is it possible
    Depends on the signature of the exe and Obfuscation used.
  • shahab ud-din
    shahab ud-din
    Rupam Das
    Duplicate File Remover( A real time software)


    Have you ever copied the file in desktop before mailing. Than? The files remain there. Do you delete? Probably you copy the desptop file in a separate folder. In todays software world, there are several files which are stored at different locations. It consumes a lot of memory ( or disk space rather).

    Write a software that runs a scheduled process ( in the night when you are not working) and groups the duplicate files. Like word document and similar files. Now the manager lets you know how many files are similar and what their similarity level is. You can take actions like deleting or migrating duplicate files to another folder for deleting them in future.
    Looks simple????? Check out
  • Ishaa12
    Ishaa12
    bittu.subrat
    HOW can i do this project . please give me a brief idea about this project
    I would like to know more about this project
  • Ishaa12
    Ishaa12
    I am a student of It final year can you please suggest me some project topics
  • sirigiri sundeep
    sirigiri sundeep
    thank you sir.nice collection
  • sai raja
    sai raja
    Rupam Das
    A neural Network Based Hand Movement Recognition on touch-pad for Paralytic Persons


    paralytic persons or people with little movement like who suffer from parkinson's disease has a restricted movement. They can move the fingers but the movement are not prominent.

    In this project, some movements are first trained like one writing a rough 'a' alphabet on the touchpad or through mouse movement. Such movements will vary every time the person attempts to write due to his disease. Therefore a strong classifier is used which can recognize the movements under extreme variation. Once the movement is detected, it is mapped to certain command like Wheel Chair Movement or converting the movement into a speech sentence.
    hello rupam im a bsc final year student i need to do a project using my sql and php what would you suggest
  • Rupam Das
    Rupam Das
    sai raja
    hello rupam im a bsc final year student i need to do a project using my sql and php what would you suggest
    Any Enterprise solution would be good.There are plenty of Synopsis available online on that.
  • Aditya Ahuja
    Aditya Ahuja
    Hey Rupam.. All your Ideas are Incredible. Great Work.. Thanks a lot
  • oyegoke gbenga
    oyegoke gbenga
    Hey Rupam.....am happy to stumbled on this thread, i must say you are doing a great job. i need some crazy ideas for journals presentation, hope i can count on u for assistance.. thanks
  • oyegoke gbenga
    oyegoke gbenga
    One more thing, am i free to pick and work on any topic from this thread
  • Rupam Das
    Rupam Das
    oyegoke gbenga
    One more thing, am i free to pick and work on any topic from this thread
    Yes, this is a free community, ideas are free, discussions are free and so are the rights 😀
  • Adianacondas
    Adianacondas
    Rupam Sir Im Doing Bachelor Engineering in CE any ideas that you can give me to develop im in second year of BE

    I have no idea how to implement the ideas but your ideas are awesome
  • justu
    justu
    Rupam Das
    Search Engine based on SMS hello sir how itz work plz tel about full detail..... and basic needzz


    Submit the search through SMS. Server finds the search and forms a meaningful SMS as result, it than sends the result as search.
    he
  • R.prashanth
    R.prashanth
    hiii sir am prashanth ,am final year student of computer science plz suggest me to do my final year project ,
    am intrested to develop an application
  • Simmi27
    Simmi27
    Hello Sir,

    I am a 3rd year student and i need some ideas for my mini-project. I was thinking on developing a mobile app using netbeans or android studio. Kindly share your ideas which are not implemented yet.
  • Abhishek Rawal
    Abhishek Rawal
    Simmi27
    Hello Sir,

    I am a 3rd year student and i need some ideas for my mini-project. I was thinking on developing a mobile app using netbeans or android studio. Kindly share your ideas which are not implemented yet.
    Welcome to CrazyEngineers, #-Link-Snipped-#

    You can develop an app with which you can control desktop's/laptop's (or Raspberry pi's) media player running using your android device. So, your android device will work like remote control.
    Adding to it, you can add feature of using your mobile screen touchscreen as touchpad for the desktop/laptop/raspberry-pi.

    This might help you further :
    Albert Vaca's blog | About KDE and KDE Connect
    #-Link-Snipped-#
    #-Link-Snipped-#
  • GopalakrishnanINDIA
    GopalakrishnanINDIA
    It's really creative idea Mr.Rupam sir !!! i'm following your post to create a innovative project. thanks for this useful idea for the blinds project !!
  • Simmi27
    Simmi27
    Abhishek Rawal
    Welcome to CrazyEngineers, #-Link-Snipped-#

    You can develop an app with which you can control desktop's/laptop's (or Raspberry pi's) media player running using your android device. So, your android device will work like remote control.
    Adding to it, you can add feature of using your mobile screen touchscreen as touchpad for the desktop/laptop/raspberry-pi.

    This might help you further :
    Albert Vaca's blog | About KDE and KDE Connect
    #-Link-Snipped-#
    #-Link-Snipped-#

    Thanks a lot sir,
    i would surely consider your idea and refer the mentioned sites too.
  • nabish
    nabish
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    Respected Sir,
    I'm fourth year student of computer science.I want to develop that project as my final year project. Will you tell me that whether the idea is already implemented or not?
    I will be very thankful for your reply...
  • rahul69
    rahul69
    nabish
    Respected Sir,
    I'm fourth year student of computer science.I want to develop that project as my final year project. Will you tell me that whether the idea is already implemented or not?
    I will be very thankful for your reply...
    #-Link-Snipped-#, most of the ideas are already implemented by somebody, what makes the difference is that how well you implement it.
    Thing is, search engines existed before google also, still google became a hit.
    So go ahead and implement! Good luck..
  • arvid
    arvid
    Sir thats a great idea..am planning to do the same..cn u gve yur source jus fr an idea pls???
  • nabish
    nabish
    Respected Sir,
    Please help me how to design database for that project...
  • Avinash Ramkumar
    Avinash Ramkumar
    Hello Sir,
    I am a CS Engineering student(3rd year). I am planning to do an inter-departmental final year project with a team comprising of 4 students [2 CS(including me) + 2 Electronics & Communication] so that me and my best friends can work in a same group without compromising on the standards of the project. It would be very kind of you, if you can suggest us " SOME TOPICS " having EQUAL IMPORTANCE for both the CS and EC stream.

    Thanks
  • poojaa921
    poojaa921
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • poojaa921
    poojaa921
    hello sir,in Emotion based music player.how mood will be recognized ?? will there be any face recognition....please reply
  • poojaa921
    poojaa921
    in emotion based music player , do we require to enter emotion as happy or sad or smile...or it will automatically recognize by face recognition.
  • minie
    minie
    For my final year project : xml specification to jsp code converter, I needed some help..I am having some problems in deciding the extent to which the user of the translator(converter) should have an idea of jsp or about web pages in general....While designing the xml tags for the converter I have to assume that the user is aware of certain terms like the request object and the session object and so on..This is where i am facing difficulty...What assumptions should I take about the user's knowledge of web pages?
  • Rupam Das
    Rupam Das
    minie
    .I am having some problems in deciding the extent to which the user of the translator(converter) should have an idea of jsp or about web pages in general.
    If a user wants to convert from JPEG to BMP and you presume he knows nothing about photograph, then your design itself starts with a flawed assumption.
  • varun tcet
    varun tcet
    sir I am currently in fourth sem mumbai university
    i have a good command in c , c++ and average command on java
    i want to go in research and development cell of my college so can you give me a idea for the same
    and you are doing a great job sir
    we all thank you a lot
  • Gaurav@cs
    Gaurav@cs
    Hi Rupam sir,
    I am in 5th sem(CSE)right now and I am interested in making some projects,but I am not getting any ideas or hints for my project.should it b unique means no one have done it earlier or I would just do the projects that hv been already done by many people.pls help me!!
  • Joseph Low
    Joseph Low
    Hi sir , thanks for your incredibly ideas out there and i impressed, I am second year degree student in computer studies and I love PHP so much. By the way, I needed to come up an idea for my final year project and the first idea flashes my mind is "create a website", should i build a website using php instead of other programming languages ? PHP is an only option for me because I perform poorly in other languages. Kindly advise and provide some suggestions. Thank you !
  • gupta ritu
    gupta ritu
    Rupam Das
    😔

    Nobody is Inspiring Me, Writing New Ideas........... I am Sad..............😔
    😔
    Atleast say Good Bad........................ "I am lonely out here waiting for CE Seniors and Mods to write their Ideas!!!!!!!!!! Or close the thread😔

    😔
    automatized confrence hall system using embedded technology.. 😀
  • akshi93
    akshi93
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    Sir, Can you please share little more details about the implementation of this idea? As in, how the whole idea has been put to working. It would be really helpful.
  • oyegoke gbenga
    oyegoke gbenga
    #-Link-Snipped-# pls i have personal issue to discuss with you, here is my email #-Link-Snipped-#
  • Kevin Roselo
    Kevin Roselo
    HI 😀 I'M COMPUTER ENGINEERING STUDENT! DO YOU HAVE ANY FRESH IDEAS OR SUGGESTIONS FOR MY PROJECT DESIGN WITH A UNIQUE PURPOSE 😀 TY.
  • manupantha
    manupantha
    Rupam Das
    Update: Project Topics for the year 2014 with full papers
    2014 IEEE Project Titles With Full Papers | PDF | Cognitive Radio | Cloud Computing



    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
    please post some unique project title using .net for final year computer engineering
  • Aditya Ahuja
    Aditya Ahuja
    Sir.. I am a 4th year CS student. I am very much interested in Face Recognition System. Please give me some details about it. Whether is it possible to make such a software? Are there already such softwares in market ? Sir please share your views .
  • Prashant _singh3093
    Prashant _singh3093
    can we make c project that while reading pdf file , when we bring the cursor or mouse click on specific word it gives its meaning , so that it could provide non interrupted reading for the persons with low vocab , if so plz guide me
  • RMR
    RMR
    hello Mr.
    am a senior computer engineering student am searching for creative ,simple and doable idea for my graduation project,i really prefer to be hardware idea .
    we are a two members group and we have good skills in how to deal with micro controllers.

    could you help me ,please?
  • grandhi bhargavi
    grandhi bhargavi
    hello Mr.RupamDas,
    I am 3rd year CE student ,there are so many intresting and innovative ideas are given by you,would you please give me 2,3 topics which are best for our mini project.plz plz give me reply soon sir.
  • DIVYA SREE.K
    DIVYA SREE.K
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
  • DIVYA SREE.K
    DIVYA SREE.K
    Terribly awesome idea but can i know the circuit of relay and opcoupler since i sesrched i didnt gt it cn u say this????.........plzz sir
  • Programmerss
    Programmerss
    YOUR PROJECT IDEAS ARE JUST AWESOME POST MORE IDEAS FOR DIPLOMA I.T STUDENTS😀😀😀😀👍
  • bugade Anu
    bugade Anu
    controlling electronic devices like fan, ac,tubelights, in house using mobile phones
  • Priyankakd
    Priyankakd
    Rupam Das
    home
    I am implementing your idea of "An Emotion Based Music Player" as our BE project. We have done face detection part using EmguCV in C#.net. We are unable to implement the further part of project. Please help us for further implementation as early as possible. Thanks for your innovative idea. Also send me your Email ID for contact.
  • Shahariar ali
    Shahariar ali
    can u share how to create this project...... and ur idea was sob uncommon....plz i wana to make this project.....hlp me...
  • Rupam Das
    Rupam Das
    Priyankakd
    I am implementing your idea of "An Emotion Based Music Player" as our BE project. We have done face detection part using EmguCV in C#.net. We are unable to implement the further part of project. Please help us for further implementation as early as possible. Thanks for your innovative idea. Also send me your Email ID for contact.
    codeproject.com has an emotion detection code. You can search and look out for it. Once emotion is detected, music player is simple.
  • Abdul Ahad Ansari
    Abdul Ahad Ansari
    Rupam Das
    in a Web based solution, developing a website is just not "The Project" anymore with almost CMS available for all type of websites like blogging, Hotel Management, Learning Management. However working with web mining might be a Good Idea( What I feel). It could be something like collect a server log from a website and than generate the trends of traffic or activity. Or, It could be a more "Technical Stuff" like detecting opinion in the blogs or Forums. If you love challenge, Gender classification of the users based on the forum post with machine learning will also be a great stuff. where as if you are PHP enthusiast , writing your own mod for Drupal or MyBB will be a fantastic Idea. Not only that will help you in project, once completed, you can share with their respective communities to get good name and fame. If your work is a "wow", you may ask for donation through "pay pal" and trust me they flow in!

    More queries are welcomed.
    hey I am new here ,
    please give me any idea about my final year project,
    I am a Computer Science Student ...
  • kyle
    kyle
    Hi, i got a idea as well which is a mobile apps to track where your vehicle parking at. Can you give me some suggestion on it? and how to track the vehicle whereby there is no any trackable devices inside the vehicle? isn't have to build a small tracking device in vehicle then using the mobile apps to track it?
  • yashad singh
    yashad singh
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#
    sir i have read your pdf solution from scribd.com but in that pdf ProgramBlock and ControlBlock class is not defined,So please help me sir
  • yashad singh
    yashad singh
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    sir i am working on this project and i have a pdf report which u have uploaded at scribd.com,but in that report ProgramBlock and ControlBlock classes are missing so please help us we have to submit our projet by 5 april
    PLS
  • kyle
    kyle
    Rupam Das
    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.
    Hi sir,
    the local map of that ares isn't will automatic downloaded while user open the apps?
  • xettri
    xettri
    HELLO EACH & ONE !!
    I AM A FINAL YEAR CSE STUDENT DOING A PROJECT BASED ON IEEE BUT THE PROJECT THAT AM DOING ISNOT SATISFYING ME COZ I DONT FEEL IT CREATIVE AND UNIQUE TO STAND OUT.IT IS ON NETWORKING WITH USE OF JAVA LANGUAGE AND IT IS TERMED KINDA AS "ENERGY EFFICIENT DELAY AWARENESS TRANSMISSION OF DATA IN WIRELESS HETEOREGENOUS NETWORK".
    I WANT SOME CREATIVE & UNIQUE IDEAS ON SAME DOMAIN & LANGUAGE THAT MAKES ME STAND OUT AMONG OTHERS.
    SO CAN YOU KINDLY SUGGEST ME SOME INNOVATIVE UNIQUE IDEAS.
  • Abhay Singh
    Abhay Singh
    Rupam could u plz tell more details about the lie detector project..What coding and other techniques are required??
  • Kajal Kukreja
    Kajal Kukreja
    Rupam Sir your ideas are really innovative..
    I found them very interesting..Thank You for sharing such wonderful ideas 👍😀
  • abhi80054
    abhi80054
    hey guys i want that we all must share all those ideas poping out of our mind , which could make us imagine " is it possible " .....
  • Ssandhya
    Ssandhya
    hlo sir...
    am cs student..my interest in java..
    plzz suggest me some innovative idea for my project..plzz help me sir..
  • xettri
    xettri
    ssss....ssandhya g no1 gonna reply you.....better browse for innivative idea.
  • Rupam Das
    Rupam Das
    #-Link-Snipped-# One, it is not always a good idea to use SMS language in public forum. Two and most importantly if you can't find anything interesting throughout 350 odd posts then please make yourself understand that you are not patient enough to read through.
  • Marita
    Marita
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    This project sounds so cool.. i have to make a final year project in the coming semester.. have to submit a topic by next week.. m in IT.. please suggest something 😔 😔 😔
  • Marita
    Marita
    Rupam Das
    5." Musical Tone recognition and Conversion to notes: An application for Music Compression"

    When you play the music, the system recognizes it , some signal processing extracts the Tabs and Notes and store them in printable text format. When you give this as input, system plays them back.

    I implemented this project in VC++ . And did this with Sitar . You can Definitely try working on this.
    please give sone ideas for my IT final year project
  • Rupam Das
    Rupam Das
    #-Link-Snipped-# I can only share ideas not suggestions 😀
    I leave suggestions on the minds of students. Ask yourself what inspires you, what drives you crazy. As a user what you badly want. Go for it.
  • Indunil Illangasinghe
    Indunil Illangasinghe
    Nice Ideas.
    Really helpful for selecting a project topic.
  • Rutvi106
    Rutvi106
    Hi, I am a final year computer student. I need some suggestions for my last year project. My interest is in java, php & xml. I would like to work on android software development.
  • anamarooj2008
    anamarooj2008
    Hi Rupam,
    I want to do a project in asp.net c#, i m an intermediary in this language but want to learn things. In-fact I want to make a project which later I could use it and sale it to support my carrier and studies. so please tell me some projects in this regard. I am hoping that you will surely guide me
  • Somesh Diwanji
    Somesh Diwanji
    Project :
    Deposite Cheaque online or through mobile phone
  • Biruntha Gnaneswaran
    Biruntha Gnaneswaran
    @#-Link-Snipped-#
    Hi sir, i am final year computer science student. can you suggest me some IOT project fresh ideas?
  • mukesh landge1
    mukesh landge1
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    The best way is to communicate with WhatsApp there is no need for such arrangement like this..
  • Haroon Sandhu
    Haroon Sandhu
    sir can u suggest me ideas for my project in c++ but not for final year ...for 2nd smester 😛
  • Tulsi10
    Tulsi10
    i liked the ideas but detail description is needed..would like to know more
  • shrearp
    shrearp
    hey i m in final year
    i need a innovative project definition for my project
    plzz suggest me ...

    area of interest are JAVA ,DOTNET,android.
  • shrearp
    shrearp
    any engineerrs online
    #-Link-Snipped-# ..sir your ideas r really amazing ..
    plzz help me with more
    i posted my thread above n area of interest
    plz tell ideas!!
  • AlinaShah
    AlinaShah
    i m looking for a interesting projects... but managment and erps are so common..!! and i m not interested in emedding any hardware concept like sensors in my project..!! so can u suggest me what should i start.. i want it related to website..!! i will b waiting for your reply
  • norbertvoss
    norbertvoss
    Some interesting ideas in here!
  • AlinaShah
    AlinaShah
    where.??
  • fatunbi tosin
    fatunbi tosin
    1. hey sir pls im looking for i ideas for my final year project based on AI at a beginner level
  • Pushkar Satish Nawathe
    Pushkar Satish Nawathe
    can we delete all instructions from micro controller chip using wireless mode
  • S.Jamal Mohamed
    S.Jamal Mohamed
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    Sir,super sir.I want more nnovative ideas on mobile detection mechanism with the help of battery.
  • S.Jamal Mohamed
    S.Jamal Mohamed
    How to implement this idea sir..
    Rupam Das
    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.
  • S.Jamal Mohamed
    S.Jamal Mohamed
    How to implement this idea sir....I am final yr CS student.I am doing my mini project.I am having idea to improve the current mobile location detection system by means of battery and signalling even the phone is in off mode.I am also having idea to provide solution for diseases by detecting the disease by biometrics and provide solution for that.Sir,Please help me out soon with implementation ideas and more ideas what you think...
  • ranjani saravanan
    ranjani saravanan
    hi sir can u give me a idea for my final year project in the real time application
  • brij babaria
    brij babaria
    Hi sir i am a CS student in final year. I want some good idea about my final year project.. I am interested in java platform and andorid apps.. I want something innovative and fresh. Please help me out
  • jaydave78
    jaydave78
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported.
    Sir! I want to do this project as my final year project in Java,can you guide me with project??
  • Pradnya22
    Pradnya22
    Hello Rupam Sir,
    Your ideas are really good.
    Can you suggest me some project ideas in digital ecosystem for final year CS project?
  • Nausheen bhaiyat
    Nausheen bhaiyat
    Sir plzz suggest me some new interesting topic for final year project of cse..I really need yo help...plzz suggest me good topic in asp.net c# or php
  • Siddesh Jadhav
    Siddesh Jadhav
    I need an idea for my be project for Digital Divide minimization.It will be very helpful for me if you suggest me two three ideas
  • hemalatha22
    hemalatha22
    Rupam Das
    Update: Project Topics for the year 2014 with full papers
    2014 IEEE Project Titles With Full Papers | PDF | Cognitive Radio | Cloud Computing



    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
    please tell some new and innovative idea sir....
  • hemalatha22
    hemalatha22
    Rupam Das
    8. Loyalty Test! A Cheap Lie Detector based on Speech Stress Analysis

    Ever wondered how Lie detection works? There are sensors that are placed all over your body on your vein areas. When we lie, there are change in the electrical activities. That change produces electrical surge pulse which are recorded. Now what happens is when we tell lie, there is a stress in our voice also. That is very very limited but for a speech signal processing that is Significant. There is an algorithm that can extract the stress signal in our speech when we lie. It is a complicated project but can be done with the help of Little programming. Matlab/vc++/ C# ( Never Tried with java).
    how this will work please tell me briefly sir.. its really interesting
  • Amit Prasad
    Amit Prasad
    A System to Help Blind People Using Android Smart Phone.

    Android smart phones are the most widely used smart phones nowadays and they come with good quality camera. So why not use to develop an application that can recognize the faces of the individuals or obstacles coming in his (the blind person's) way and warn him through sound (he/she can use a earphone). So that way no extra cost would be required to assist the blind person. He could simply wear the phone using a lace around his neck.
    It will require a lot of image processing and high battery consumption. Hence dropped the idea.
  • jabir
    jabir
    hii.. iam a final year bsc computer science student.. can you please tell me some project topics or ideas>>??
  • Snehil Singh Paliwal
    Snehil Singh Paliwal
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    Sir can u please teach me how to do this project ,because I want to do this project as my major project in betch 4 year please sir if u can help me out
  • Bilal_Tariq21
    Bilal_Tariq21
    hi sir i need a final year project idea based on web and android.
  • Prajakta Shah
    Prajakta Shah
    Rupam Das
    #-Link-Snipped-# I can only share ideas not suggestions 😀
    I leave suggestions on the minds of students. Ask yourself what inspires you, what drives you crazy. As a user what you badly want. Go for it.
    sir do u have emotion based music player's code
  • shrivinay siddhul
    shrivinay siddhul
    What is Virtual Mouse Using Hand Movement?
  • raahul suresh
    raahul suresh
    Do u have detailed documents or coding for wireless connection protocol with bulbs?
  • angelcemp
    angelcemp
    you r too awsum sir... sir, i have been searching for innovative ideas for my project.. i got many.. thanku soo much for ideas..
  • Kirubhakaran06
    Kirubhakaran06
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛

    Its very innovative. Can we discuss about briefly. Kindly help in this regard.
  • ravindra shankar patane
    ravindra shankar patane
    sir...your idea are amazing !!!!!!!!!!! i like its!!!!!!!!!!!!!!!!!!
  • ravindra shankar patane
    ravindra shankar patane
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    Rupam Das
    Re: A reverse engineering approach for converting Conventional Turbo C code to 64 bit

    Is there anybody here who wants to share a creative Idea Here?😡
    Just put anything that is interesting, But keep the thread alive.
  • ravindra shankar patane
    ravindra shankar patane
    sir which language use for develop this project?
  • Harshad Italiya
    Harshad Italiya
    ravindra shankar patane
    sir which language use for develop this project?
    Here is the brief detail about this idea !
    Rupam Das
    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
  • Shubhamjain@123
    Shubhamjain@123
    hi
  • Shubhamjain@123
    Shubhamjain@123
    sir i want to ask a question, it is, how to extract facial features?
    do help me....
  • AthiraK
    AthiraK
    hi, I'm in search new ideas on Mtech projects in Software engineering. Can anyone help me with some latest project ideas, which can be completed within a timeline of three months.
  • ric123
    ric123
    Respected sir,
    you ideas are great and bt i want some more project ideas related my branch and my branch is computer science
  • @bh!
    @bh!
    Hi...i have a new project idea but i have only basic knowledge about php and not a master but its completely a web based project. Can i make that project in c++ but how will i be able to host it?

    Project idea:to place systems depending on menu based ordering for needs in hotel rooms & restraunts with GUI!
  • vaishali shukla
    vaishali shukla
    how to differentiate a face with the mask and an origional face from image based on image processing...???
  • vaishali shukla
    vaishali shukla
    how to differentiate a face with the mask and the real face from the image...based on image processing ???
  • Ashwini004
    Ashwini004
    How to develop new os? Or android os?
  • Romax Rajeev
    Romax Rajeev
    Very brilliant ideas Mr. Rupam... Very creative.... Inspires the mind to develop such ideas...
  • IBAS
    IBAS
    hello, I am looking for some guide on my project plan on Online real-time taxi booking system. what should be my requirement and how can I go about it. thank
  • ifrahim
    ifrahim
    AwsOme Ideas thanku so very much it helped us alot
  • Daizy092010
    Daizy092010
    Hello sir,
    I'm a student of fourth year BE of CS
    Can u suggest ideas for my final year project related to building of apps or websites in Java or cpp.
  • Daizy092010
    Daizy092010
    Hello sir,
    I'm a student of Final year Of BE in CS . I need your guidance for final yr project for topics related to mobile based apps or website creation for some niche ideas in Java or cpp.
  • S.K. Chauhan
    S.K. Chauhan
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)

    How we will convert the binary signals into electrical signals?
    i think ADC will be helpful, but i m litttle confused.
    And is it(Morse code translator) a device or a code?
  • S.K. Chauhan
    S.K. Chauhan
    plz reply something...
  • GEETA HOSMANI
    GEETA HOSMANI
    these are really exciting ideas...
  • manojrojen
    manojrojen
    your ideas are very innovative.Good. please post some ideas related to IT department
  • muskan shaikh
    muskan shaikh
    I have idea like
    To connect our government with us.
    Game pata to chale k atlas ho ky raha h
    Kon sirf promises kar raha h
    Kon promise full fill Karta h
    KO actually work Karta h
    Like this
    Can u help????or suggestions
  • Abhishek Rawal
    Abhishek Rawal
    muskan shaikh
    I have idea like
    To connect our government with us.
    Game pata to chale k atlas ho ky raha h
    Kon sirf promises kar raha h
    Kon promise full fill Karta h
    KO actually work Karta h
    Like this
    Can u help????or suggestions
    And how will u track the process ?
  • Pradnya22
    Pradnya22
    Rupam Das
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.

    Reverse Engineering
    Reverse engineering
    is the Process %28Engineering%29 of discovering the technological principles of a human made device, object or system through analysis of its structure, Function and operation. It often involves taking something (e.g., a Machine, Electronic Component, or Software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) any part of the original.
    Reverse engineering has its origins in the analysis of hardware for commercial or military advantage. The purpose is to deduce design decisions from end products with little or no additional knowledge about the procedures involved in the original production. The same techniques are subsequently being researched for application to legacy software systems, not for industrial or defence ends, but rather to replace incorrect, incomplete, or otherwise unavailable documentation.

    Reasons for reverse engineering:
    • Interoperability.
    • Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated Circuit often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
    • Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential Patent Infringement.
    • Digital update/correction. To update the digital version (e.g. Cad model) of an object to match an "as-built" condition.
    • Security auditing.
    • Acquiring sensitive data by disassembling and analysing the design of a system component.
    • Military or commercial Espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of Copy Protection, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.Reverse Engineering Cite Note 3
    • Academic/learning purposes.
    • Curiosity.
    • Competitive technical intelligence (understand what your competitor is actually doing versus what they say they are doing).
    • Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.
    Platform:
    C#.Net, Turbo C, Windows Vista/Windows 7
    [/QUOTE
    Rupam Das
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.

    Reverse Engineering
    Reverse engineering
    is the Process %28Engineering%29 of discovering the technological principles of a human made device, object or system through analysis of its structure, Function and operation. It often involves taking something (e.g., a Machine, Electronic Component, or Software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) any part of the original.
    Reverse engineering has its origins in the analysis of hardware for commercial or military advantage. The purpose is to deduce design decisions from end products with little or no additional knowledge about the procedures involved in the original production. The same techniques are subsequently being researched for application to legacy software systems, not for industrial or defence ends, but rather to replace incorrect, incomplete, or otherwise unavailable documentation.

    Reasons for reverse engineering:
    • Interoperability.
    • Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated Circuit often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
    • Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential Patent Infringement.
    • Digital update/correction. To update the digital version (e.g. Cad model) of an object to match an "as-built" condition.
    • Security auditing.
    • Acquiring sensitive data by disassembling and analysing the design of a system component.
    • Military or commercial Espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of Copy Protection, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.Reverse Engineering Cite Note 3
    • Academic/learning purposes.
    • Curiosity.
    • Competitive technical intelligence (understand what your competitor is actually doing versus what they say they are doing).
    • Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.
    Platform:
    C#.Net, Turbo C, Windows Vista/Windows 7
    Sir,
    We are interested in this project. Please can you guide us more for this project. Please sir..
  • Pradnya22
    Pradnya22
    Rupam Das
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.

    Reverse Engineering
    Reverse engineering
    is the Process %28Engineering%29 of discovering the technological principles of a human made device, object or system through analysis of its structure, Function and operation. It often involves taking something (e.g., a Machine, Electronic Component, or Software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) any part of the original.
    Reverse engineering has its origins in the analysis of hardware for commercial or military advantage. The purpose is to deduce design decisions from end products with little or no additional knowledge about the procedures involved in the original production. The same techniques are subsequently being researched for application to legacy software systems, not for industrial or defence ends, but rather to replace incorrect, incomplete, or otherwise unavailable documentation.

    Reasons for reverse engineering:
    • Interoperability.
    • Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated Circuit often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
    • Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential Patent Infringement.
    • Digital update/correction. To update the digital version (e.g. Cad model) of an object to match an "as-built" condition.
    • Security auditing.
    • Acquiring sensitive data by disassembling and analysing the design of a system component.
    • Military or commercial Espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of Copy Protection, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.Reverse Engineering Cite Note 3
    • Academic/learning purposes.
    • Curiosity.
    • Competitive technical intelligence (understand what your competitor is actually doing versus what they say they are doing).
    • Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.
    Platform:
    C#.Net, Turbo C, Windows Vista/Windows 7
    Rupam Das
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.

    Reverse Engineering
    Reverse engineering
    is the Process %28Engineering%29 of discovering the technological principles of a human made device, object or system through analysis of its structure, Function and operation. It often involves taking something (e.g., a Machine, Electronic Component, or Software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) any part of the original.
    Reverse engineering has its origins in the analysis of hardware for commercial or military advantage. The purpose is to deduce design decisions from end products with little or no additional knowledge about the procedures involved in the original production. The same techniques are subsequently being researched for application to legacy software systems, not for industrial or defence ends, but rather to replace incorrect, incomplete, or otherwise unavailable documentation.

    Reasons for reverse engineering:
    • Interoperability.
    • Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated Circuit often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
    • Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential Patent Infringement.
    • Digital update/correction. To update the digital version (e.g. Cad model) of an object to match an "as-built" condition.
    • Security auditing.
    • Acquiring sensitive data by disassembling and analysing the design of a system component.
    • Military or commercial Espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of Copy Protection, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.Reverse Engineering Cite Note 3
    • Academic/learning purposes.
    • Curiosity.
    • Competitive technical intelligence (understand what your competitor is actually doing versus what they say they are doing).
    • Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.
    Platform:
    C#.Net, Turbo C, Windows Vista/Windows 7
    Sir,
    can you provide detailed about this??
  • Vikashkumarkushwaha
    Vikashkumarkushwaha
    Sir, can you help me to implement "emotion based music player". Please reply
  • Zeeshan Nisar
    Zeeshan Nisar
    Sir kindly guide me about this idea
    "Monitor Lan Networking through Android phone using wifi "
  • Zeeshan Nisar
    Zeeshan Nisar
    Sir Kindly guide me about this Idea
    Monitor Lan Networking Using Android Phone through wifi
  • Sahasrasani
    Sahasrasani
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    Well! Its good idea Rupam Das. Morse code is best way to communicate with dear one😁Even hacker cannot have a copy ...😉😛 .
  • Akanksha Tripathi
    Akanksha Tripathi
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
  • Akanksha Tripathi
    Akanksha Tripathi
    nyc ideas sir,
    thank u
  • Akanksha Tripathi
    Akanksha Tripathi
    sir
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    Sir i found your project ideas very interesting and innovative, can you plz give me your mail id so that I can contact with you.
    thank
  • Jehangir Babul
    Jehangir Babul
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
  • Jehangir Babul
    Jehangir Babul
    Thank u sir, i m very impressed from this idea, can u send me more detail about this project....???
  • manishks
    manishks
    Why not build something making use of 3rd party cloud and connecting devices over internet and make something useful. IOT to be specific. Microsoft azure, learn what it is about and make use of it. It will be awsme. 😀
  • Pooja Vasani
    Pooja Vasani
    What if the weight changes of person?? Obviously it will deny accepting that person is proper!! The ration won't be distributed to the particular person!!
  • Ankita Katdare
    Ankita Katdare
    Pooja Vasani
    What if the weight changes of person?? Obviously it will deny accepting that person is proper!! The ration won't be distributed to the particular person!!
    Which idea exactly are you referring to?
  • Digvijay Gautam
    Digvijay Gautam
    hello, can u give me some ideas on project on high performance computing. I was thinking of volunteer computing as my project but can u give me some other ideas
  • Digvijay Gautam
    Digvijay Gautam
    plz give me some idea on high performance computing related project.
    I was thinking of volunteer computing but can u guide me with some ideas
  • Jwed
    Jwed
    Hi Rupam

    The all idea is good thank you
    But i have a question For the idea "voice based email for blind" is it application ?
  • DHARANI.AR
    DHARANI.AR
    detecting misplaced pendrive by using sensors with the help of mobilephones....whether it is possible??
  • Abhishek Rawal
    Abhishek Rawal
    DHARANI.AR
    detecting misplaced pendrive by using sensors with the help of mobilephones....whether it is possible??
    Yep, it is possible.
  • DHARANI.AR
    DHARANI.AR
    But,how can i implement....👎
  • Abhishek Rawal
    Abhishek Rawal
    DHARANI.AR
    But,how i can implement....👎
    Did u try thinking about it ? Googling about it ?
    What are your ideas ?
  • DHARANI.AR
    DHARANI.AR
    ya....but i hav no idea about it 😔
  • Abhishek Rawal
    Abhishek Rawal
    DHARANI.AR
    ya....but i hav no idea about it 😔
    It's going to be vast project! Here's the link, you might get idea : #-Link-Snipped-#

    I suggest you to choose simpler and innovative project, cuz this innovation has already been done.
  • DHARANI.AR
    DHARANI.AR
    Thanks for ur suggestion sir.... 😀
  • Rupam Das
    Rupam Das
    DHARANI.AR
    detecting misplaced pendrive by using sensors with the help of mobilephones....whether it is possible??
    It is possible with Low cost Low energy Bluetooth ( BLE) technology.
  • Aazib
    Aazib
    Hello Sir, i really liked your creactive and innovative ideas you provided here.

    I am a student of BS-CS final year. Do you have any creative and something new idea for FYP which can easily be commercialized as a product in technological market ?

    Kindly suggest me soon.
    Thank You
  • Aazib
    Aazib
    Hello Sir, i really liked your creactive and innovative ideas you provided here.

    I am a student of BS-CS final year. Do you have any creative and something new idea for FYP which can easily be commercialized as a product in technological market ?

    Kindly suggest me soon.
    Thank You
  • Sikandar Ali Chishty
    Sikandar Ali Chishty
    Hello Sir, hope you're fine.
    I am thinking of choosing a FYP, I want to make something like
    Lossless Image Compression or Video Compression or suggest something new please.
    I am a Bachelor of Computer Science currently in 6th Semester!
    Thanks
  • Sikandar Ali Chishty
    Sikandar Ali Chishty
    Also please share some light on
    Satellite Image merging over Cloud
  • Amit Static
    Amit Static
    I wanted to make a chipset for mobile phones with two WiFi chips that can enable connecting to WiFi and providing hotspot to others at same tym
    Can u help me sir please
  • jasmin kaur
    jasmin kaur
    hello sir i m student of btech cse final year i m realy very confused about my major project plzzz guide me for some realy nice projects to work on them .... i need your help.
  • jasmin kaur
    jasmin kaur
    sir will you please explain me the first topic of cloud computing
  • spj
    spj
    sir im 3rd year cs student want to do mini projects cn u pls suggest d ideas.my interest r web development,and sme interesting real world ideas cn u pls guide me
  • spj
    spj
    sir im 3rd yr cs im wanting to do mini projects my areas r webdevelopment,and real world applications pls cn u guide me in giving ideas
  • Pradnya22
    Pradnya22
    Rupam Das
    A reverse engineering approach for converting Conventional Turbo C code to 64 bit C#

    Aim:
    The aim of the project is to convert convetional legacy turbo c programs, which are meant to run in 16 bit operating system and can not be executed in modern operating systems to C# programs which can be executed in 64 bit operating system architecture.

    Reverse Engineering
    Reverse engineering
    is the Process %28Engineering%29 of discovering the technological principles of a human made device, object or system through analysis of its structure, Function and operation. It often involves taking something (e.g., a Machine, Electronic Component, or Software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) any part of the original.
    Reverse engineering has its origins in the analysis of hardware for commercial or military advantage. The purpose is to deduce design decisions from end products with little or no additional knowledge about the procedures involved in the original production. The same techniques are subsequently being researched for application to legacy software systems, not for industrial or defence ends, but rather to replace incorrect, incomplete, or otherwise unavailable documentation.

    Reasons for reverse engineering:
    • Interoperability.
    • Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated Circuit often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
    • Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential Patent Infringement.
    • Digital update/correction. To update the digital version (e.g. Cad model) of an object to match an "as-built" condition.
    • Security auditing.
    • Acquiring sensitive data by disassembling and analysing the design of a system component.
    • Military or commercial Espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of Copy Protection, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.Reverse Engineering Cite Note 3
    • Academic/learning purposes.
    • Curiosity.
    • Competitive technical intelligence (understand what your competitor is actually doing versus what they say they are doing).
    • Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.
    Platform:
    C#.Net, Turbo C, Windows Vista/Windows 7
    Sir can you guide us for this project? Providing information what algorithms you used in this project to convert turbo C code to C# code? I found one of the report based on this project. But Algorithm used are not explained in that project. Also the source code provided is also incomplete. Sir we are finding difficulty in this project. Please help us.
  • Neha Gupta
    Neha Gupta
    Please i need a project idea for my final year engineering project. My branch is Electronics & computer.
  • ms subha
    ms subha
    pls I need a project idea for mcs project. i'm interesting on machine learning, data mining or data warehousing area. also if it is possible interact with statistical analysis.
  • Syed Masroor Hussain
    Syed Masroor Hussain
    Hey I am New here I need some ideas for final project regards software engineering
  • Abdulrehman Asad
    Abdulrehman Asad
    Rupam Das
    Update: Project Topics for the year 2014 with full papers
    2014 IEEE Project Titles With Full Papers | PDF | Cognitive Radio | Cloud Computing



    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
    I want to buy my matlab based final year project related to telecommunication engineering.
    Rupam Das
    Update: Project Topics for the year 2014 with full papers
    2014 IEEE Project Titles With Full Papers | PDF | Cognitive Radio | Cloud Computing



    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
  • Abdulrehman Asad
    Abdulrehman Asad
    Assalam-0-Alaikum . I am new hear . I want to buy my matlab based final year project related to telecommunication engineering.Can you plez help me? I need very urgent.
  • sheeba52
    sheeba52
    Sir i am a fresher and thinking of doing my final year project based on app development on gals safety cn u plz sugest me any idea
  • sheeba52
    sheeba52
    Sir i am planning to do a final year project based on app development like an app for safety of gals o so..cn u suggest me any ideas if u have plz
  • xobi
    xobi
    Hi,
    i am worried about my FYP...
    I want to do it in PHP,know basics of PHP like CRUD,session
    i dnt have any idea . please give me any idea ....n most importnt please please please also help me by telling what contents in advance level PHP i will have to cover .
  • Kaustubh Katdare
    Kaustubh Katdare
    xobi
    Hi,
    i am worried about my FYP...
    I want to do it in PHP,know basics of PHP like CRUD,session
    i dnt have any idea . please give me any idea ....n most importnt please please please also help me by telling what contents in advance level PHP i will have to cover .
    Well, you can start extending any of the existing frameworks for your project. For example, if you are doing something in the publishing domain; you might just as well think about extending WordPress or Joomla or Drupal.

    Then there are several open source frameworks available that will take the pain out of writing the most common tasks. Think about Symphony or CakePHP and others. The best way to learn is to figure out a solution after getting stuck.
  • Sana2020
    Sana2020
    Can you plz tell me more about " Question paper Leakage Detection and Alart System"
  • Sana2020
    Sana2020
    Can you plz tell me more about " Question paper Leakage Detection and Alart System"
  • <Josh>
    <Josh>
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    im a final year BE student..n i need help to start with this project...
  • Harish Batchu
    Harish Batchu
    can i take any idea for implementation if u agree
  • amos kirui
    amos kirui
    can you give me some ideas on multiumedia?
  • Mark Minay
    Mark Minay
    Gud day sir Rupam Das im a 4th year computer engineering student here in the philippines can you give me some ideas for our thesis title or what kind of thesis can we make. . . better if it mcu based project or arduino project based thank you for your consideration. . .
  • Ankita Katdare
    Ankita Katdare
    #-Link-Snipped-# Have you shortlisted any ideas? Have you shared your background information with us - what you know, what you've studied or worked on? There are 1000s of ideas out there. It's really not possible to handpick one and offer it to you just like that and you like it.
  • Mark Minay
    Mark Minay
    Ankita Katdare
    #-Link-Snipped-# Have you shortlisted any ideas? Have you shared your background information with us - what you know, what you've studied or worked on? There are 1000s of ideas out there. It's really not possible to handpick one and offer it to you just like that and you like it.
    Sorry for inconvenience Ms. Ankita Katdare, and thank you anyway for your response im from the philippines 4th year student computer engineering, the purpose for our thesis are: if our thesis project is need or needed for the community or need by people, or specific company or organization something like that and should be MCU based because were using arduino. we have 1/5 proposal came up with we want to create a shopping cart mcu based that following the customer just like that
  • fresher@cse
    fresher@cse
    hi sir i want an idea for doing project by latest technalogy that is on IOT
  • Kaustubh Katdare
    Kaustubh Katdare
    fresher@cse
    hi sir i want an idea for doing project by latest technalogy that is on IOT
    IOT is a short for Internet of Things. You have not mentioned anything about your background and hence, it's little difficult to make good suggestions.

    Here's one IoT based project I'd like to suggest: A little GPS sensor attached to the schoolbag that sends the alert to the pre-defined mobile number via app or SMS when the sensor moves out of the pre-defined geographical area. Could be a life-saver for kids.
  • Deeksha Rammohan
    Deeksha Rammohan
    Hai Sir,
    I am Doing My Final Year IT.
    Suggest me any Hardware Projects in the following domain:
    Health Care
    Computer Science & ICT
    Manufacturing
    Energy Security
    Nano Technology
  • ananya22
    ananya22
    hi I am a final year cse student..can anyone suggest me some embedded project ideas
  • Behroz
    Behroz
    Hello, sir i want to know about networking based final year project
    please suggest me
  • R krishna murthy chunduri
    R krishna murthy chunduri
    Rupam Das
    Here is the Second Ideas

    2. A Distributed Learning System with Session Sharing, VoIP, Desktop Sharing, and Desktop Recording .

    1) Students can view the teachers desktop in the presentation mode
    2) Teacher can view and control a students desktop ( 4 sessions at a time)
    3) Voice of teacher can be heard by individual students ( VoiP)
    4) Students can not have voice communication with one another.
    5) Teacher can view voice of the students one to one basis.
    6) Teaching session can be recorded through a Desktop Recording

    Platform ( .Net 2010 with C#)
    Requirement: Socket, GDI, DirectX 9.0 and Above, RDP Protocol

    Any Takers?
    iam waiting .its a great job but one thing no pain no gain need your contact num
  • AnkitaLal
    AnkitaLal
    hello sir

    i am interested in doing this project.Please could you help
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • Amit Static
    Amit Static
    Rupam Das
    in cloud computing:
    1) Satellite Image merging over Cloud
    2) Real time P2P network integration over cloud
    3) Distributed Micro-blogging over Cloud
    3) Voice Mining Over Cloud

    In Android:
    1) Android based Social Networking ( Like Blackberry Messanger )
    2) Android apps for RSS reading.
    3) Android based apps for Ticketing, E-marketing, E-learning, Health care,

    I have given the example for you to get the Idea
    Sir, I too wanted some topics for my project which can be anything but less of hardware or no hardware and it would be nice of you if you help me with the topic ☺
  • Nivedha Iyyanarappan
    Nivedha Iyyanarappan
    Hello Sir,
    I am 3yr student.I want some ideas for my mini project.
    I need ideas under these domains,
    1)cloud computing
    2)bigdata and hadoop
    3)Internet of Things
    I am good in c,c++,java and sql queries.
    So please suggest me some ideas.....
  • monikakowlvar
    monikakowlvar
    i want crazy topics for php
  • Inbhamathi
    Inbhamathi
    Hello all
    I want some interesting projects ideas/topics on java for my final year project so it would be nice of you if you help me with the topic
  • MANU BHARADWAJ
    MANU BHARADWAJ
    A gps address linkage system for emergency services
  • MANU BHARADWAJ
    MANU BHARADWAJ
    Inbhamathi
    Hewanall
    I want some interesting projects ideas/topics on java for my final year project so it would be nice of you if you help me with the topic
    Can you please give me a general theme on which you want
  • Amit Static
    Amit Static
    anjalisuriya
    Hello Sir,
    I am 3yr student.I want some ideas for my mini project.
    I need ideas under these domains,
    1)cloud computing
    2)bigdata and hadoop
    3)Internet of Things
    I am good in c,c++,java and sql queries.
    So please suggest me some ideas.....
    Please suggest me too when you get. The topics
  • Vivek_Kumar@1
    Vivek_Kumar@1
    Sir i want to do my final year project on python. Can u suggest some plz.
  • Amit Static
    Amit Static
    Sir
    [QUE="Amit static, post: 360329, member: 219096"]Sir, I too wanted some topics for my project which can be anything but less of hardware or no hardware and it would be nice of you if you help me with the topic ☺[/QUOTE]
    Amit static
    Sir, I too wanted some topics for my project which can be anything but less of hardware or no hardware and it would be nice of you if you help me with the topic ☺
    Sir I wanted help with emotion based music player
  • Jasim Chouhan
    Jasim Chouhan
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported. You can also disable your USB as a plugin to the project.
    wow its amazing idea Rupam
    keep it up
  • Amal93
    Amal93
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛



    Hi sir...
    It's a great idea and nice to implement it .I am software engineering student in last semester and i want to implement this by using Asp.net(c# language)...
    Could U please help me how the website will be looks like (the different pages in a website)..??
    I am waiting your replay please *-*
  • R krishna murthy chunduri
    R krishna murthy chunduri
    Inbhamathi
    Hello all
    I want some interesting projects ideas/topics on java for my final year project so it would be nice of you if you help me with the topic
    Inbhamathi
    Hello all
    I want some interesting projects ideas/topics on java for my final year project so it would be nice of you if you help me with the topic
    Hello better i suggest you to opt datamining and cloud computing concepts.
  • Vishnu Kartha
    Vishnu Kartha
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
  • SriGayathri
    SriGayathri
    your ideas were really good..congrats
  • PriyankaPrincess
    PriyankaPrincess
    Rupam Das
    in cloud computing:
    1) Satellite Image merging over Cloud
    2) Real time P2P network integration over cloud
    3) Distributed Micro-blogging over Cloud
    3) Voice Mining Over Cloud

    In Android:
    1) Android based Social Networking ( Like Blackberry Messanger )
    2) Android apps for RSS reading.
    3) Android based apps for Ticketing, E-marketing, E-learning, Health care,

    I have given the example for you to get the Idea
    Rupam Das
    in a Web based solution, developing a website is just not "The Project" anymore with almost CMS available for all type of websites like blogging, Hotel Management, Learning Management. However working with web mining might be a Good Idea( What I feel). It could be something like collect a server log from a website and than generate the trends of traffic or activity. Or, It could be a more "Technical Stuff" like detecting opinion in the blogs or Forums. If you love challenge, Gender classification of the users based on the forum post with machine learning will also be a great stuff. where as if you are PHP enthusiast , writing your own mod for Drupal or MyBB will be a fantastic Idea. Not only that will help you in project, once completed, you can share with their respective communities to get good name and fame. If your work is a "wow", you may ask for donation through "pay pal" and trust me they flow in!

    More queries are welcomed.
    hello sir i am a final year M.tech(cse) student..suggest a ideas and titles on data mining projects and please let me knoe the implemntation method because i have to submit the synopsis sir.
  • PriyankaPrincess
    PriyankaPrincess
    hello rupam i find this your ideas as innovative so please a suggest on data mining as soon as possible
  • Abhipsa
    Abhipsa
    Rupam Das
    are the topics really tickling you to go for them? Write in . because if nobody is interested in a crazy Idea, it's crazier to keep giving those Ideas!!!
    Any project idea related to wireless sensor network?
  • Lohith121
    Lohith121
    Try to put some Software application idea's which going to be highlighted in enginering..
  • vivek sharma
    vivek sharma
    Hello Sir,
    I am final year student.I want some ideas for my final yr project.
    I need ideas under these domains,
    cloud computing (database as a service)
  • polestar
    polestar
    Plz tell me the ideas based on php something unique which make it good one
  • polestar
    polestar
    Plz tell me unique ideas based on php language
  • James98173361
    James98173361
    Wow these are really good idea... Thanks for the help
  • Vishnu Kartha
    Vishnu Kartha
    Sir, I am a CSE student looking for an idea for my project. I am thinking of developing an android application, or an embedded system that will be controlled by an android phone. Can you please provide me with better ideas sir....
  • khawaja kaleem
    khawaja kaleem
    sir give me some ideas based on Asp.Net C#
  • vyasM
    vyasM
    hello Mr. Rupam . i am doing my final year of computer science ...
    your project ideas are really impressing me... i want a project idea which will be useful
    to society like that for blinds .. can you give any ideas related to that....

    thank you sir...
  • vyasM
    vyasM
    hello Mr. Rupam ... i am doing my final year of computer science...
    your ideas are really good... i want a idea that useful for society like that for blinds..
    can you give ideas related that ......

    thank u sir
  • Yash Mehta
    Yash Mehta
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    Can i get your e-mail id? I need to talk to you about this project sir. Thank you!
  • mongoose
    mongoose
    Hello you are very great . Am looking to do something in social media marketing probably with machine learning involved.
  • StudentCorner
    StudentCorner
    Hi Rupam,can you tell me the Project ideas for BE(computer engineering) final year related Domain:
    1)cloud
    2)securing
    3) database
    4)image processing
  • StudentCorner
    StudentCorner
    Hi ,Can you tell me the project ideas for BE final year(computer engineering) in java.
    Domain are as bellow
    1)cloud
    2)securing
    3)database
    4)image processing
  • Sinister_grin
    Sinister_grin
    Hey Rupam Excellent ideas keep up with the ideas
    I wanted to know how would i be able to do the following idea using c++ or c or c#.
    Killing Idea: Convert a Pdf to VoiceBook
    1. Read a Pdf file
    2. Apply Text to speech
    3. Convert it to a voice file
    4. Compress the voice through suitable encoding
    5. Design an Interface so that using voice command the file may be played, can be looped back to previous chapter or paragraph or search a particular phrase.
    6. And if you are mad enough design a FM transmission system which will transmit the voice-book.
  • Sinister_grin
    Sinister_grin
    Hey Rupam
    Excellent ideas
    Wanted to know how i could implement this with the help of c# or c++ or c.
    Also how to go about the project of railway anticollision.
    Killing Idea: Convert a Pdf to VoiceBook
    1. Read a Pdf file
    2. Apply Text to speech
    3. Convert it to a voice file
    4. Compress the voice through suitable encoding
    5. Design an Interface so that using voice command the file may be played, can be looped back to previous chapter or paragraph or search a particular phrase.
    6. And if you are mad enough design a FM transmission system which will transmit the voice-book.
  • poori
    poori
    hi i want some ideas for my mini project right now i am in 3rd year
    i am good in java,c and data structures,php and to some extent python
    i am interested in topics like security,testing, data mining and cloud computing
    plz suggest some new ideas in these topics and also other topics which u think are good
    thanks
    rupam
  • Amit Static
    Amit Static
    Rupam Das
    Update: Project Topics for the year 2014 with full papers



    Excerpt from New Final Year Project Ideas for Computer Science in java , .Net No List. We shall put forward the Idea, Ask your queries about how to proceed, we will provide guidelines. No source code offering No Abstract Offering. These will be Ideas that one can Implement. Just come and Enjoy the Discussion. Present your Ideas also.
    SIR I WANTED SOME TOPICS REALTED TO DISTRIBUTED COMPUTING & DISTRIBUTED DATABASE
  • Rabipanda
    Rabipanda
    Hi Rupam
    I want to do go for mammogram classification using matlab. Can you help me?
  • Rabipanda
    Rabipanda
    Dear Rupam
    I want to go for mammogram classification using matlab. Can u help me
  • Saroj Shrestha
    Saroj Shrestha
    rim
    but my project is not for email and not for blind!! what i want is for example a mute person who uses sign language wants to order pizza in the restaurant but the waiter cant understand sign languages so my project is to let mute people to talk by translating the sign language into text and from text to voice..what i imagine now is to use the cam of my laptop and the mute person sit in front of the cam and start using sign languages with his hand the cam will detect the pattern and translate it with some programming i will do into text and then with some application the text is spoken aloud in the computer
    why a people need to show sign, when he can text??????
  • Stephane SIMO
    Stephane SIMO
    hi sir i really like this idea Webcam Based Credit Card Reader with Face RecognitionThe idea is to develop a webcam software that will be able to get the inputs from the webcam when the user holds his/her credit card in front of the cam. This idea could be incredibly useful in online payments systems! Also instead of the password provided by CC gateway, the face will be recognized and authenticated as the holder of the card. It should detect
    1) Credit card Number
    2) CVV Number
    3) Name on the Card
    4) Expiry date.
    5) Bank
    6) Type of Card(Logo Detection).
    (Original Idea : Big_K)
    i need ur help for that if possible sir
  • Saroj Shrestha
    Saroj Shrestha
    Rupam Das
    A neural Network Based Hand Movement Recognition on touch-pad for Paralytic Persons


    paralytic persons or people with little movement like who suffer from parkinson's disease has a restricted movement. They can move the fingers but the movement are not prominent.

    In this project, some movements are first trained like one writing a rough 'a' alphabet on the touchpad or through mouse movement. Such movements will vary every time the person attempts to write due to his disease. Therefore a strong classifier is used which can recognize the movements under extreme variation. Once the movement is detected, it is mapped to certain command like Wheel Chair Movement or converting the movement into a speech sentence.
    Could you please provide me some research paper on this title. Although i had already collected some of them, I want little more so that i can have better idea. Thank You.
  • Saud556
    Saud556
    share some ideas on Computer or Cyber Security/Cryptography ....
  • Saud556
    Saud556
    share some ideas on Computer or Cyber security/ Cryptography...
  • Subhra Dharmaraj
    Subhra Dharmaraj
    A Door that senses your identity and opens automatically .
  • Subhra Dharmaraj
    Subhra Dharmaraj
    A door which senses your identity and performs automatically!
  • Subham Kumar Sahu
    Subham Kumar Sahu
    I want to do an ecommerce project as my major so i need sugeestion shall i go with CMS or ?? anything else
  • Shahnila Rahim
    Shahnila Rahim
    hi Rupam doing great job.
    I am computer science student searching for FYP. I got your Idea virtual mouse handling. I really liked it. can you give me more info about this idea?
  • Shahnila Rahim
    Shahnila Rahim
    hi Rupam doing great job.
    I am computer science student searching for FYP. I got your Idea virtual mouse handling. I really liked it. can you give me more info about this idea?
  • Axel Blaze
    Axel Blaze
    Rupam Das
    8. Loyalty Test! A Cheap Lie Detector based on Speech Stress Analysis

    Ever wondered how Lie detection works? There are sensors that are placed all over your body on your vein areas. When we lie, there are change in the electrical activities. That change produces electrical surge pulse which are recorded. Now what happens is when we tell lie, there is a stress in our voice also. That is very very limited but for a speech signal processing that is Significant. There is an algorithm that can extract the stress signal in our speech when we lie. It is a complicated project but can be done with the help of Little programming. Matlab/vc++/ C# ( Never Tried with java).
    I am interested in this topic, it would be great if u gave me an abstract or a concrete lead to this project
  • Axel Blaze
    Axel Blaze
    Rupam Das
    New Project Ideas ( Excerpts from #-Link-Snipped-#)
    7. Question paper Leakage Detection and Alart System
    8.Multiuser Face Detection and Recognition based Attendance System
    9. "You might be interested in Listening these Songs too"
    10.Virtual Mouse Using Hand Movement
    11.Driver Drowsiness Detection and Drunk test based on eye tracking
    12.Charming Index for Candidate Selection in Interviews
    13.SMSblue-CMS

    Stay Tuned to this thread. New updates will be posted regularly
    Interested in Virtual Mouse using Hand movement, lead me.
  • Santoshi Sahu
    Santoshi Sahu
    the ideas for the projects sounds really good....👍
    could be adapted by all IT field students and professionals for creative ideas.......😁
  • Aparna P G
    Aparna P G
    hello rupam...plz help me by giving me an idea for final yr computer science project...plz plz...
  • Aparna P G
    Aparna P G
    plz anyone help me by giving ideas for final yr computer science project ...plz plz...
  • Habib Saleh
    Habib Saleh
    Good day,
    Will like to take any of these projects : webcam based credit card reader with face recognition. Or. Multiuser face detection and recognition base attendance system. As my final year project but I am still a novice in programming. Any help, am ready to pay for the service. I mean no disrespectful
  • Vincent Monti
    Vincent Monti
    sir , i had your project .. all is really nice ideas 😀 buy i love d most is your #7 idea 😀 i want it to make on my 4th year baby thesis system .. i hope you can help me sir 😀
  • Abdullah Warraich
    Abdullah Warraich
    hi rupam i am going to join university this fall and they ask for an ideal cs project that i would like to pursue. can you pls give some ideas at my level.
    p.s i am a bit short on time
  • Abdullah Warraich
    Abdullah Warraich
    hi rupam i am starting a university this fall and the have asked me for an ideal project that i would like to pursue and why. please help me with ideas
    p.s i am a bot short on time
  • nayna doifode
    nayna doifode
    its being great about your ideas .i am currently searching for something neural networks
  • Abdullah Warraich
    Abdullah Warraich
    I kind of wrote on neural network based wheelchair which converts neuro signals in ones body into binary code and helps the paralyzed move about with ease . (this is just the main idea of what i wrote)
  • rushali
    rushali
    Am doing BCA final year.. and in search of some nice topic.. a bit innovative nd diffrent with a wide range of thinking.. so if i could get one.. that can b done using .net..

    Waiting fr ur response
  • Angel das
    Angel das
    Can you tell me what are the requirements for creating Emotion based music player and can I use java platform for making it??
  • Angel das
    Angel das
    Can u tell me what are the requirements for developing emotion based music player and can i develop it in java??
  • PGN
    PGN
    hello sir....
    i m 4th year IT student.As my area of interest are:
    network security
    IOT

    I want to develop real time application or any software in network security which will be useful for our society....
  • Nikunj Joshi
    Nikunj Joshi
    Hello friends... I'm student of BE 4th year in Computer Engineering. I want to know some idea about 7th semester project. Please give me some idea that what project is better for me & which language? Please answer me fast....

    Thank You....!!!!!!😀😀😀
  • Nikunj Joshi
    Nikunj Joshi
    hey i want to do some projects in BE last year... plz suggestion me..
  • Kaustubh Katdare
    Kaustubh Katdare
    #-Link-Snipped-# - Just make one post and it should be detailed. How'd we know what project is better for you - because we don't know anything about you, your skills-set or which programming languages you know.

    Always write detailed post about your requirements so that that it's easier for others to help you 😀
  • jaaanu
    jaaanu
    hey sir, im a final year CSE student.. im looking forward to paper based ( IEEE,research ), innovative,social / industrial relevant ideas for my final main project. My areas of interest include mainly java netbeans and mysql. I'm glad to get crazy ideas on any topics except image processing. hoping for positive reply soon 😀
  • jaaanu
    jaaanu
    hello.. sir im ONLY asking for new innovative IDEAS which can be relevant socially and for future. i need it asap if possible before 18th
  • fareeha
    fareeha
    can you give some ideas using formal methods ???
  • fareeha
    fareeha
    can you give me any idea using formal methods ???
  • fareeha
    fareeha
    can you give any idea using formal methods
  • Nathy
    Nathy
    wow great ideas and projects Rupam
    Can you help me create a web development project for my final year project
    pls suggest a project for me
  • priya jerry
    priya jerry
    hi all,
    i am from cse branch,...now i confused with my project ideas..can anyone help me out....
  • minalvm
    minalvm
    Hello....
    can you tell me about NLP........how to implement NLP with JAVA.....any website for learning NLP with java language....how to write NLP with java program.....
  • avani dholakiya
    avani dholakiya
    sir can you give me the project definition based on the ethical hacking for 4th year project..?
  • kavitha.d
    kavitha.d
    Hi sir..I' m studying B.E. CSE final year...I'm interested in network security...I need an idea to my final year project....Can you suggest some ideas
  • Reshmy Priya G.N
    Reshmy Priya G.N
    Sir I am doing my btech final year.I am interested in the topic "Voice Based Email System for Blinds".Can you please suggest advancements to the current system available.
    Thanks & Regards
  • Sanvar shah
    Sanvar shah
    Can you suggest me something in augmented reality or virtual reality concepts as projext
  • Tejal kawale
    Tejal kawale
    Hello sir,
    Iam searching for a unique idea for my final year diploma.I have gone through your website and liked the Location aware Personalized Assistance topic. Can you please tell me the technologies and languages gonna use in the project.
  • Tejal kawale
    Tejal kawale
    Rupam Das
    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.
  • nill123
    nill123
    can you suggest me a project topic related to embeded system and some idea how to do that??????
  • swati maurya
    swati maurya
    sir i want suggestion on java projects taht can be made with help of dbms for final year project
  • Amit Static
    Amit Static
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported. You can also disable your USB as a plugin to the project.
    I want to try this with WiFi since our professor feels that it is h/w dependent due to Mac address authentication can you help me with suggestions please.
  • Surbhi.Arora095
    Surbhi.Arora095
    hello sir i'm b.tech student. please help me with some topics for my minor project on java. i'll be very thankful to you.
  • pransem
    pransem
    i want to ask how to hide files in video
  • pransem
    pransem
    hw to hide files in a video
  • pransem
    pransem
    how to make bar graphs with details of topic
  • vishnu pratap singh
    vishnu pratap singh
    What r the primary things to make project on Duplicate File Remover( A real time software).plz sir tell me..
  • Ghazala khanam
    Ghazala khanam
    Hiiii,

    I am final year CSE student, and looking for creative project Idea, which can be developed/design using JAVA and android.
    Please help me for the same.
  • Rohit Roy
    Rohit Roy
    Sir I am a 3rd BTech CSE student of NIT Meghalaya and I am greatly impressed by your cool project ideas.Sir,can you suggest some new,fresh and an awesome project in CSE.However hard the project may be I assure you I will work harder and tackle the project.I am willing to do some projects before going to final year so that I get awesome application of my concepts
  • Rohit Roy
    Rohit Roy
    Sir I am a 3rd BTech CSE student of NIT Meghalaya and I am greatly impressed by your cool project ideas.Sir,can you suggest some new,fresh and an awesome project in CSE in which nothing much has been done as of now but there is a ray of hope.However hard the project may be I assure you I will work harder and tackle the project.I am willing to do some projects before going to final year so that I get awesome application of my concepts and I wanna do this for my learning puropse.I am a diehard coder
  • Tasmina Khan Shahid Khan
    Tasmina Khan Shahid Khan
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
    I want more information about this project!!
  • Dhana lakshmi
    Dhana lakshmi
    Implementing a cortona in watch.
  • Tickey Chitukutuku
    Tickey Chitukutuku
    I am a second year B. Tech student in IT, Anybody who can help me with Topic ideas for a project
  • Ayesha Javaid
    Ayesha Javaid
    Rupam Das
    The Forth Idea

    A Wireless Communication Protocol Based on Bulbs(Yes you are right electric Bulb)


    Consider two homes opposite to each other.( May be yours and you Girlfriend/Boyefrinds😀 if I am permitted to use so)
    You have a bulb( or best tube light) that is connected with your system with Relay/Optocoupler. And you have a web cam facing her window and her webcam is facing towards your window. She has the same arrangement.

    All we do here is write a Simple algorithm to produce "-" (dash) or "." (dots). Remember Morse code used in second world war and earlier days telegraph?. It is simple to convert sentences to dash and dots. based on the sequence of dash and dots, we can control the intensity of the bulbs. for others it looks like current fluctuation.
    so as bulb blink,webcam detects it and through simple threshold based image processing and the inteface translates the blinks back to sentences.

    i taught the manual coding and decoding with torch light to my desparate hostel mates willing to communicate with peers on opposite hostel. At one time it was the most widely used communication standard among my college hostels post 9PM. SMS has killed my idea, but this sort of communication cant be decoded, no airtel or google can store a copy of it. so great for security
    dats a nice idea for new genration
  • Shruti Nair
    Shruti Nair
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported. You can also disable your USB as a plugin to the project.
  • Shruti Nair
    Shruti Nair
    Rupam Das
    7.Securing Computer Folders with Rinjdal Security Extension and Your Bluetooth Enabled Mobile Phone


    Ever wondered what happens when people have password of your PC and reads through your Document or other important stuff? Protect it.

    1) Have bluetooth enabled in your laptop or PC.
    2) Write an interface to discover bluetooth devices.
    3) With an Admin password authenticate the MAC address. MAC address of your mobile gets stored in Registry of the System.
    4) Your application will start as a background process as soon as you start your PC.
    5) In the configuration mode select a folder as your Working folder.
    The program must have a timer to read contents of all files of all types including video of that folder.
    6) The program implements a Handshake protocol with your device in every 5 seconds.
    7) As soon as you go away from PC, it encrypts all the files of the folder and log off your account.
    8) Soon as you Log in to the account, it searches for your Bluetooth Mac address. It prompts you with the password. If password matches, decrypts all the files.
    9) If somebody else logs into your system, bluetooth device if any do not get matched, hence the application never asks for Password.

    [Now people around me should know why I wear a tag and Keep my mobile with me always😀]

    Full proof security. .Net 2008. Xp/Vista/Win7 all supported. You can also disable your USB as a plugin to the project.
    Sir can you please tell me if this project could be done using java or C/C++ ?
    And also kindly suggest some innovative projects using Java
  • asokfair Ra
    asokfair Ra
    Hi All,
    Checkout this project
  • Sameen Rashid
    Sameen Rashid
    i need idea for my final year project on complaint management system
    please help
  • ianz
    ianz
    sir im a senior student here in philippines..we are looking for possible thesis that are usable,feasible and practical that could be done within 4 months...image files attached are the list of cs topics that are related to our thesis to be done. pls see attach files
  • shailaja manne
    shailaja manne
    These ideas are very good sir. I want do project in machine learning. Please give me some ideas sir.
  • ramarajesh
    ramarajesh
    can you please tell me the way to implement this idea it is very nice idea
  • Dhana lakshmi
    Dhana lakshmi
    Really amazing Rupam.
  • sid kasundra
    sid kasundra
    i am doing ccna module 4.
    please suggest some project based on networking related project.
  • Shivani Band
    Shivani Band
    Sir,i need you to help me out for new project ideas on android applications those are required by IT companies and not yet implemented.And i also need you to give me some more project ideas being java as a platform
  • Saam mughal
    Saam mughal
    Rupam Das
    8. Loyalty Test! A Cheap Lie Detector based on Speech Stress Analysis

    Ever wondered how Lie detection works? There are sensors that are placed all over your body on your vein areas. When we lie, there are change in the electrical activities. That change produces electrical surge pulse which are recorded. Now what happens is when we tell lie, there is a stress in our voice also. That is very very limited but for a speech signal processing that is Significant. There is an algorithm that can extract the stress signal in our speech when we lie. It is a complicated project but can be done with the help of Little programming. Matlab/vc++/ C# ( Never Tried with java).
    sir kindly provide more details about this project.....
  • Saam mughal
    Saam mughal
    sir plz suggest some new ideas for final year project......software based project but a little interaction of hardware in the project......... .net based
  • Xanaw
    Xanaw
    Rupam Das
    😔

    Nobody is Inspiring Me, Writing New Ideas........... I am Sad..............😔
    😔
    Atleast say Good Bad........................ "I am lonely out here waiting for CE Seniors and Mods to write their Ideas!!!!!!!!!! Or close the thread😔

    😔
    Can u give me your email address?
  • vishnu koneshwaran
    vishnu koneshwaran
    hi sir im final year student in computer science
    can you please shear with me some innovative ideas regarding
    Image processing
    natural network
    augmented reality

    its group project (4 members) in a group
    each student needs to have equal functionalities
    i submitted bunch of ideas the panel rejected
    can you please help e to find a great idea
  • Aamir Ali
    Aamir Ali
    Rupam Das
    8. Loyalty Test! A Cheap Lie Detector based on Speech Stress Analysis

    Ever wondered how Lie detection works? There are sensors that are placed all over your body on your vein areas. When we lie, there are change in the electrical activities. That change produces electrical surge pulse which are recorded. Now what happens is when we tell lie, there is a stress in our voice also. That is very very limited but for a speech signal processing that is Significant. There is an algorithm that can extract the stress signal in our speech when we lie. It is a complicated project but can be done with the help of Little programming. Matlab/vc++/ C# ( Never Tried with java).
    Sir it's good idea
  • Saam mughal
    Saam mughal
    I am a computer science student...........i need some interesting ideas for my final year projects....plz help me
  • Saam mughal
    Saam mughal
    yaha to koi rply he nhi deta
  • Kaustubh Katdare
    Kaustubh Katdare
    Saam mughal
    I am a computer science student...........i need some interesting ideas for my final year projects....plz help me
    Saam mughal
    yaha to koi rply he nhi deta
    Perhaps, because the ideas have already been posted. We don't know what your specific requirements are.
  • Saam mughal
    Saam mughal
    Kaustubh Katdare
    Perhaps, because the ideas have already been posted. We don't know what your specific requirements are.
    i need a .net project idea.....software based project bt a little bit interaction of hardware....some interesting
  • Ammumurugesan
    Ammumurugesan
    Rupam Das
    Re: A reverse engineering approach for converting Conventional Turbo C code to 64 bit

    Is there anybody here who wants to share a creative Idea Here?😡
    Just put anything that is interesting, But keep the thread alive.
    I have an idea

    To manage all the certificate details ,photos like file management system with security i.e password (authentication).
  • sunniea
    sunniea
    hi, i am in search of anriod app which may solve the social issues or may be helpful for humanity for final year project
  • sunniea
    sunniea
    can someone kindly suggest any security anroid app for final year project
  • ojeswani reddy
    ojeswani reddy
    Interesting...! I'm final year student doing major in CS. I have some new ideas... can you please explain how this works
    Is there any chance of storing wifi data and using whenever we want.
  • chintal anisha
    chintal anisha
    Rupam Das
    Webcam Based Credit Card Reader with Face RecognitionThe idea is to develop a webcam software that will be able to get the inputs from the webcam when the user holds his/her credit card in front of the cam. This idea could be incredibly useful in online payments systems! Also instead of the password provided by CC gateway, the face will be recognized and authenticated as the holder of the card. It should detect
    1) Credit card Number
    2) CVV Number
    3) Name on the Card
    4) Expiry date.
    5) Bank
    6) Type of Card(Logo Detection).
    (Original Idea : Big_K)
    idea is good.
    ci m intrested in this project can u help me out?
  • Shrishti Gupta
    Shrishti Gupta
    Rupam Das
    Killing Idea: Convert a Pdf to VoiceBook
    1. Read a Pdf file
    2. Apply Text to speech
    3. Convert it to a voice file
    4. Compress the voice through suitable encoding
    5. Design an Interface so that using voice command the file may be played, can be looped back to previous chapter or paragraph or search a particular phrase.
    6. And if you are mad enough design a FM transmission system which will transmit the voice-book.
    I'm a second year Btech student of IS branch. I loved this idea of yours, and want to do it as my mini project in the 3rd sem. can you provide me with more information or links and how to go about for this?
  • csengg
    csengg
    hi sir i am a cs final year engineering student(BE).
    sir please suggest me some project ideas that are easier to implement as the duration to complete our project is very short.
    please
  • csengg
    csengg
    Rupam Das
    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.



    hi sir , this is a unique idea. it can definitely solve the problems of travellers who visit newplaces.
  • Piniki endurance enemor
    Piniki endurance enemor
    Final student Plz I want to work on weather forecasting to create an app for Android phone and I also want u to tell me d current Thing that is missing on the system. Plz I need ideas thank u
  • Dipesh chhetri
    Dipesh chhetri
    Rupam Das
    The Third Ideas

    Emotion Based Music Player: A music player that presents you a playlist based on your mood.So when you come back home from office having messed up an assignment your boss had given, the system plays "Kishore Kumar", and when you return home next day after Knocking out your Boss, it plays Ozy Ozaman


    1) Write an Interface for capturing Video From Webcam
    2) Segment Face out of it
    3) Extract Facial Features ( Chin, Mouth, Eye Geometry)
    4) Build a classifier that can be trained based on these features.
    5) Now write a simple Music Player with playlist Support.
    6) Turn on the camera and music player and the playlist is sorted automatically.

    [ I have implemented this project with C#.Net 2008, with emotions: Sad, Happy, Smile, Confused with 73% accuracy in test conducted over 80 persons for 10,000 test cases]
  • Afsheen Zameer
    Afsheen Zameer
    Rupam Das
    1. Voice Based Email for ( Blinds?)

    The idea is, create a class in .Net with .Net SMTP option
    Voice Authentication is enabled using a Simple Melfcc features.
    Microsoft Speech SDK is integrated with the programming Language.
    Set of Commands are reserved like "start" ,"subject","matter","send","delete". Activate Dictation mode not command mode.
    Try to generate event when user speaks these words.
    Create a simple textBox editor. When user speaks, they get typed over here.
    A pushMail interface to read from your GmailAccount.
    When you say "Read", should featch the mails in List box and read sender and heading.
    With Up and Down command you can select a particular mail
    its body will be spoken out.
    [To give an overview of what we are expecting in this thread, I posted the first reply. Let's See How Creative our CE friends are]😛
    This one is best, i was looking for an idea and too much worried what should i do in FYP.
  • Afsheen Zameer
    Afsheen Zameer
    if i take 1st project "Voice email generating System (for Blinds), can you give me its more details please
  • wan nur haizun
    wan nur haizun
    sir, do u have an idea for final year project . im still blur what should i do for my final year project . im student data communication and networking . if sir has an idea please suggest me what to do 😔
  • Muzinde Alfred
    Muzinde Alfred
    Vivek_Kumar@1
    Sir i want to do my final year project on python. Can u suggest some plz.
    James98173361
    Wow these are really good idea... Thanks for the help
  • Muzinde Alfred
    Muzinde Alfred
    hy friends i m a second year student working on a project on automatic time table generator . is there anyone who can help me with the algorithm or source code to impliment the idea either in java or html and php. also how possible can this be done with the concept of graph colouring
  • sudath
    sudath
    hello sir,
    I am 4th yr IT student , I am very intresting with your project ideas and thank you for it.Could you give me new idea ?.my area of interests are as follows:

    1.Sementic web and ontology
    2.Data mining.
    3.Image processing
    4.Natural language processing.


    please suggest me some innovative ideas based on above fields.I am very thankfully for you.pls help
  • Akash Sarade
    Akash Sarade

    car reservation 

  • Helisha Shah
    Helisha Shah

    Helloo.. i m final year BE student. I need some innovative idea for my project in android 

  • Zahin Eaman Uddin
    Zahin Eaman Uddin

    Hello sir..i am a final year student....i want a build a project on android....can u suggest me some unique ideas??

  • Love Story
    Love Story

    Hello, I want to build an application that can make payments.

    The idea is that the merchant and user both should have an account, the merchant can receive payment from the user (after any purchase) just by scanning users face and then matching account opens and user can enter his PIN and complete the transaction.

    My problem is how to make sure the user is a real person and not a spoof( picture/video/mask). Could anyone here help me. Its for my final semester project.

    Thank you in advance.

  • Kaustubh Katdare
    Kaustubh Katdare

    #-Link-Snipped-#  - I advise you to create a new question for better discoverability. Also, it'd be nice if you could use you real name. 

  • Love Story
    Love Story

    Name: Sarath P

    Question: how to create an application that can detect real human face and distinguish fake picture/video (attack).


  • IMDAD MAMUD
    IMDAD MAMUD

    What are the pre-requirement of these project? Can you give me a small idea ? Thank you


    Location aware Personalized Assistance
    Problem: These days many people have to visit several places due to professional requirement. For example doctors, Medical Representitives, Sales Man, Service Support Stuff. When they go to a new place, invariably they have to find out the information about that place, have to ask people or search in internet manually to know more about the place. That is not only time consuming but also not technically efficient.

    Solution.

    In this project the objective is to build such a system where by when a user arrives at a place, from his GPS information, the local Map is downloaded in his mobile along with the information about Hotels, Lodge and Resturants, Doctors, Vehicle Rent service of that place, near by tourist places and other information that he subscribes to. Further these informations are managed with deeper local searches. That means the information is managed area wise in a city. It also loads the phone numbers of the friends and their addresses over that area.

  • sajjad ahmad
    sajjad ahmad

    sir i m doing cs right now i m in 7th semester so kindly can u suggest me any creative and amazing idea for my final year project in php?

  • Kaustubh Katdare
    Kaustubh Katdare

    #-Link-Snipped-# - Please look at the different innovative and creative project ideas suggested in this discussion. I'm sure you'll find something that'll interest you.

    For your PHP project, which framework are you planning to use? Or are you going to do it in plain PHP? Is there any project you've considered doing on your own? Why didn't you select it? 

    Let us know a few details so that we can help you pick a good idea.

  • poorvi tyagi
    poorvi tyagi

    Hi sir, 

    I need nice ideas for my major project in AI and IOT please help. 

  • Tahreem Nadeem
    Tahreem Nadeem

    I need final year project idea in Android  .... 

  • Neko senpai
    Neko senpai

    Last year cs student.. Would like some ideas for the graduation project containing machine learning + game developing...  or you can actually say anything i am really lost and don't have any idea what topic should i focus on :C  i'd really appreciate you answering sir Rupam ... Thanks in advance.

  • Swathi Tailur
    Swathi Tailur

    creative ideas

  • Najma Nazrin
    Najma Nazrin

    Sir I'm Btech.2nd year CSE student.. I have a science expo,I got only 10 days,could u give me some ideas for the expo Using C/python or something else that is intresting

    ?

  • Mindaugas Kolesnikovas
    Mindaugas Kolesnikovas

    Hi,

    Im a final year student in computer science,

    Have good knowledge in Java, basic C++. Maybe you could give me some ideas for my project? I am interested in AI (even if that is a very large field), android apps, voice recognition (never tried doing it) would also want to try face recognition but afraid a year that i have would not be enough to learn about it and then produce a product. 

    Another thing, the way my university works, they demand me to find a problem about any of my interested areas and produce a solution in that product. I need to read articles about it and find some general, popular problem that has not been fixed yet, or even if it was, find a better way of fixing it. 

    My initial idea was a chatbot for educational institute that allows students to get answer to random queries about their programmes of study, events, personal profile e.g. address changes, finance options, course options for next year and details about their progression and other similar questions which include FAQ and etc. However, I can not seem to find many articles that tackle this and don't know what problem would I be solving in here. 

    Thanks a lot for your time, will be waiting for reply. 

  • himanshu dewan
    himanshu dewan

     i had an idea to develop gps-based dengue risk index android application which would tell the user about the dengue risk based on it's location. But my idea was rejected due to unavailability of latest data on dengue.

    - The application needs to be updated frequently based on the data.

    - govt. sites don't have the latest updated data.

    Can you suggest me some solution.

  • Est Mat
    Est Mat

    Hi ur ideas are inspirational.can u give some ideas on what type of projects can i do in image procvessing?


  • Awais Aslam
    Awais Aslam

    Emotions based music player... is this feature works in Android application or in some gadget

  • Pele pucho
    Pele pucho

    Went through your ideas and found this topic "Converting PDF to voicebook" interesting. 

    Could you more ideas regarding it

You are reading an archived discussion.

Related Posts

I have an idea of a new type jet engine, I explain it here and hope somebody study it and advise me how to launch it into market. Brief structure...
i am recently doing my project " cdrom as audio cd player".... in that i am not getting my audio output from the headphone jack. is there any other way...
Technopreneurship is an IT Based B-Plan competition organized at Avenues, the annual business festival of Shailesh J. Mehta School of Management. The business ideas which would be entertained in the...
can any1 send me aptitude paper of thoughtworks and the question that were asked in interviews
If abstract class don't have any real implementation then why it is used. What is the benefit of using it if we can do the same program without abstract class....