CrazyEngineers
  • 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
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Rupam Das

    MemberSep 3, 2011

    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]😛
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 3, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 4, 2011

    😔

    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😔

    😔
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 4, 2011

    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]
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 4, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 4, 2011

    please post your comments here for more innovative project list...
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 4, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 4, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberSep 4, 2011

    Interesting Ideas Rupam.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 4, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 5, 2011

    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).
    Are you sure? This action cannot be undone.
    Cancel
  • bushra baig

    MemberSep 6, 2011

    very nice ideas how we can get more details of these projects
    Are you sure? This action cannot be undone.
    Cancel
  • Reya

    MemberSep 6, 2011

    @bushra baig: Start a separate thread for the topic you are going to work with and post the details you need.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 11, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 11, 2011

    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)
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 11, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 11, 2011

    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 <a href="https://en.wikipedia.org/wiki/Process_%28engineering%29" target="_blank" rel="nofollow noopener noreferrer">Process %28Engineering%29</a> of discovering the technological principles of a human made device, object or system through analysis of its structure, <a href="https://en.wikipedia.org/wiki/Function" target="_blank" rel="nofollow noopener noreferrer">Function</a> and operation. It often involves taking something (e.g., a <a href="https://en.wikipedia.org/wiki/Machine" target="_blank" rel="nofollow noopener noreferrer">Machine</a>, <a href="https://en.wikipedia.org/wiki/Electronic_component" target="_blank" rel="nofollow noopener noreferrer">Electronic Component</a>, or <a href="https://en.wikipedia.org/wiki/Software" target="_blank" rel="nofollow noopener noreferrer">Software</a> 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:
    • <a href="https://en.wikipedia.org/wiki/Interoperability" target="_blank" rel="nofollow noopener noreferrer">Interoperability</a>.
    • 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. <a href="https://en.wikipedia.org/wiki/Integrated_circuit" target="_blank" rel="nofollow noopener noreferrer">Integrated Circuit</a> 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 <a href="https://en.wikipedia.org/wiki/Patent_infringement" target="_blank" rel="nofollow noopener noreferrer">Patent Infringement</a>.
    • Digital update/correction. To update the digital version (e.g. <a href="https://en.wikipedia.org/wiki/CAD" target="_blank" rel="nofollow noopener noreferrer">Cad</a> 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 <a href="https://en.wikipedia.org/wiki/Espionage" target="_blank" rel="nofollow noopener noreferrer">Espionage</a>. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
    • Removal of <a href="https://en.wikipedia.org/wiki/Copy_protection" target="_blank" rel="nofollow noopener noreferrer">Copy Protection</a>, circumvention of access restrictions.
    • Creation of unlicensed/unapproved duplicates.
    • Materials harvesting, sorting, or scrapping.<a href="https://en.wikipedia.org/wiki/Reverse_engineering#cite_note-3" target="_blank" rel="nofollow noopener noreferrer">Reverse Engineering Cite Note 3</a>
    • 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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 14, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 14, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Emmanuel Yong

    MemberSep 14, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 14, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Emmanuel Yong

    MemberSep 14, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 14, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Emmanuel Yong

    MemberSep 15, 2011

    hi mr. rupam, do you have an email address so i can talk with you further??
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberSep 15, 2011

    One more Idea is Wireless Mobile Charger. It is bit challenging.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 15, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 16, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • FRESHER11

    MemberSep 16, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • FRESHER11

    MemberSep 16, 2011

    i want totally new ones which nobody did before...
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 16, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • FRESHER11

    MemberSep 17, 2011

    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 ......
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 17, 2011

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • FRESHER11

    MemberSep 18, 2011

    thank u very much for replying.......
    so then give me some ideas based on android and cloud computing
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 18, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 19, 2011

    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!!!
    Are you sure? This action cannot be undone.
    Cancel
  • rim

    MemberSep 21, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • rim

    MemberSep 21, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • ap08

    MemberSep 23, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 23, 2011

    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-#
    Are you sure? This action cannot be undone.
    Cancel
  • ap08

    MemberSep 23, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 24, 2011

    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."
    Are you sure? This action cannot be undone.
    Cancel
  • ap08

    MemberSep 24, 2011

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 24, 2011

    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!!!!
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 26, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 26, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 26, 2011

    I am Just not ready to let this Thread Slip......😁 I will keep posting Ideas...
    Are you sure? This action cannot be undone.
    Cancel
  • ap08

    MemberSep 29, 2011

    Any ideas about something related to Google's Go language?
    Are you sure? This action cannot be undone.
    Cancel
  • Muhammad Jawad

    MemberSep 29, 2011

    doing a great job bro
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 29, 2011

    Muhammad Jawad
    doing a great job bro
    Thanks you for the Appreciation. that keeps me motivated.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberOct 5, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberOct 5, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • komaldevgun

    MemberOct 18, 2011

    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....
    Are you sure? This action cannot be undone.
    Cancel
  • komaldevgun

    MemberOct 18, 2011

    This one is really awesome.... Grt rupam....
    Are you sure? This action cannot be undone.
    Cancel
  • SpoorthyRavuri

    MemberOct 19, 2011

    Thanks for the idea
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberNov 1, 2011

    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

    <a href="https://final-year-projects.in/mca-project-topics-ideas" target="_blank" rel="nofollow noopener noreferrer">MCA Final Year Project Topics and Ideas | Final Year Project Ideas</a>
    Are you sure? This action cannot be undone.
    Cancel
  • Annatoli

    MemberNov 21, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Annatoli

    MemberNov 21, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberNov 28, 2011

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • Ahsan Salim

    MemberDec 2, 2011

    Looking forward to more ideas on this topic. Want something really crazy!
    Are you sure? This action cannot be undone.
    Cancel
  • mayank_121090

    MemberDec 5, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • mayank_121090

    MemberDec 5, 2011

    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]😛
    Are you sure? This action cannot be undone.
    Cancel
  • mani4astro

    MemberDec 11, 2011

    hei,ur ideas are just awesome....is this possible to make or is this available already ?
    Are you sure? This action cannot be undone.
    Cancel
  • shamily

    MemberDec 14, 2011

    actually i need an good idea for my final year project and i have to complete it in short span plz give me ideas.....
    Are you sure? This action cannot be undone.
    Cancel
  • Dancer_Engineer

    MemberDec 15, 2011

    WOW! You got some awesome ideas there.
    Are you sure? This action cannot be undone.
    Cancel
  • Resmimr

    MemberDec 17, 2011

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Najus

    MemberDec 19, 2011

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorDec 19, 2011

    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. 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Najus

    MemberDec 19, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberDec 22, 2011

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • ramyaIT

    MemberDec 23, 2011

    Can you provide more details on "You might be interested in Listening these Songs too" project
    Are you sure? This action cannot be undone.
    Cancel
  • Resmimr

    MemberDec 23, 2011

    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 ..
    Are you sure? This action cannot be undone.
    Cancel
  • aviforevr

    MemberJan 1, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • azra09

    MemberJan 4, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • AhmedAli Durga

    MemberJan 5, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 5, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 5, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 5, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 8, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • AhmedAli Durga

    MemberJan 10, 2012

    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??
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 10, 2012

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • AhmedAli Durga

    MemberJan 10, 2012

    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??
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 10, 2012

    #-Link-Snipped-#


    Link will explain you 😀
    Are you sure? This action cannot be undone.
    Cancel
  • AhmedAli Durga

    MemberJan 10, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Chethna Mallya

    MemberJan 11, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Dancer_Engineer

    MemberJan 11, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 11, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • prav.mgit

    MemberJan 12, 2012

    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!.
    Are you sure? This action cannot be undone.
    Cancel
  • Chethna Mallya

    MemberJan 12, 2012

    Thanks alot 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Chethna Mallya

    MemberJan 12, 2012

    hey as I checked multilingual support is already developed one.What is new in that again?
    Are you sure? This action cannot be undone.
    Cancel
  • Dancer_Engineer

    MemberJan 12, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Chethna Mallya

    MemberJan 12, 2012

    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.😔😔
    Are you sure? This action cannot be undone.
    Cancel
  • Dancer_Engineer

    MemberJan 12, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • rajesh2407

    MemberJan 13, 2012

    friends I want to develope "e-Farming " web application plz give me your ideas....
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 13, 2012

    Use Drupal 7.7 with UberCart, Google Weather API, View Module for a real time solution...
    Are you sure? This action cannot be undone.
    Cancel
  • Chethna Mallya

    MemberJan 15, 2012

    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??.
    Are you sure? This action cannot be undone.
    Cancel
  • Dancer_Engineer

    MemberJan 15, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • K!r@nS!ngu

    MemberJan 15, 2012

    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.😨
    Are you sure? This action cannot be undone.
    Cancel
  • WzKid

    MemberJan 17, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 17, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Dancer_Engineer

    MemberJan 17, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • WzKid

    MemberJan 17, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • dania emelda

    MemberJan 17, 2012

    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? =)
    Are you sure? This action cannot be undone.
    Cancel
  • dania emelda

    MemberJan 17, 2012

    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??
    Are you sure? This action cannot be undone.
    Cancel
  • Dancer_Engineer

    MemberJan 17, 2012

    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. 😀
    Are you sure? This action cannot be undone.
    Cancel
  • WzKid

    MemberJan 17, 2012

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • chocBoi

    MemberJan 19, 2012

    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]😛
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 20, 2012

    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 😀
    Are you sure? This action cannot be undone.
    Cancel
  • prajnavantha

    MemberJan 22, 2012

    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#.
    Are you sure? This action cannot be undone.
    Cancel
  • prajnavantha

    MemberJan 23, 2012

    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#.
    Are you sure? This action cannot be undone.
    Cancel
  • prajnavantha

    MemberJan 23, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 23, 2012

    Code for each of the modules required are available online. You need to read, understand and integrate.
    Are you sure? This action cannot be undone.
    Cancel
  • prajnavantha

    MemberJan 23, 2012

    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...?
    Are you sure? This action cannot be undone.
    Cancel
  • Gowshi

    MemberJan 26, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Gowshi

    MemberJan 27, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • anurags_style

    MemberJan 29, 2012

    helloooo sir............
    m final yr student.i want to make a major project in .net
    on Gis & Gps based .
    PLZZ... suggest me
    Are you sure? This action cannot be undone.
    Cancel
  • sad_engineer

    MemberFeb 3, 2012

    wow....................great
    Are you sure? This action cannot be undone.
    Cancel
  • sad_engineer

    MemberFeb 3, 2012

    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......
    Are you sure? This action cannot be undone.
    Cancel
  • prajnavantha

    MemberFeb 9, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • sad_engineer

    MemberFeb 12, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rezan

    MemberMar 9, 2012

    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 ?
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberMar 9, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rezan

    MemberMar 9, 2012

    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" ?
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberMar 9, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • Rezan

    MemberMar 9, 2012

    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 😔
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberMar 9, 2012

    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... 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Rezan

    MemberMar 9, 2012

    Praveen-Kumar
    Okie, give a few mins. I will update this post with a good idea... 😀
    ok thanks
    Are you sure? This action cannot be undone.
    Cancel
  • Apparna

    MemberMar 20, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberMar 20, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Apparna

    MemberMar 22, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberMar 22, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • chocBoi

    MemberMar 31, 2012

    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 😀
    Are you sure? This action cannot be undone.
    Cancel
  • chocBoi

    MemberMar 31, 2012

    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 😀
    Are you sure? This action cannot be undone.
    Cancel
  • bittu.subrat

    MemberApr 3, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Meenakshi10

    MemberApr 13, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Meenakshi10

    MemberApr 13, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • vicky_21

    MemberApr 16, 2012

    hey hi .....
    im final year student majoring in network
    do you have any idea related with network project??
    Are you sure? This action cannot be undone.
    Cancel
  • satyaa jeeet

    MemberApr 22, 2012

    very good ,new and creative idias ..
    i hav also many new ideas but we required a team to accomplish them
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberApr 25, 2012

    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???
    Are you sure? This action cannot be undone.
    Cancel
  • madiams

    MemberApr 25, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberApr 25, 2012

    madiams
    Rumap Das suggested it.. i have no idea about its implementation.
    Oh okay... Lets see if someone answers something about it... 😀
    Are you sure? This action cannot be undone.
    Cancel
  • raj.sharma.rulz

    MemberApr 28, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • raj.sharma.rulz

    MemberApr 28, 2012

    Hey I want to develop this multi-user face detection system in JAVA.Can you help & guide me Rupam?
    Are you sure? This action cannot be undone.
    Cancel
  • raj.sharma.rulz

    MemberApr 28, 2012

    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??
    Are you sure? This action cannot be undone.
    Cancel
  • anurags_style

    MemberApr 30, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • anurags_style

    MemberApr 30, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • anurags_style

    MemberApr 30, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • anurags_style

    MemberApr 30, 2012

    pls tell me how can i transfer sound through lan
    Are you sure? This action cannot be undone.
    Cancel
  • Anil Kappor

    MemberMay 10, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • onyeka

    MemberMay 10, 2012

    I love your second idea bt can I do it java
    Are you sure? This action cannot be undone.
    Cancel
  • onyeka

    MemberMay 10, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Pulkit_crazy

    MemberMay 15, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • Pulkit_crazy

    MemberMay 15, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • rupesh chalke

    MemberJun 5, 2012

    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???
    Are you sure? This action cannot be undone.
    Cancel
  • Anurag Wats

    MemberJun 8, 2012

    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...!!!
    Are you sure? This action cannot be undone.
    Cancel
  • akki26

    MemberJun 26, 2012

    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)....
    Are you sure? This action cannot be undone.
    Cancel
  • Puvan

    MemberJun 27, 2012

    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!!!
    Are you sure? This action cannot be undone.
    Cancel
  • iqra_the

    MemberJun 27, 2012

    i like this ideavery much.i want to do it as my FYP,[/quote]
    Are you sure? This action cannot be undone.
    Cancel
  • iqra_the

    MemberJun 27, 2012

    iqra_the
    i like this idea of emotions very much.i want to do it as my FYP,
    [/quote]
    Are you sure? This action cannot be undone.
    Cancel
  • Heenal Bhavsar

    MemberJun 28, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Eason

    MemberJun 28, 2012

    very nice ideas how we can get more details of these projects.
    Are you sure? This action cannot be undone.
    Cancel
  • nic

    MemberJul 5, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • smash

    MemberJul 7, 2012

    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.. 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Rosy Patel

    MemberJul 9, 2012

    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 ..??..😀
    Are you sure? This action cannot be undone.
    Cancel
  • happysajitha

    MemberJul 11, 2012

    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..............
    Are you sure? This action cannot be undone.
    Cancel
  • Tarun Kaushik

    MemberJul 13, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • dhanshree bornak

    MemberJul 17, 2012

    i want java based project..for computer science..can you suggest me?
    Are you sure? This action cannot be undone.
    Cancel
  • GopiKrishnacse

    MemberJul 19, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • Prinks

    MemberJul 20, 2012

    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]
    Are you sure? This action cannot be undone.
    Cancel
  • Prinks

    MemberJul 20, 2012

    I am going to do this project in Java technology. So which concepts should i learn firstly?
    Are you sure? This action cannot be undone.
    Cancel
  • sajin varghese

    MemberJul 21, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • sivaramarajalu

    MemberJul 25, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJul 26, 2012

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJul 26, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Mangesh Khapre

    MemberJul 26, 2012

    Hey Really Innovative.
    Are only facial expressions detected in the mood music player?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJul 27, 2012

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • sivaramarajalu

    MemberJul 28, 2012

    Rupam Das
    A cloud Service manager does exactly the same. beside creating empty pool in no way makes much sense!
    thanks a lot rupam!
    Are you sure? This action cannot be undone.
    Cancel
  • Prashanth_p@cchi

    MemberAug 6, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • emmaWatt

    MemberAug 8, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • yasmin siddiui

    MemberAug 8, 2012

    hello sir......
    Are you sure? This action cannot be undone.
    Cancel
  • yasmin siddiui

    MemberAug 8, 2012

    hello sir.............i want totaly new idea of asp.net project
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberAug 8, 2012

    Develop a Website that can make QR codes instantly!
    Are you sure? This action cannot be undone.
    Cancel
  • YasserTpp

    MemberAug 11, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • naveenprasad

    MemberAug 12, 2012

    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!...
    Are you sure? This action cannot be undone.
    Cancel
  • nish4891

    MemberAug 20, 2012

    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.......😀
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberAug 20, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • nish4891

    MemberAug 20, 2012

    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...😀
    Are you sure? This action cannot be undone.
    Cancel
  • sanakazi

    MemberAug 22, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberAug 22, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • sanakazi

    MemberAug 22, 2012

    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)
    Are you sure? This action cannot be undone.
    Cancel
  • sanakazi

    MemberAug 27, 2012

    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)
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberAug 27, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • sanakazi

    MemberAug 27, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberAug 28, 2012

    hey thanks for reply but what about voice commands
    Google be your best friend!
    Are you sure? This action cannot be undone.
    Cancel
  • nic

    MemberAug 29, 2012

    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 ???
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberAug 29, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • nic

    MemberAug 29, 2012

    'm bad at embedded systems 😉
    thank you for the reply
    Are you sure? This action cannot be undone.
    Cancel
  • manasa kashyap

    MemberSep 1, 2012

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • manasa kashyap

    MemberSep 1, 2012

    pleas guide me some methodology that i need to follow to do this... I'm waiting for reply
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 2, 2012

    refer post number #206-#207
    Are you sure? This action cannot be undone.
    Cancel
  • ak123456!@#

    MemberSep 4, 2012

    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---
    Are you sure? This action cannot be undone.
    Cancel
  • nic

    MemberSep 5, 2012

    can this be taken as final year project ???????????????
    Are you sure? This action cannot be undone.
    Cancel
  • nic

    MemberSep 5, 2012

    Can we do this for final year ???
    Are you sure? This action cannot be undone.
    Cancel
  • SurbhiA

    MemberSep 5, 2012

    Thanx sir and I have chosen one of ur amazing ideaz for my final year project...
    i.e. Securing computer folders.
    Are you sure? This action cannot be undone.
    Cancel
  • nic

    MemberSep 13, 2012

    RFID technology based car parking.,.,.
    Will this be a good Idea for final year project????????????
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberSep 13, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • anceta

    MemberSep 15, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Preethi M

    MemberSep 26, 2012

    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.....?
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberSep 27, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberSep 27, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberSep 27, 2012

    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 =)
    Are you sure? This action cannot be undone.
    Cancel
  • sharanyaaa

    MemberOct 10, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberOct 10, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Marium04

    MemberOct 12, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberOct 13, 2012

    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)
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberOct 13, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • djiablo

    MemberOct 13, 2012

    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... 😀
    Are you sure? This action cannot be undone.
    Cancel
  • djiablo

    MemberOct 13, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Marium04

    MemberOct 14, 2012

    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"?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberOct 14, 2012

    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 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberOct 14, 2012

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • djiablo

    MemberOct 15, 2012

    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. 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Marium04

    MemberOct 16, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • ajay8792

    MemberOct 26, 2012

    nice ideas for taking a project.
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberNov 4, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberNov 5, 2012

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • kavi33

    MemberNov 10, 2012

    can i get any project ideas on cryptography and network security??
    Are you sure? This action cannot be undone.
    Cancel
  • rockleague

    MemberNov 13, 2012

    hey is there any innocative suggestion then these mentioned above
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberNov 14, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • aneesh18

    MemberNov 15, 2012

    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
    Are you sure? This action cannot be undone.
    Cancel
  • apple6

    MemberNov 29, 2012

    #-Link-Snipped-# interesting & good ideas
    Are you sure? This action cannot be undone.
    Cancel
  • syedahsan

    MemberDec 3, 2012

    brother great ideas i really appreciate mind blowing idea.
    it is called out of box ideas.
    Are you sure? This action cannot be undone.
    Cancel
  • shahbaz90

    MemberDec 4, 2012

    Hi rupam please guide me about wirless mouse project i mean controlling with our hand movement?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberDec 4, 2012

    search in google and codeproject.com about control mouse with hand movement. I posted almost every module of that for "free" in the web
    Are you sure? This action cannot be undone.
    Cancel
  • Happy2711

    MemberDec 23, 2012

    really nice ideas..
    i liked search engine based on sms.. can i get the details..
    thnks 4 the ideas
    Are you sure? This action cannot be undone.
    Cancel
  • suba257

    MemberDec 27, 2012

    can u please tell me what is melfcc features in matlab?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberDec 28, 2012

    Google search Mel Frequency Cepstrum and you know your answer.
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberDec 28, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberDec 28, 2012

    it will take single picture of the whole class, extract faces from it and match them with the pictures in database
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberDec 28, 2012

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • shahbaz90

    MemberJan 3, 2013

    I want to know is thier any logic of calculating heart beat using android app?
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 3, 2013

    Yes.

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

    DONE.
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberJan 9, 2013

    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!!
    Are you sure? This action cannot be undone.
    Cancel
  • vidhu.gadhia

    MemberJan 11, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 11, 2013

    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).
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 11, 2013

    shahbaz90
    I want to know is thier any logic of calculating heart beat using android app?
    Yes using microphone.
    Are you sure? This action cannot be undone.
    Cancel
  • sharanyaaa

    MemberJan 16, 2013

    Sir,

    I have some doubts related to this topic..whether all mobile phones support for this project??
    Are you sure? This action cannot be undone.
    Cancel
  • Brainstromer

    MemberJan 16, 2013

    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???
    Are you sure? This action cannot be undone.
    Cancel
  • Brainstromer

    MemberJan 16, 2013

    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??
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 16, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 16, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • ASATHEESHKUMAR

    MemberJan 17, 2013

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Brainstromer

    MemberJan 18, 2013

    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???
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberFeb 7, 2013

    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 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorFeb 8, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberFeb 8, 2013

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • deathmonger

    MemberFeb 14, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberFeb 14, 2013

    And how is somebody supposed to know what is your idea if you dont elaborate?
    Are you sure? This action cannot be undone.
    Cancel
  • deathmonger

    MemberFeb 14, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberFeb 16, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberFeb 20, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • javadeveloperdoc

    MemberFeb 23, 2013

    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 . 😀
    Are you sure? This action cannot be undone.
    Cancel
  • shanu23

    MemberFeb 24, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • shanu23

    MemberFeb 24, 2013

    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!
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberFeb 24, 2013

    you to respond here as early as possible
    Why should I? You try it and come here to elaborate how you did it.
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek1289

    MemberFeb 24, 2013

    Mr. Rupam Das, please suggest a final year project based on Java Technology and use a bit of Digital Image Processing in it.​
    Are you sure? This action cannot be undone.
    Cancel
  • junaidzubair

    MemberMar 1, 2013

    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]
    Are you sure? This action cannot be undone.
    Cancel
  • junaidzubair

    MemberMar 1, 2013

    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,
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberMar 1, 2013

    Please send this code to me if you can
    Please send me Rs. 50,000 for the code if you can!
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberMar 1, 2013

    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.

    <a href="https://www.codeproject.com/Articles/473725/ImageGrassy-An-Image-Processing-and-Utility-Tool" target="_blank" rel="nofollow noopener noreferrer">ImageGrassy: An Image Processing and Utility Tool - CodeProject</a>
    Are you sure? This action cannot be undone.
    Cancel
  • junaidzubair

    MemberMar 2, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberMar 2, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Kurian

    MemberMar 4, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Brainstromer

    MemberMar 11, 2013

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • amenashahid

    MemberMar 27, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Anand Tamariya

    MemberMar 27, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Tanu Singh

    MemberApr 27, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • rahul69

    MemberApr 27, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Tanu Singh

    MemberApr 27, 2013

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • rahul69

    MemberApr 27, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Tanu Singh

    MemberApr 27, 2013

    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?
    Are you sure? This action cannot be undone.
    Cancel
  • Junaid Yousaf

    MemberJun 5, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • Junaid Yousaf

    MemberJun 5, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • mail154

    MemberJun 9, 2013

    Great work rupam das. I would definitely post an Interesting idea if i got it. please put some simple ideas for beginners
    Are you sure? This action cannot be undone.
    Cancel
  • gari zaveri

    MemberJun 17, 2013

    i want some project ideas in the domain of database ..plz help ..i am in my final year engineering
    Are you sure? This action cannot be undone.
    Cancel
  • gari zaveri

    MemberJun 17, 2013

    i want some project ideas in the domain of database and web technologies..plz help ..i am in my final year engineering
    Are you sure? This action cannot be undone.
    Cancel
  • ANJALI S

    MemberJun 21, 2013

    how will voice recognition system correctly recognize if a person has throat infection?
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberJun 21, 2013

    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.
    Are you sure? This action cannot be undone.
    Cancel
  • ANJALI S

    MemberJun 21, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorJun 21, 2013

    Could be possible if the throat infection produces typical frequencies? 😨
    Are you sure? This action cannot be undone.
    Cancel
  • ANJALI S

    MemberJun 22, 2013

    thnks for ur reply sir
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberJun 22, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • ANJALI S

    MemberJun 23, 2013

    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...
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberJun 23, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Anil Jain

    MemberJun 23, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberJun 24, 2013

    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
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberJun 25, 2013

    #-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-#
    Are you sure? This action cannot be undone.