PROJECTS

  1. Advanced Software Project: Created a software for recognizing manually drawn digits and characters using neural networks and Machine learning algorithms.
  2. Advanced Software Process: Modelled Extreme Programming Software process using Little-JIL tool which uses different developers with optimal use of resources.
  3. Advanced Computer Security:
    • Developed a firewall in internal computer which allows restricted access to external computer.
    • Attacked a local server by exploiting buffer flow vulnerability and transferred files in it using secure shell connection.
    • Developed an algorithm which uses brute force to crack the key and decrypt an encrypted file.
  4. Artificial Intelligence:
    • TIC-TAC-TOE game computer vs computer: Implemented in C using MinMax-A-B and AlphaBeta search algorithms.
    • Emergency room: Diagnoses poison using Backward chaining algorithm and gives the treatment using Forward chaining algorithm implemented in C++.
  5. Database Theory and Design - Created Job Portal an online job fetching website using JAVA (front end) and ORACLE (back end), JAVA (front end) and MYSQL (back end).
  6. Undergrad Final Year Project - Created a Search Engine with Domain based Content Ranking using Semantic word comparison using C.
  7. Data Structures: Maze - Implemented in Python using Pi-game and Backtracking algorithm.
  8. Formal Languages and Automata - Spell Correction for a given query using Regula Expression implemented in C#.