• Alumni
  • Alumni Feedback
  • MOUs
  • admission in engineering college, online admission, admission forms, direct admission in engineering college
  • SISTec Bulletin
  • Approvals
  • NIRF Report
  • Audit Report
  • Employee Login
  • Feedback
sagar institute of science and technology, sistec, sagar college bhopal, sagar institute, sagar group of institutions
Menu
  • Home
    • Sagar Group
    • Sagar Group of Institutions
    • Board of Management
    • Governing body
    • Advisory Committee
    • Committees
    • Vision & Mission
    • Core Values
    • Staff Handbook
    • Videos
  • Academics
    • Academics Planning
    • Programme Offered
    • AWARDS & SCHOLARSHIPS
    • Capability Enhancement & Development Schemes
    +
  • Departments
    • Artificial Intelligence and Data Science
    • Electrical & Electronics Engineering
    • Computer Science & Engineering
    • Electronics & Communication Engineering
    • Mechanical Engineering
    • Civil Engineering
    • Master of Business Administration
    • Basic Sciences
    +
  • Facilities
    • Library
    • Class Rooms & Seminar Halls
    • IT & Infrastructure
    • Transport
    • Cafeteria
    • Medical Center
    • Hostel & Mess
    • GYM
    • ATM
    • Swimming Pool
    +
  • Campus Life
    • Events
    • Student Association
      • Students Activity Council
      • SMEA
      • FACE
      • Electro Pulse
      +
    +
  • Placements
    • Placements Records
    • Career Services
    • Training
    • Team
    • Industry-Institute-Linkages
    +
  • Research
    • Research Papers
    • Books / Chapters
    • Patents / Copyrights
    • Research Projects
    • Startups
    +
  • Accreditations
    • NAAC
      • IIQA
      • Peer Team Visit
      • SSR
      • Certificate
      • Mandatory Disclosure
    • NBA
      • Program Applied
    +
  • Awards
    • Faculty Acheivements
    +
  • Admissions
    • Admission Enquiry
    • Admission procedure
    • E-Brochure
    • Contact list
    +
  • Contact

Computer Science & Engineering

Home / Department / Computer Science & Engineering
  • About & Programme Educational Objective (PEOs)
  • Courses & Programs
  • Faculty
  • Laboratories
  • Students Organisations
  • Value Added Courses
  • STTPs/FDPs/Workshops
  • Projects
  • Publications
  • Trainings / Internship
  • Industrial Visit

Computer Science & Engineering

Computer Science is just not about syntax & coding, it makes a difference in people’s life by developing applications.

The Department of Computer Science and Engineering at SISTec-GN offers an undergraduate B.E. programme of four years in Computer Science and Engineering.
The undergraduate course in the Department emphasis on basic and contemporary skills in programming, Software Engineering, Design and analysis of Algorithms, Operating Systems, Computer Graphics, Database management system and Networking Technologies. The Department provides exposure to new technologies & also the futuristic domain like Cloud computing, Network security & Mobile Communication Technology.
Department also focus on the state of the art projects to be developed by students. Also department provides various technical and soft skills sessions through workshops, Seminars, Paper presentations & Expert Lectures.
Department believes in providing regressive industrial and campus preparation training to the students for improving employability.

VISION OF THE DEPARTMENT

To be renowned for excellence in Computer Science & Engineering By providing a nurturing environment for producing competent engineers having ethical understanding with social and environmental concerns.

MISSION OF THE DEPARTMENT

To impart quality education, meeting the latest industry requirements, futuristic research & developments in Computer Science & Engineering.

PROGRAMME SPECIFIC OUTCOMES

On completion of the degree the graduates will be able to:
  1. Apply standard Software Engineering practices in real-time software project development.
  2. Design and develop computer programs in the areas related to algorithms, networking, web design, cloud computing, IoT, AI, ML and data analytics of varying complexity.
  3. Utilize engineering knowledge to resolve social issues and challenges by professional attitude, effective communication skills and team work.
PROGRAMME OUTCOMES
  • PO1 - Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals, and an engineering specialization to the solution of complex engineering problems.
  • PO2 - Problem analysis: Identify, formulate, review research literature, and analyze complex engineering problems reaching substantiated conclusions using first principles of mathematics, natural sciences, and engineering sciences.
  • PO3 - Design/development of solutions: Design solutions for complex engineering problems and design system components or processes that meet the specified needs with appropriate consideration for the public health and safety, and the cultural, societal, and environmental considerations.
  • PO4 - Conduct investigations of complex problems: Use research-based knowledge and research methods including design of experiments, analysis and interpretation of data, and synthesis of the information to provide valid conclusions.
  • PO5 - Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern engineering and IT tools including prediction and modelling to complex engineering activities with an understanding of the limitations.
  • PO6 - The engineer and society: Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to the professional engineering practice.
  • PO7 - Environment and sustainability: Understand the impact of the professional engineering solutions in societal and environmental contexts, and demonstrate the knowledge of, and need for sustainable development.
  • PO8 - Ethics: Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice.
  • PO9 - Individual and team work: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary settings.
  • PO10 - Communication: Communicate effectively on complex engineering activities with the engineering community and with society at large, such as, being able to comprehend and write effective reports and design documentation, make effective presentations, and give and receive clear instructions.
  • PO11 - Project management and finance: Demonstrate knowledge and understanding of the engineering and management principles and apply these to one’s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments.
  • PO12 - Life-long learning: Recognize the need for, and have the preparation and ability to engage in independent and life-long learning in the broadest context of technological change.
BCE
BRANCH: CSE SEMESTER: I
SUBJECT: BCE CODE: BT-205
CO 205.1 Illustrate the architecture of a computer with its various processing units.
CO 205.2 Interpret how to write a C++ program, its compilation and execution.
CO 205.3 Apply Object Oriented features like polymorphism, inheritance in writing C++ program.
CO 205.4 Explain fundamental characteristics of computer networking, network security Threats.
CO 205.5 Execute various DML statements using suitable example.
CO 205.6 Explain the basic concepts of computer science and engineering and programming language.
DATA STUCTURE
BRANCH: CSE SEMESTER: III
SUBJECT: DATA STUCTURE CODE: CS-303
CO 303.1 Explain array, stack, queue data structures along with their merits and demerits
CO 303.2 Use primitive operations on arrays, structures, stack and queue data structures.
CO 303.3 Develop algorithms to perform operations on trees
CO 303.4 Apply concepts of nonlinear data structures using and graphs
CO 303.5 Apply different sorting and searching methods in problem solving
CO 303.6 Analyse different data structures with their complexity.
OOPM
BRANCH: CSE SEMESTER: III
SUBJECT: OOPM CODE: CS-305
CO 305.1 Illustrate the basics concept of an Object oriented approach to design the real time software. (LEVEL-UNDERSTANDING)
CO 305.2 Build an object-oriented program using the basic concept of an object-oriented approach like class, object, constructor, access specified, etc. (LEVEL-APPLYING)
CO 305.3 Identify the purpose and types of relationship exist among different objects. (LEVEL-APPLYING)
CO 305.4 Explain the different concept of polymorphism like type, overloading and overriding, etc. (LEVEL-UNDERSTANDING)
CO 305.5 Explain the concept of Exception handling and Multi-Threading.(LEVEL-UNDERSTANDING)
CO 305.6 Explain and demonstrate various collection classes.
ADA
BRANCH: CSE SEMESTER: IV
SUBJECT: ADA CODE: CS-402
CO 402.1 Compare different algorithms for divide and conquer technique.
CO 402.2 Compare algorithms based on greedy strategy.
CO 402.3 Solve problems based on dynamic programming algorithms.
CO 402.4 Illustrate backtracking and branch & bound algorithms.
CO 402.5 Determine various approaches to construct tree and graph
CO 402.6 Explain Advance Data Structures.
SE
BRANCH: CSE SEMESTER: IV
SUBJECT: SE CODE: CS-403
CO 403.1 Compare software development models and framework activities for software development.
CO 403.2 Explain Software Requirement Specification with functional and non-functional requirements.
CO 403.3 Illustrate software design tools DFD, sequence diagram, ERD, activity diagram using suitable example
CO 403.4 Compare various software testing techniques.
CO 403.5 Estimate cost and efforts required for design and development of software project
CO 403.6 Apply SDLC model and types of testing design and maintenance.
COA
BRANCH: CSE SEMESTER: IV
SUBJECT: COA CODE: CS-404
CO 404.1 Understand computer system working with its components and assembly language
CO 404.2 Analyse instruction execution cycle and addressing modes for computer processor.
CO 404.3 Explain hired wired control and micro-programmed controlled micro-processor.
CO 404.4 Apply computer arithmetic in binary or hexadecimal system for computing algorithms.
CO 404.5 Illustrate with diagram Memory architecture and I/O subsystem.
CO 404.6 Interpret the use of parallel processing in uniprocessor system & multiprocessor architecture.
OS
BRANCH: CSE SEMESTER: IV
SUBJECT: OS CODE: CS-405
CO 405.1 List various types of operating systems
CO 405.2 Analyse FCFS, SSTF, SCAN and LOOK disk scheduling algorithm techniques
CO 405.3 Develop FCFS, SJF, PRIORITY, RR CPU scheduling algorithm.
CO 405.4 Illustrate various memory management techniques.
CO 405.5 Differentiate between Remote Procedure Call and Remote method invocation.
CO 405.6 Summarize various features of Linux and Windows O.S.
DATA COMMUNICATION
BRANCH: CSE SEMESTER: V
SUBJECT: DATA COMMUNICATION CODE: CS-5001
CO 5001.1 Analyse the mechanism and techniques used for Encoding Digital Data.
CO 5001.2 Discuss modulation, demodulation methods and generalized principles of Switching.
CO 5001.3 Compare various Network Topologies and internetworking devices
CO 5001.4 Explain Characteristics, Strength & weakness of various types of Transmission media Channels.
CO 5001.5 Illustrate data link layer functions error detection, correction & flow control.
CO 5001.6 Summarize network design conflicting issues and resolution techniques in data transmission
OS
BRANCH: CSE SEMESTER: V
SUBJECT: OS CODE: CS-5002
CO 5002.1 List various types of operating systems
CO 5002.2 Analyse FCFS, SSTF, SCAN and LOOK disk scheduling algorithm techniques
CO 5002.3 Develop FCFS, SJF, PRIORITY, RR CPU scheduling algorithm.
CO 5002.4 Illustrate various memory management techniques.
CO 5002.5 Differentiate between Remote Procedure Call and Remote method invocation.
CO 5002.6 Summarize various features of Linux and Windows O.S.
DBMS
BRANCH: CSE SEMESTER: V
SUBJECT: DBMS CODE: CS-5003
CO 5003.1 Explain RDBMS, Hierarchical and Network Data Model with their merits and demerits.
CO 5003.2 Illustrate E-R diagrams and normalization using suitable examples
CO 5003.3 Construct SQL queries using DDL statements.
CO 5003.4 Execute DML queries with suitable examples.
CO 5003.5 Summarize database transaction and related database facilities including concurrency control, backup and recovery
CO 5003.6 Explain various issues related with distributed database management system
CGMM
BRANCH: CSE SEMESTER: V
SUBJECT: CGMM CODE: CS-5004
CO 5004.1 Develop scan conversion conversion algorithm in c++.
CO 5004.2 Apply 2D and 3D transformation to create interactive graphics application.
CO 5004.3 Analyse color models and illumination model to enhance realism in graphics.
CO 5004.4 Analyse multimedia components and animation principles.
CO 5004.5 Compare various image compression techniques with their merits and demerits.
CO5004.6 Illustrate all aspects of computer graphics including hardware, software and applications
OOAD
BRANCH: CSE SEMESTER: V
SUBJECT: OOAD CODE: CS-5005
CO 5002.1 Illustrate the basic concepts of an object-oriented approach to design real-time software
CO 5002.2 Compare advance object-oriented approach from the traditional approach for design and development of object oriented system
CO 5002.3 Apply different object oriented design techniques to model the real world problem
CO 5002.4 Explain the concept of Unified Modeling Language (UML) for representation of an object-oriented system
CO 5002.5 Comparison of traditional programming approach and object oriented approach
CO 5002.6 Explain the concept of Unified Modeling Language (UML) for representation of an object-oriented system
AI
BRANCH: CSE SEMESTER: V
SUBJECT: AI CODE: CS-5005
CO 5005.1 Learn the basics of artificial intelligence, various types of production systems, and various types of control strategies. Search Algorithms
CO 5005.2 Describe Knowledge Representation using propositional and predicate logic, Resolution, refutation
CO 5005.3 Discuss Probabistic reasoning, Baye's theorem, fuzzy logic, forward and backward reasoning
CO 5005.4 Illustrate Game playing techniques based on AI, Learn natural languages processing.
CO 5005.5 Learn the basics of neural networks, applications of neural networks, expert system
CO 5005.6 Discuss artificial intelligence their use in different applications
ACA
BRANCH: CSE SEMESTER: VI
SUBJECT: ACA CODE: CS-6001
CO 6001.1 Analyse principles of parallel computer design and key concepts of parallel processing
CO 6001.2 Compare instruction set architectures and modern architectures such as RISC, Super Scalar, VLIW
CO 6001.3 Analyse pipelining, instruction pipeline designing and scheduling operations
CO 6001.4 Illustrate vector processing and vector instructions
CO 6001.5 Compare various parallel programming models and parallel languages
CO 6001.6 Analyse interconnection network and SIMD organizations
PPL
BRANCH: CSE SEMESTER: VI
SUBJECT: PPL CODE: CS-6002
CO6002.1 Compare various programming paradigms and design principles
CO6002.2 Analyse different data types, expressions and control structures.
CO6002.3 Explain various parameter passing methods and co-routines.
CO6002.4 Compare memory management techniques of various imperative languages and object-oriented languages
CO6002.5 Illustrate the concept of activation records using various programming languages
CO6002.6 Discuss the case studies of languages like- Prolog ,4GL
SEPM
BRANCH: CSE SEMESTER: VI
SUBJECT: SEPM CODE: CS-6003
CO 6003.1 Compare software development models and framework activities for software development.
CO 6003.2 Explain Software Requirement Specification with functional and non-functional requirements.
CO 6003.3 Illustrate software design tools DFD, sequence diagram, ERD, activity diagram using suitable example
CO 6003.4 Compare various software testing techniques.
CO 6003.5 Estimate cost and efforts required for design and development of software project
CO 6003.6 Apply SDLC model and types of testing design and maintenance.
COMPUTER NETWORK
BRANCH: CSE SEMESTER: VI
SUBJECT: COMPUTER NETWORK CODE: CS-6004
CO 6004.1 Explain computer network protocol hierarchy of OSI and TCP/IP models.
CO 6004.2 Describe mechanisms of data link layer and related protocols to avoid collision and congestion.
CO 6004.3 Illustrate MAC sub layer and different data transmission protocol.
CO 6004.4 Compare various routing algorithms.
CO 6004.5 Differentiate IPv4 and IPv6 internet protocol.
CO6004.6 Discuss various security mechanisms in data transmission
IOT
BRANCH: CSE SEMESTER: VI
SUBJECT: IOT CODE: CS-6005
CO 6005.1 Learn the basics Internet of Things, their characteristics, Architectural view.
CO 6005.2 Understand IOT Models, IOT Cloud Based Services.
CO 6005.3 Discuss Design Principles for Web Connectivity, IP addressing in IOT
CO 6005.4 Understand Sensor Technology, Industrial IOT and Automotive IOT, Actuator, Sensor data Communication Protocols, Radio Frequency Identification Technology, Wireless Sensor Network Technology.
CO 6005.5 Understand IOT Design methodology, IOT Privacy and security solutions, IOT Case studies, IOT Devices .
CO 6005.6 Determine the Market perspective of IoT.
DISTRIBUTED SYSTEM
BRANCH: CSE SEMESTER: VII
SUBJECT: DISTRIBUTED SYSTEM CODE: CS-7001
CO 7001.1 Explain distributed systems along with distributed computing models.
CO 7001.2 Analyse distributed shared memory with consistency models.
CO 7001.3 Develop remote procedure call mechanism in distributed environment
CO 7001.4 Illustrate distributed deadlock prevention and avoidance algorithms
CO 7001.5 List Amoeba and Chorus File Systems with merits and demerits.
CO 7001.6 Define Distributed Database System and QoS
COMPILER DESIGN
BRANCH: CSE SEMESTER: VII
SUBJECT: COMPILER DESIGN CODE: CS-7002
CO 7002.1 Analyse the design of a compiler and the various phases of compiler
CO 7002.2 Develop lexical analysis phase and its underlying formal models
CO 7002.3 Illustrate syntax analysis phase and its various parsing techniques
CO 7002.4 Analyse importance of optimization among the various phases of compiler
CO 7002.5 Summarize compiler design concepts to generate powerful compiler tools
CO 7002.6 Apply techniques of language translation and compiler design
WEB ENGINEERING
BRANCH: CSE SEMESTER: VII
SUBJECT: WEB ENGINEERING CODE: CS-7003
CO 7003.1 Explain the web engineering models and web servers
CO 7003.2 Illustrate web design issues, web publishing and web enhancement
CO 7003.3 Develop web elements using web technologies HTML and DHTML
CO 7003.4 List significant e-commerce issues and e-payment systems
CO 7003.5 Compare the issues of static and dynamic web development
CO 7003.6 Illustrate security issues in e-payment system.
DATA SCIENCE AND BIG DATA
BRANCH: CSE SEMESTER: VII
SUBJECT: DATA SCIENCE AND BIG DATA CODE: CS-7004
CO 7004.1 Explain different data handling and data visualization techniques.
CO 7004.2 Recall the concept of Probability, Linear Algebra, Calculus, Statistics, Data Distribution etc.
CO 7004.3 Explain different supervised and unsupervised techniques.
CO 7004.4 Explain the concepts of Information Retrieval and Text Processing.
CO 7004.5 Demonstrate the concept of Big Data and Hadoop.
MIR
BRANCH: CSE SEMESTER: VII
SUBJECT: MIR CODE: CS-7005
CO 7005.1 Learn the basics of Information and data retrieval, retrieval process
CO7005.2 Discuss Classic Information Retrieval Techniques, classical retrieval models.
CO 7005.3 Describe Keyword based Queries, document pre-processing, clustering.
CO 7005.4 Discuss Crawling and Indexes, Search Engine architectures, page ranking algorithm, Search engine optimization.
CO 7005.5 Discuss introduction to online IR Systems, Digital Library searches and web Personalization
CO 7005.6 Learn the information retrieval process based on user query.
SOFT COMPUTING
BRANCH: CSE SEMESTER: VIII
SUBJECT: SOFT COMPUTING CODE: CS-8001
CO 8001.1 Compare artificial intelligence techniques A*, Best First Search, Hill climbing
CO 8001.2 Discuss types of learning and back propagation mechanism.
CO 8001.3 Illustrate standard neural networks ART, Boltzmann machine.
CO 8001.4 Compare fuzzy logic approach with traditional mathematical approach and demonstrate the fuzzy set application
CO 8001.5 Discuss evolutionary based algorithms and genetic algorithm modules.
CO 8001.6 Summarize techniques to solve hard complex problems
CLOD COMPUTING
BRANCH: CSE SEMESTER: VIII
SUBJECT: CLOD COMPUTING CODE: CS-8002
CO 8002.1 Explain the cloud environment and its real world applications
CO 8002.2 Illustrate cloud architecture and cloud infrastructure
CO 8002.3 Explain the concept of virtualization and levels of virtualization with its benefits
CO 8002.4 Compare various cloud security techniques and architectures
CO 8002.5 Analyse the role of various cloud service provider in cloud computing environment
CO 8002.6 Summarize cloud services with their merits and demerits
ML
BRANCH: CSE SEMESTER: VIII
SUBJECT: ML CODE: CS-8003
CO 8003.1 Illustrate the steps involved in designing a machine learning algorithm.
CO 8003.2 Apply Construct training and prediction algorithms for classification using decision trees, artificial neural networks and Support Vector Machines.
CO 8003.3 Construct learning algorithms using Bayesian probabilistic models for complex applications.
CO 8003.4 Illustrate the fundamentals of Fundamental of Reinforcement learning
CO 8003.5 Illustrate the fundamental of unsupervised learning
CO 8003.6 Compare the available various implementation tools
CYBER LAW & ETHICS
BRANCH: CSE SEMESTER: VIII
SUBJECT: CYBER LAW & ETHICS CODE: CS-8004
CO 8004.1 Describe different international or national government bodies for handling Cyber Crime.
CO 8004.2 Define Cyberspace access rights and Cyber Crimes & Legal Framework.
CO 8004.3 Differentiate between different IT laws and issues.
CO 8004.4 Comparison between different approaches of Ecommerce.
CO 8004.5 Explain Dispute Resolution, International Law and Jurisdictional Issues in Cyberspace.
CO 8004.6 Explain diverse viewpoints to ethical dilemmas in the information technology field and recommend appropriate actions.
Name : Ms. Bhavana Gupta
Designation : Head of Department
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Nikhlesh Pathik
Designation : Associate Professor
DOJ : 19 JUL 2015
Read More
Qualification Ph.D(Submitted)
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Amit Kumar Rathore
Designation : Associate Professor
DOJ : 16 JUL 2017
Read More
Qualification M Tech
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Dr. Meena Malik
Designation : Associate Professor
DOJ : 3 JAN 2022
Read More
Qualification Ph.D.
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Dr. Pusparaj S. Chauhan
Designation : Academic Coordinator
DOJ : 14 DEC 2020
Read More
Qualification Ph.D.
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Ms. Anita Yadav
Designation : Assistant Professor
DOJ : 25 JUN 2018
Read More
Qualification M Tech
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Ms. Bhavna Soni
Designation : Assistant Professor
DOJ : 13 JAN 2020
Read More
Qualification M Tech
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Gajendra Gayakwad
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Ghanshyam Prasad Dubey
Designation : Assistant Professor
DOJ : 19 AUG 2011
Read More
Qualification Ph.D.
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Nargish Gupta
Designation : Assistant Professor
DOJ : 4 AUG 2017
Read More
Qualification M Tech
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Ms. Radha Tiwari
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Rahul Dubey
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Ms. Ruchi Jain
Designation : Assistant Professor
DOJ : 1 OCT 2019
Read More
Qualification M Tech
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Ms. Shweta Singh
Designation : Assistant Professor
DOJ : 4 JAN 2021
Read More
Qualification ME+ Ph.D. (Pursing)
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Dr. Vasima Khan
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Vishal Chourasia
Designation : Assistant Professor
DOJ : 12 JAN 2019
Read More
Qualification ME
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Mr. Puneet Himthani
Designation : Assistant Professor
DOJ : 25 AUG 2021
Read More
Qualification ME(CSE)
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association Regular
Name : Ms. Nikita Tiwari
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association
Name : Mr. Nikhil Pateria
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association
Name : Mr. Jai Mungi
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association
Name : D. Komal Tahiliani
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association
Name : Mr. Dharmendra Jha
Designation : Assistant Professor
DOJ :
Read More
Qualification
Industrial Experience
Teaching Experience
Publications
Conferences
Nature of Association

Laboratories

Computer Science & Engineering Department has 09 different computer labs. The laboratories are well equipped with all required Software and Hardware components and Networking Devices. The labs are mostly utilized for conducting lab sessions, Project Development, and conducting training sessions for students.

  • DBMS Lab
  • Computer Programming Lab
  • Machine Learning & AI Lab
  • Networking Lab
  • Web Development Lab
  • Software Engineering Lab
  • Project Lab
  • Linux Lab
  • Mobile Application Development Lab
  • Cloud Computing Lab
  • Soft Computing Lab

Computer Science & Engineering Department has 09 different computer labs. The laboratories are well equipped with all required Software and Hardware components and Networking Devices. The labs are mostly utilized for conducting lab sessions, Project Development, and conducting training sessions for students.

Department of Computer Science & Engineering had started Student chapter of Computer Society of India in 15-09-2016.

Activities under Computer Society of India (CSI)
  • Quiz Competition
  • Expert lecture on Social Media Security
  • Debugging Contest
  • Expert Lecture on Development in C & C++

Value-added courses imparting transferable and life skills offered to students

The world we live in today is driven by data. This data is collected through Internet of Things (IoT) devices and stored them into the database where data analysis is performed to take some decisions using Artificial Intelligence and Machine Learning. This makes Machine Learning, Artificial Intelligence (AI) and IoT most in-demand technologies with a high requirement for professionals in the industry with relevant skills, training and hands on experience.

The Machine Learning group is started in 2017 with the aim to train our students in more demanding technologies and make them placeable in MNCs with handsome package. In the fourth semester Python module is run for all students and at the end of fourth semester an entrance test is conducted in order to form this group.

  • 2019-20
  • 2018-19
  • 2017-18
  • 2016-17
  • 2015-16
  • 2014-15
2019-20
Name of Course Course Code No. Of Student enrolled in the Year No. Of Student Completing the course in the year
Machine Learning II 192007 45 45
Python II 192009 60 60
STTP on Deep Learning Using Python 192011 100 93
2018-19
Name of Course Course Code No. Of Student enrolled in the Year No. Of Student Completing the course in the year
Oracle Lab 181903 55 55
Advance Web Design 181904 60 60
Mobile App Development 181905 60 60
Machine Learning-I 181906 45 45
Machine Learning-II 181907 30 10
Python I 181908 60 60
STTP on IoT - A Hands on Approach 181910 130 120
2017-18
Name of Course Course Code No. Of Student enrolled in the Year No. Of Student Completing the course in the year
Oracle Lab 171803 60 60
Web Development 171804 60 60
Machine Learning-I 171806 30 10
2016-17
Name of Course Course Code No. Of Student enrolled in the Year No. Of Student Completing the course in the year
Oracle Lab 161703 50 50
Web Development 161704 50 50
2015-16
Name of Course Course Code No. Of Student enrolled in the Year No. Of Student Completing the course in the year
Advance C++ 151602 55 55
2014-15
Name of Course Course Code No. Of Student enrolled in the Year No. Of Student Completing the course in the year
Advance C 141501 55 55
Advance C++ 141502 63 63
Web Design 141504 107 107
STTPs/FDPs/Workshop
  • Training on Accelerating AI at the edge with Intel Technologies(16 April 2021)
  • Training on Hands-on Cyber Security (28 April 2021)
  • STTP on “Block chain Technology & Its Application” sponsored by RGPV ,TEQIP III( 12-15 Sep. 2020)
  • STTP on “Cyber Security & Ethical Hacking” sponsored by RGPV ,TEQIP III( 24-28 Aug 2020)
  • Technical Talk on “Recent Trendz in Engineering” sponsored by RGPV ,TEQIP III( 24 Aug. – 1 Sep. 2020)
  • STTP on “Deep Learning using Python ” Sponsored by RGPV, TEQIP-III (23-27 Aug 2019).
  • STTP on “Internet of Things: A hands on Approach” Sponsored by RGPV, TEQIP-III (09-13 Jan 2019).
  • STTP on basic concepts of Machine Learning and its Role in IoT Sponsored by RGPV, TEQIP-III (15-17 Sep 2018).
  • FDP on “Machine Learning for Data Science & Analytics Using PYTHON” by RGPV TEQIP-II (09-13 Feb 2018).

Projects in the Department

  • B.Tech
  • M.Tech
Major Project 2020-21
Group Number Project Title: Student Enroll .No Student name Technology & Tools: Guide/(Co-Guide)
SISTec/B.Tech/CS/2021/8/Project-II/01 Design and Development of QRwave - Manage store with a QR Code 0187CS171026 ANJAN UTKARSH HTML, CSS, JAVASCRIPT, PHP, BOOTSTRAP Prof. Nikhlesh Pathik
SISTec/B.Tech/CS/2021/8/Project-II/02 Design and Development of “HOSPITAL MANAGEMENT SYSTEM” 0187CS171005 AATIF BAIG HTML ,CSS ,PHP & Sublime editor Prof. Ashish Labade
SISTec/B.Tech/CS/2021/8/Project-II/03 Design and Development of ticket management system 0187CS171049 BILAL KHAN HTML ,CSS ,PHP Prof. Umesh Sahu
0187CS171126 RUPALI SINGH KUSHWAHA
SISTec/B.Tech/CS/2021/8/Project-II/04 Design and Developmentof text extraction system from image 0187CS171048 BHOOMIKA KHOOBCHANDANI Machine learning and Deep learning Prof. Umesh Sahu
SISTec/B.Tech/CS/2021/8/Project-II/05 Design and Development of Job consultant Services 0187CS171157 SUMIT KUMAR DUBEY Django,SQLite Prof. Rahul Dubey
SISTec/B.Tech/CS/2021/8/Project-II/06 Design and Development of Job consultant Services 0187CS171091 NISHANT GOUR MeteorJs, Mongodb, ExpressJS, BlazeJs, Bootstrap Prof. Nargish Gupta
SISTec/B.Tech/CS/2021/8/Project-II/07 Design and Development of Muzzikka 0187CS171102 PRAKARSH SINHA Python, tkinter, pygame Prof. Ruchi jain
SISTec/B.Tech/CS/2021/8/Project-II/08 Design and Development of Virtual Reality Experience 0187CS171023 ANA BAIG GMetri and Figma Prof. Nargish Gupta
SISTec/B.Tech/CS/2021/8/Project-II/09 Design and Development of E-commerce website 0187CS171089 NAVNEET PUROHIT Tools: Visual Studio Code, Google Chrome
Technologies:- Python, Django, Bootstrap, Html5, CSS, SQLite3
Prof. Rahul Dubey
SISTec/B.Tech/CS/2021/8/Project-II/10 Design and Development of Bus Booking System 0187CS171132 SANDEEP MALVIYA Python, JavaScript, HTML, CSS, Visual Studio Prof. Himshi Chouksey
0187CS171140 SHAISTA KHAN
SISTec/B.Tech/CS/2021/8/Project-II/11 Design and Development of ALANIS Application 0187CS171109 PUSHPANSHU RANJAN SINGH Flutter Prof. Vishal Chourasia
SISTec/B.Tech/CS/2021/8/Project-II/12 Design and Development of Mindruby project 0187CS171021 AMAN GUPTA Salesforce(CRM) , apex Prof. Vishal Chourasia
SISTec/B.Tech/CS/2021/8/Project-II/13 Design and Development of Quiz app 0187CS171117 REHAN AKHTER Html, css, javascript, ajax, django, python3, sqlite3. Dr. Vasima Khan
SISTec/B.Tech/CS/2021/8/Project-II/14 Design and Development of Personal Virtual Assistant using IOT 0187CS171153 SHYAM MAURYA Python, Machine Learning, Rasberry pie, etc. Prof. Bhavana Gupta
SISTec/B.Tech/CS/2021/8/Project-II/15 Design and Development of Dot Search Engine 0187CS171145 SHIVA KAHAR PHP, Ajex, Firebase, Cloud Dr. Pushpraj S. Chauhan
SISTec/B.Tech/CS/2021/8/Project-II/16 Design and Development of Operator YAML details fetcher 0187CS171004 ASHISH KORE GMETRI, Figma Prof. Anita Yadav
SISTec/B.Tech/CS/2021/8/Project-II/17 Design and Development of GUI YouTube Downloader 0187CS171017 AKASH KUMAR Python (Tkinter) Prof. Ruchi jain
SISTec/B.Tech/CS/2021/8/Project-II/18 Design and Development of Sanofi VRXR 0187CS171025 ANANYA SAXENA GMETRI, Figma Prof. Anita Yadav
SISTec/B.Tech/CS/2021/8/Project-II/19 Design and Development of User Interface and lightning Components in Salesforce. 0187CS171016 AKANKSHA BHARTI Flutter Dart Prof. Ashish Labade
0187CS171059 HARSH PATEL
0187CS171067 KAMAKSHI KAMBE
SISTec/B.Tech/CS/2021/8/Project-II/20 Design and Development of Developers Diary 0187CS171039 ASHUTOSH KUMAR Python, HTML, CSS, JS, VS-Code Prof. Himshi Chouksey
SISTec/B.Tech/CS/2021/8/Project-II/21 Design & Development of Quiz Game 0187CS171071 KARISHMA KAUSHIK JS Framework Express, React, Node & Database MongoDB (MERN STACK) Prof.Ghanshyam Dubey
SISTec/B.Tech/CS/2021/8/Project-II/22 Design and Development of Internal Audit App 0187CS171165 SYEDA ATIYA HUSAIN Internship Project Prof. Radha Rasmi Tiwari
SISTec/B.Tech/CS/2021/8/Project-II/23 Design and Development of OneWeb 0187CS171130 SAKSHI THAKUR HTML5, CSS, PHP, XAMPP, MYSQL or ReactJS Prof. Nikhlesh Pathik
SISTec/B.Tech/CS/2021/8/Project-II/24 Design and Development of Resume Information Extraction 0187CS171001 AADITYA RAJ Machine learning , python , data analytics , data science , bootstrap , HTML5 , CSS , Javascript. Dr. Vasima Khan
SISTec/B.Tech/CS/2021/8/Project-II/26 Design and development of data Benefit application 0187CS171024 ANANT VINAY Virtual Reality Prof. Radha Rasmi Tiwari
SISTec/B.Tech/CS/2021/8/Project-II/27 Design and Development of netlink highcart's python module) 0187CS171104 PRATEEK VISHWAKARMA Python Prof.Shweta Gonde
SISTec/B.Tech/CS/2021/8/Project-II/28 Design and Development of Mature Books 0187CS171050 CHIRAG KUSHWAHA Android Studio Prof. Himshi Chouksey
0187CS171066 JATIN MALVIYA
SISTec/B.Tech/CS/2021/8/Project-II/29 Design and Development of YouxLib 0187CS171120 Rishabh Sharma
JS framework, MERN, Html, Css Prof.Shweta Singh
SISTec/B.Tech/CS/2021/8/Project-II/30 Design and Development of what's app clone 0187CS171167. TANYA SAXENA Not disclosed Prof.Shweta Gonde
SISTec/B.Tech/CS/2021/8/Project-II/31 Design and Development of Video App 0187CS171129 SAKSHI KUMARI Android, XML, Firebase Prof. Radha Rasmi Tiwari
SISTec/B.Tech/CS/2021/8/Project-II/32 Design and Development of RabbitJS 0187CS171072 KAWALPREET SINGH JUNEJA JavaScript (ES6 typed) Prof.Shweta Singh
0187CS171146 SHIVAM MAGARDE
SISTec/B.Tech/CS/2021/8/Project-II/33 Design and Development of Driver Drowsiness Detection System 0187CS171047 BHARAT PATEL Python and necessary package Prof.Shweta Singh
0187CS171147 SHIVAM MALVIYA
SISTec/B.Tech/CS/2021/8/Project-II/34 Design and Development of TechQuizy-Online Quiz System 0187CS183D03 SHAHINA ALI Html 5,CSS,Bootstrap,Javascript,
Jquery,
php,Mysql
Prof. Nikhlesh Pathik
0187CS171115 RANI DENIYAL
SISTec/B.Tech/CS/2021/8/Project-II/35 Design and Development of ExamSnap 0187CS171019 AKASH VERMA Technology: Android
Tools: Android Studio
Prof. Radha Rasmi Tiwari
0187CS171080 MAYURI JAIN
SISTec/B.Tech/CS/2021/8/Project-II/36 Design and Development of Instagram Clone Webapp 0187CS171006 ABHISHEK RAJURKAR HTML,CSS,JS,PYTHON,DJANGO Prof. Bhavana Soni
0187CS171057 GANESH SURYVANSHI
SISTec/B.Tech/CS/2021/8/Project-II/37 Design and Development of Online Compiler 0187CS171010 ADITYA AGARWAL NodeJS/ Go, Docker, etc. Prof. Vishal Chourasia
0187CS171012 ADITYA PRAKASH
SISTec/B.Tech/CS/2021/8/Project-II/38 Design and Development of E-commerce website 0187CS171009 ABHISHEKH SOMKUWAR ASP.Net, C#, HTML/CSS, JavaScript, Bootstrap, jQuery, MS-SQL. Prof. Nikhlesh Pathik
0187CS171119 RISHABH RANJAN
SISTec/B.Tech/CS/2021/8/Project-II/39 Implementation of Virtual Reality using gemtri & articulate 0187CS171013 ADITYA RANJAN Gmetri, Figma Prof. Vishal Chourasia
0187CS171068 KANIKA SHRIVASTAVA
SISTec/B.Tech/CS/2021/8/Project-II/40 Design and Development of Know your Bharat 0187CS171105 PRATIK BORGAONKAR MySQL, PHP, Apache localhost server, sublime text editor Prof. Bhavana Soni
0187CS171133 SANDEEP PATEL
SISTec/B.Tech/CS/2021/8/Project-II/41 Design and Development of Sanofi’s Virtual Reality Project 0187CS171079 MANSI SHRIVASTAVA Virtual Reality Prof. Vishal Chourasia
0187CS171069 KAPIL MEWADA
SISTec/B.Tech/CS/2021/8/Project-II/42 Design and Development of Online Grocery Store Supermart 0187CS171041 ASIF AHMAD ANSARI HTML5
CSS3
JAVASCRIPT
PHP
MYSQL
BOOTSTRAP, etc
Prof. Nikhlesh Pathik
0187CS171076 KUNAL NAGLE
SISTec/B.Tech/CS/2021/8/Project-II/43 Design and Development of Language Translation app 0187CS171175 YASH WARDHAN CHAUHAN Flutter Dr. Pushpraj S. Chauhan
0187CS171121 RITESH KUMAR SINGH
SISTec/B.Tech/CS/2021/8/Project-II/44 Design and Development of React E-commerce Website 0187CS171098 PANKAJ LAL MERN stack Prof. Ruchi jain
0187CS171073 KHUSHBOO PATEL
SISTec/B.Tech/CS/2021/8/Project-II/45 Design and Development of Online car rental system 0187CS171111 RAGHAV KUMAR SAH Html,css,php, MySQL Prof. Vipin Verma
0187CS171103 PRANJAL KANHERE
0187CS171077 MANISH KUMAR
SISTec/B.Tech/CS/2021/8/Project-II/46 Design and Development of Advance learning system. 0187CS171015 AKANKSHA Technologies-:
Front end-:
HTML5,CSS3,jQuery, JavaScript,Bootstrap4,Angularjs8.
Back end-:
PHP,Mysql.
Tools-:
1.)Sublime text editor.
2.)Wammp server.
3.)Visual studio.
Prof.Amit kumar Rathore
0187CS171136 SAURABH KUMAR
0187CS171164 SYED SAIF
SISTec/B.Tech/CS/2021/8/Project-II/47 Design and Development of SANOFI’S VR SIMULATION PROJECT 0187CS171125 ROHIT TIWARI Virtual Reality, Figma and Photoshop and Gmetri Prof. Umesh Sahu
0187CS171003 AASHI SHARMA
0187CS171063 HRITHIK RATHORE
SISTec/B.Tech/CS/2021/8/Project-II/48 Design and Development of Gym Management 0187CS171037 ASHISH RAJ Technology
HTML,
CSS,PHP
JavaScript,
Bootstrap and MySQL
Prof.Amit kumar Rathore
0187CS171033 ANURAG KUMAR
0187CS171065 ISHANT MISHRA
SISTec/B.Tech/CS/2021/8/Project-II/49 Design and Development of MediLab 0187CS171082 MD FAISAL HTMl,CSS, JavaScript, Bootstrap,PHP, MySQL, XAMPP, Google Chrome, Sublime Prof.Amit kumar Rathore
0187CS171149 SHUBHAM KUMAR
0187CS171045 AYUSH RAJ
SISTec/B.Tech/CS/2021/8/Project-II/50 Design and Development of Tourist Guru 0187CS171177 ZEBA SHEIKH html ,php,Css,Bootstrap,J query,Java script,Sql. Dr. Pushpraj S. Chauhan
0537CS171007 ARSHI SHEIKH
0187CS171064 INSHAAL KHAN
SISTec/B.Tech/CS/2021/8/Project-II/51 Design and Development of Job Searching Platform 0187CS171061 HEMA AGARWAL Python, Django, MySQL, HTML, bootstrap, CSS, JavaScript Prof. Himshi Chouksey
0187CS171107 PREETI SINGH
SISTec/B.Tech/CS/2021/8/Project-II/52 Design and Development of Real time attendance system 0187CS171044 AYUSH KUMAR Android studio, java ,XML. Dr. Pushpraj S. Chauhan)
0187CS171097 PALLAVI AHIRWAR
0187CS171008 ABHISHEK YADAV
SISTec/B.Tech/CS/2021/8/Project-II/53 Design and Development of Hostel Management System 0187CS171055 DHARMAVEER KUMAR Css,html, PHP Triad (PHP, MySQL, Apache, and PHPMyAdmin) Dr. Pushpraj S. Chauhan
0187CS171042 AVINASH KUMAR
0187CS171100 PRABHAT KUMAR
SISTec/B.Tech/CS/2021/8/Project-II/54 Design and Development of Learning Management System -II 0187CS171108 PRIYANSHU DUBEY Python, PHP, JS, node.js, MySQL, HTML, CSS Prof.Shweta Singh
0187CS171020 AKHIL KUMAR TIWARI
0187CS171096 NUPUR KSHATRI
SISTec/B.Tech/CS/2021/8/Project-II/55 Design and Development of Room Rental 0187CS171036 ASHISH PARLANI Flutter Dart Prof.Ghanshyam Dubey
0187CS171101 PRAJJWAL UJJAINI
SISTec/B.Tech/CS/2021/8/Project-II/56 Design & Development of LMS+ Transeforce Group (Paktolus Project) 0187CS171166 TALISH HUSSAIN Node.js, JQuery ,Jekyll ,ExpressJS ,Serverless
Babel ,Bootstrap
Prof.Ghanshyam Dubey
SISTec/B.Tech/CS/2021/8/Project-II/57 Design and Development of Web Proctoring Examination System 0187CS171060 HARSHIT AWASTHI Python, Django, HTML, CSS, JS, Computer Vision, Visual Studio Code, Chrome Browser, Jupyter Notebook, MySQL Prof. Rahul Dubey
0187CS171043 AYUSH BHAISARE
0187CS171011 ADITYA CHOURASIA
SISTec/B.Tech/CS/2021/8/Project-II/58 Design and Development of Music Genre Classification 0187CS171128 SAHIL AGRAWAL Deep learning, Python, Machine learning , HTML, CSS etc. Prof. Rahul Dubey
0187CS171022 AMAN SAHAY
0187CS171160 SURAJ DEO
SISTec/B.Tech/CS/2021/8/Project-II/59 Design and Development of Social network system for job placement 0187CS171099 POOJA KUMARI Html5, css, javascript, mysql, bootstrap, php Prof. Ashish Labade
0187CS171030 ANMOL SHARMA
0187CS171029 ANKITA MAHULE
0187CS171053 DEEPALI PATEL
SISTec/B.Tech/CS/2021/8/Project-II/60 Design & development of Online Shopping System 0537CS171012 BRIJESH MISHRA HTML, CSS, javascript, BOOTSTRAP, PHP, MySQL, sublime Text editer Dr. Pushpraj S. Chauhan
0537CS101013 DEEPAK SAROJ
0537CS171011 BHARAT MEWADA
0187CS171070 KARISHMA GOUND
SISTec/B.Tech/CS/2021/8/Project-II/61 Design & development of Media-X 0187CS171151 SHUBHAM VISHWAKARMA Python and openCv Dr. Vasima Khan
0187CS171152 SHYAM BIHARI DUBEY
0187CS171075 KRISHNA YADAV
SISTec/B.Tech/CS/2021/8/Project-II/62 Design & development of IoT based Home/Industrial Automation System using ESP8266 & Android App with RESTapi 0187CS171074 KHUSHBU BISEN Android +IOT Prof. Ashish Labade
0187CS171134 SANDEEP RANJAN
0187CS171137 SAURABH PANDEY
0187CS171143 SHIKHA OJHA
SISTec/B.Tech/CS/2021/8/Project-II/63 Design & development of Room Wala 0187CS171169 UTTAM KR PATEL HTML, CSS, BOOTSTRAP, JS, PHP, MYSQL, NODEJS, JQUERY Prof.Amit kumar Rathore
0187CS171131 SAMIYA MANSURI
0187CS183D01 KESHAV MANSURE
0187CS183D02 PARAS SACHAN
SISTec/B.Tech/CS/2021/8/Project-II/64 Design and Development of SANOFI’S VR SIMULATION PROJECT 0187CS171154 SIMRAN PRITHYANI VR/XR technology, photoshop, illustrator Figma and Gmetri. Prof. Umesh Sahu
0187CS171078 MANISH SINGH
0187CS171034 ARYAN CHAKRABORTY
0187CS171176 YOGESHWARI PRAJAPATI
SISTec/B.Tech/CS/2021/8/Project-II/65 Design & development of Events Management System 0187CS171035 ASHISH GUPTA Html Php Css javascript mysql Prof. Vipin verma
0187CS171159 SUNAINA NAGAICH
0187CS171148 SHIVAM SHRIVASTAVA
0187CS171142 SHEIKH JAVED
SISTec/B.Tech/CS/2021/8/Project-II/66 Design & development of Theme adder 0187CS171138 SAURABH TIWARI Flutter ,Dart Prof.Ghanshyam Dubey
0187CS171085 MOHNEESH SINGH YADAV
0187CS171127 SACHIN GUPTA
SISTec/B.Tech/CS/2021/8/Project-II/67 Design & development of Wattel 0187CS171094 NITISH KUMAR Android studio, java,firebase Prof.Ghanshyam Dubey
0187CS171116 RAUNAK KUMAR
0187CS171141 SHAKSHI WAGADRE
SISTec/B.Tech/CS/2021/8/Project-II/68 Design & development of Online Secondhand Book Buying & Selling portal 0187CS171056 DURGESH PATEL HTML, CSS, JAVASCRIPT, PHP, MYSQL, BOOTSTRAP, Prof.Amit kumar Rathore
0187CS171144 SHIVCHAND SAHU
0187CS183D05 VISHWADEEP DAMODARE
0187cs161054 Mayank Raput
SISTec/B.Tech/CS/2021/8/Project-II/69 Design & development of Online Notice Board(IoT ) 0187CS171162
IoT Prof. Ashish Labade
0187CS171173 VISHWAJEET SINGH
0187CS171046 AYUSHMAAN TIWARI
SISTec/B.Tech/CS/2021/8/Project-II/70 Design & development of Attendance Sytatem (IOT) 0187CS171139 SAHJAD ALAM IOT Prof. Ashish Labade
0187CS171084 MOHD FARZAN KHAN
0187CS171090 NIKHIL KUBDE
0187CS171174 VIVEK KUMAR SHARMA
SISTec/B.Tech/CS/2021/8/Project-II/71 Design & development of Attendance System app (Android App) 0187CS183D04 UMESH Android Prof. Himshi Chouksey
0187CS171092 NISHANT KUMAR
SISTec/B.Tech/CS/2021/8/Project-II/72 Design & development of Online Exam portal 0187CS171110 PUSHPENDRA KUMAR SAHU Python Dr. Vasima Khan
0187CS171118 RISHABH ANGALE
SISTec/B.Tech/CS/2021/8/Project-II/73 Design & development of Face mask Detection 0187CS171081 MD DILSHAD AHMAD Machine learning Prof. Ruchi jain
0187CS171018 AKASH SAHU
SISTec/B.Tech/CS/2021/8/Project-II/74 Design & development of News Aggregator application(Updated ) 0187CS171002 AAKASH SHARDUL Django,python, web crawling, web scrapping,DBMS,Html,CSS Dr. Vasima Khan
SISTec/B.Tech/CS/2021/8/Project-II/78 Desgin and Devlopment Hotel Management Web Application 0187CS171122 ROHAN KUMAR Hotel Management Web Application(Internship Project) Prof. Vishal Chourasia
0187CS171150 SHUBHAM KUMAR SEN
0187CS183D06 ZEESHAN ALI
0187CS171155 SIMRAN VISHWAKARMA
SISTec/B.Tech/CS/2021/8/Project-II/79 Design and Development of Stock market app 0187CS171161 SWAPNIL MISHRA Flutter,Dart Prof. Ruchi jain
SISTec/B.Tech/CS/2021/8/Project-II/80 Design & development of IoT Smart Status Notifier 0187CS171007 ABHISHEK VERMA IOT Prof. Ashish Labade
0187CS171172 VISHAL ROY
SISTec/B.Tech/CS/2021/8/Project-II/82 Design and Development of Bike Rental 0187CS171158 SUMIT VIJAYVARGIYA Flutter,Dart Prof. Ruchi jain
SISTec/B.Tech/CS/2021/8/Project-II/83 Design and Development of FieldApp 0187CS171087 NARENDRA Flutter, Firebase Prof. Anita Yadav
SISTec/BE/CS/2020/7/Project 1/01 Developement of Business Intelligence System 0187CS171049 BILAL KHAN Php, python, Html5, Css3, Bootstrap, Django, laravel, MySQL, sql, vscode, notepad++, apache server, linux debain, pip Prof. Ruchi jain/(Prof. Bhavana Soni)
SISTec/BE/CS/2020/7/Project 1/02 Algorithm and complexity visualization 0187CS171012 ADITYA PRAKASH JavaScript, SASS, protocol buffer compiler, HTML5 etc. Prof. Vishal Chourasia
SISTec/BE/CS/2020/7/Project 1/03 InstaAnalytics 0187CS171157 SUMIT KUMAR DUBEY Python,Django,HTML,web Scrapping, Chrome Inspection tool Prof. Bhavana Gupta/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/04 YT-clipsmate 0187CS171102 PRAKARSH SINHA python , visual studio code , tkinter Prof. Rahul Dubey/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/05 Ranger Your Assistant Chatbot 0187CS171026 ANJAN UTKARSH Python, MySQL, Django Prof. Bhavana Gupta/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/06 Chatbot As a Waiter 0187CS171061 HEMA AGARWAL Dialog Flow , Django , Python , NLP Natural language Processing Dr. Vasima Khan/(Prof. Anita Yadav)
SISTec/BE/CS/2020/7/Project 1/07 Kids learning application 0287CS171164 SYED SAIF Html,CSS,PHP,js,bootstrap,mysql. Prof. Vipin verma
SISTec/BE/CS/2020/7/Project 1/08 Paktolus Project 0187CS171069 KAPIL MEWADA Language:- python3
Libraries:- pyAudio, speechRecognition, datetime, Google, webbrowser etc
Dr. Vasima Khan/(Prof. Anita Yadav)
SISTec/BE/CS/2020/7/Project 1/09 Gym Management System 0187CS171089 NAVNEET PUROHIT Tools: Visual Studio Code/Atom, Xampp,
Technology: HTML, CSS, Javascript, React, Php/Nodejs, Mysql
Dr. Vasima Khan/(Prof. Anita Yadav)
SISTec/BE/CS/2020/7/Project 1/10 Online Food Delivery 0187CS171060 HARSHIT AWASTHI Technology: React, NodeJS, ExpressJS, MongoDB
Tools: Visual Studio Code
Dr. Vasima Khan/(Prof. Anita Yadav)
SISTec/BE/CS/2020/7/Project 1/11 Rental House Management System 0187CS171043 AYUSH BHAISARE Technologies- HTML, CSS, JavaScript, Node.js
Database- MySQL
Tools- Visual studio code
Prof. Vipin verma
SISTec/BE/CS/2020/7/Project 1/12 College Admission Management System 0187CS183D03 SHAHINA ALI Html, CSS, javascript, jquery, MySQL ,Bootstrap Prof. Vipin verma
SISTec/BE/CS/2020/7/Project 1/13 Doorstep Services 0187CS171091 NISHANT GOUR Technology : React, Nodejs, Expressjs, MongoDB, Bootstrap. Tools : Visual Studio Code Prof. Rahul Dubey/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/14 Internship Project 0187CS171017 AKASH KUMAR Django Prof. Himshi Chouksey
SISTec/BE/CS/2020/7/Project 1/15 Internship Project 0187CS171153 SHYAM MAURYA Java, Android Studio, Firebase Prof. Ruchi jain
SISTec/BE/CS/2020/7/Project 1/16 Video Calling App 0187CS171010 ADITYA AGARWAL WebRTC, Flutter, Firebase / JS Prof. Rahul Dubey/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/17 "TIN-TIN"-a real time music player. 0187CS171126 RUPALI SINGH KUSHWAHA Python Prof. Ruchi jain
SISTec/BE/CS/2020/7/Project 1/18 Internship Project 0187CS171161 SWAPNIL MISHRA flutter dart Prof. Rajesh Rai/(Prof. Umesh Sahu)
SISTec/BE/CS/2020/7/Project 1/19 Churn Prediction and Retail Analysis System for an Organisation. 0187CS171011 ADITYA CHOURASIA Technology: R, R Shiny Web Framework, MySQL Database, HTML, CSS, Bootstrap, JavaScript chart.js
Tools: R Studio Editor
Prof. Rahul Dubey/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/20 Design and Development of Library Management system 0187CS171110 PUSHPENDRA KUMAR SAHU Android Prof. Himshi Chouksey
SISTec/BE/CS/2020/7/Project 1/21 disease prediction system 0187CS171167 TANYA SAXENA HTML,CSS,JavaScript,Machine Learning,flask Visual studio,Google colab ,sublime text Prof. Amit Rathore/(Prof. Bhavana Soni)
SISTec/BE/CS/2020/7/Project 1/22 Internship Project 0187CS171165 SYEDA ATIYA HUSAIN Python, Deep Learning, Computer Vision, Kotlin, Django, PostgreSQL, Android Studio, Jupyter Notebook Dr. Vasima Khan/(Prof. Anita Yadav)
SISTec/BE/CS/2020/7/Project 1/23 Design and developmemt Restaurant Management system 0187CS171172 VISHAL ROY Php,Javascript,HTML Prof. Ashish Labade
0187CS171159 SUNAINA NAGAICH
SISTec/BE/CS/2020/7/Project 1/24 Design & Development of Social Networking website 0187CS171117 REHAN AKHTER python3x, django framework, html/css, javascript, sqlite3 Prof. Rahul Dubey
0187CS171021 AMAN GUPTA
SISTec/BE/CS/2020/7/Project 1/25 Learing Management System 0187CS171020 AKHIL TIWARI C, Text editor Dr. Vasima Khan/(Prof. Anita Yadav)
0187CS171108 PRIYANSHU DUBEY
SISTec/BE/CS/2020/7/Project 1/26 Internship Project 0187CS171048 BHOOMIKA KHOOBCHANDANI Python, Machine learning, PyQt Dr. Vasima Khan/( Prof. Umesh Sahu)
SISTec/BE/CS/2020/7/Project 1/27 MEchat online chat website 0187CS171007 ABHISHEK VERMA HTML,CSS, Bootstrap, JavaScript,PHP, MySQL Prof. Amit Rathore/(Prof. Bhavana Soni)
0187CS171115 RANI DENIYAL
SISTec/BE/CS/2020/7/Project 1/28 Street food vendors management system 0187CS171147 SHIVAM MALVIYA Python Django , HTML , CSS , Bootstrap , AWS Prof. Ruchi jain/( Prof. Umesh Sahu)
0187CS171047 BHARAT PATEL
SISTec/BE/CS/2020/7/Project 1/29 Paktolus Project 0187CS171068 KANIKA SHRIVASTAVA Django,SQL, python, visual studio Prof. Ruchi jain/(Prof. Anita Yadav)
0187CS171013 ADITYA RANJAN
SISTec/BE/CS/2020/7/Project 1/30 Natural Bliss 0187CS171016 AKANKSHA BHARTI Html5, CSS3, Bootstrap4, Javascript, Reactjs, PHP, Mysql Prof. Rahul Dubey
SISTec/BE/CS/2020/7/Project 1/31 Image Emojification system 0187CS171022 AMAN SAHAY Deep learning , computer vision , OpenCV, flask, django, html, css,javascript , flutter Dr. Vasima Khan/ Prof. Umesh Sahu
SISTec/BE/CS/2020/7/Project 1/32 ExamSnap 0187CS171019 AKASH VERMA Technology: Android
Tools: Android Studio
Prof. Rajesh Rai/(Prof. Umesh Sahu)
0187CS171080 MAYURI JAIN
SISTec/BE/CS/2020/7/Project 1/33 The Academic Learner - A Learning Web Application 0187CS171145 SHIVA KAHAR PHP, Brython, JavaScript, Node.js Prof. Amit Rathore/(Prof. Bhavana Soni)
0187CS171132 SANDEEP MALVIYA
SISTec/BE/CS/2020/7/Project 1/34 Electronic Bazar 0187CS171064 INSHAAL KHAN    
0537CS171007 ARSHI HTML CSS jquery Javascript python django Prof. Bhavana Gupta/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/35 E-commerce 0187CS171044 AYUSH KUMAR Java Prof. Vipin verma
0187CS171097 PALLAVI AHIRWAR
SISTec/BE/CS/2020/7/Project 1/36 Online Examination System 0187CS171098 PANKAJ LAL Django Framework, Python, WebRTC. Prof. Ruchi jain/(Prof. Himshi Chouksey)
0187CS171073 KHUSHBOO PATEL
SISTec/BE/CS/2020/7/Project 1/37 .Journal :- News Aggregator application 0187CS171002 AAKASH SHARDUL Django,python, web crawling, web scrapping,DBMS,Html,CSS Dr. Vasima Khan/( Prof. Umesh Sahu)
SISTec/BE/CS/2020/7/Project 1/38 AI based Chat bot for college related queries 0187CS171128 SAHIL AGRAWAL Deep learning, Python, HTML, CSS, Bootstrap, Visual Studio Code, jupyter notebook etc. Dr. Vasima Khan/( Prof. Umesh Sahu)
0187CS171160 SURAJ DEO
SISTec/BE/CS/2020/7/Project 1/39 Hotel management 0187CS171177 ZEBA SHEIKH Html,css,bootstrap,java script,xml,php & sublime text editor. Prof. Vishal Chourasia
0187CS171103 PRANJAL KANHERE
0187CS171015 AKANSHA
SISTec/BE/CS/2020/7/Project 1/40 Messaging App 0187CS171162 SWAPNIL NANCY JavaScript React Native , VS Code. Prof. Ashish Labade
0187CS171090 NIKHIL KUBDE
0187CS171046 AYUSHMAAN TIWARI
SISTec/BE/CS/2020/7/Project 1/41 Design and Development 0187CS171122 ROHAN KUMAR Android studio
Java
My sql
Prof. Rajesh Rai/(Prof. Umesh Sahu)
0187CS171116 RAUNAK KUMAR
0187CS171094 NITISH KUMAR
0187CS171141 SHAKSHI WAGDRE
SISTec/BE/CS/2020/7/Project 1/42 Online School Stock Management 0187CS171029 ANKITA MAHULE HTML5,CSS,php,mysql,bootstrap Prof. Ashish Labade
0187CS171053 DEEPALI PATEL
0187CS171099 POOJA KUMARI
SISTec/BE/CS/2020/7/Project 1/43 Design & Development of Android Application for Weather Forecast System 0187CS171129 SAKSHI KUMARI android Prof. Ashish Labade
0187CS171119 RISHABH RANJAN
0187CS171092 NISHANT KUMAR
SISTec/BE/CS/2020/7/Project 1/44 Design and development of Learnzilla 0187CS171130 SAKSHI THAKUR Android studiojava
Sublime [Php including html, css ]
Wamp server [MySQL for database ]
Adobe photoshop
Prof. Nargish Gupta
0187CS171155 SIMRAN VISHWAKARMA
SISTec/BE/CS/2020/7/Project 1/45 Online Vegetable Shopping web-app 0187CS171006 ABHISHEK RAJURKAR Python, Django, SQL, HTML, CSS, JavaScript Prof. Rahul Dubey
0187CS171067 KAMAKSHI KAMBE
0187CS171107 PREETI SINGH
SISTec/BE/CS/2020/7/Project 1/46 Local contacts application 0187CS171018 AKASH SAHU Java , Android , XML , firebase Prof. Nikhlesh Pathik
0187CS171105 PRATEEK BORGAONKAR
SISTec/BE/CS/2020/7/Project 1/47 ADDApp 0187CS171059 HARSH PATEL Xml, java ,Android studio,firebase Prof. Nargish Gupta
0187CS171050 CHIRAG KUSHWAHA
0187CS171066 JATIN MALVIYA
SISTec/BE/CS/2020/7/Project 1/48 Wegas managment systems 0187CS171144 SHIV CHAND SAHU HTML,DBMS,SQL,CSS, JAVASCRIPT, Prof. Amit Rathore/(Prof. Bhavana Soni)
0187CS171133 SANDEEP PATEL
0187CS171139 SAHJAD ALAM
SISTec/BE/CS/2020/7/Project 1/49 Freshly hire 0187CS171140 SHAISTA KHAN Python, Django, MongoDB, html, css, bootstrap, Pycharm Prof. Rahul Dubey
SISTec/BE/CS/2020/7/Project 1/50 WhatsIndia Android App 0187CS171074 KHUSHBU BISEN Android JAVA+XML, Firebase for database, Google Cloud platform, Android Studio, Google API, Google Map for location sharing. Prof. Rajesh Rai/(Prof. Umesh Sahu)
0187CS171134 SANDEEP RANJAN
0187CS171137 SAURABH KUMAR PANDEY
0187CS171143 SHIKHA OJHA
SISTec/BE/CS/2020/7/Project 1/51 Design and development for online shopping system. 0537CS171013 DEEPAK SAROJ HTML,CSS,JAVASCRIPT
PHP, MySQL,BOOTSTRAP, SUBLINE TEXT EDITER.
Prof. Ashish Labade/(Prof. Anita Yadav)
0537CS171012 BRIJESH MISHRA
0187CS171070 KARISHMA GOUND
0537CS171011 BHARAT MEWADA
SISTec/BTech/CS/2020/7/Project 1/52 Home store 0187CS183D01 KESHAV MANSURE HTML5, CSS3, PHP ,JS, Node JS, AngularJS, SQL, XAMMP, Chrome Prof. Radha Rashmi Tiwari
0187CS171131 SAMIYA MANSURI
0187CS171169 UTTAM KUMAR PATEL
0187CS183D02 PARAS SACHAN
SISTec/BE/CS/2020/7/Project 1/53 e-FIR 0187CS171082 MD FAISAL HTML,CSS, Bootstrap, JavaScript, PHP, MYSQL Prof. Amit Rathore/(Prof. Bhavana Soni)
0187CS171149 SHUBHAM KUMAR
0187CS171045 AYUSH RAJ
0187CS171173 VISHWAJEET SINGH
SISTec/BE/CS/2020/7/Project 1/54 Online vegetables shop system 0187CS171030 ANMOL SHARMA Sublime text editor, Html, CSS, bootstrap, java script, jquery, chrome Prof. Amit Rathore/(Prof. Bhavana Soni)
0187CS171033 ANURAG KUMAR
0187CS171042 AVINASH KUMAR
0187CS171077 MANISH KUMAR
SISTec/BE/CS/2020/7/Project 1/55 Location Based Web App 0187CS171109 PUSHPANSHU RANJAN SINGH Python3, Django, GeoDjango, PostgreSQL, Prof. Rahul Dubey
0187CS171121 RITESH KUMAR SINGH
0187CS171175 YASHWARDHAN CHAUHAN
SISTec/BE/CS/2020/7/Project 1/56 Design & Development of Video Conferencing Web App 0187CS171009 ABHISHEK SOMKUNWAR Java,Html,JavaScript,css,MySql Prof. Rahul Dubey(Prof. Bhavana Soni)
0187CS171036 ASHISH PARLANI
0187CS171101 PRAJJWAL UJJAINI
0187CS171158 SUMIT VIJAYVARGIYA
SISTec/BE/CS/2020/7/Project 1/57 Hospital management 0187CS171148 SHIVAM SHRIVASTAVA HTML, JavaScript, CSS, core PHP, MySQL, jQuery Prof. Amit Rathore/(Prof. Bhavana Soni)
0187CS171142 SHEKH JAVED
0187CS171035 ASHISH GUPTA
0187CS171076 KUNAL NAGLE
SISTec/BE/CS/2020/7/Project 1/58 No8book 0187CS171039 ASHUTOSH KUMAR Python, Django, HTML, CSS, JavaScript, Machine Learning, Natural Language Processing. Dr. Vasima Khan/(Prof. Anita Yadav)
0187CS171071 KARISHMA KAUSHIK
0187CS171120 RISHABH SHARMA
SISTec/BE/CS/2020/7/Project 1/59 Sports Classifier 0187CS171151 SHUBHAM VISHWAKARMA Python, keras Prof. Bhavana Gupta/(Prof. Himshi Chouksey)
0187CS171075 KRISHNA YADAV
0187CS171152 SHYAM BIHARI DUBEY
0187CS171087 NARENDRA
SISTec/BE/CS/2020/7/Project 1/60 theme_adder 0187CS171085 MOHNEESH SINGH YADAV 1Flutter
2Dart
3Database
Prof. Himshi Chouksey
0187CS171127 SACHIN GUPTA
0187CS171138 SAURABH TIWARI
0187CS171150 SHUBHAM KUMAR SEN
SISTec/BE/CS/2020/7/Project 1/61 Secret Calculator 0187CS171104 PRATEEK VISHWAKARMA Flutter, ML, Mongodb Prof. Radha Rashmi Tiwari
0187CS171024 ANANT VINAY
0187CS171008 ABHISHEK YADAV
SISTec/BE/CS/2020/7/Project 1/62 smart exam protracting platform 0187CS171096 NUPUR KSHATRI Python, Deep learning, HTML, CSS, Django Dr. vasima khan /(Prof. Anita Yadav)
0187CS171057 GANESH SINGH SURYVANSHI
SISTec/BE/CS/2020/7/Project 1/63 Online Hospital Management System 0187CS171111 RAGHV KUMAR SAH Python & Django html css Dr. Vasima Khan/(Prof. Himshi Chouksey)
SISTec/BE/CS/2020/7/Project 1/64 Digital Employment Services 0187CS171065 ISHANT MISHRA Html, CSS, Bootstrap Prof. Ashish Labade/(Prof. Anita Yadav)
SISTec/BE/CS/2020/7/Project 1/65 MY COACHING 0187CS171041 ASIF AHMAD ANSARI HTML
CSS
JAVASCRIPT
JQUERY
BOOTSTRAP
PHP
SQL
Prof. Nikhlesh Pathik
SISTec/BE/CS/2020/7/Project 1/66 Student Report Card System 0187CS171005 AATIF BAIG C/C++ Prof. Umesh Sahu
SISTec/BE/CS/2020/7/Project 1/67 Bookshop Management System 0187CS171037 ASHISH RAJ C/C++ Prof. Shweta Gonde
SISTec/BE/CS/2020/7/Project 1/68 Telephone Directory System 0187CS171055 DHARAMVEER KUMAR C/C++ Prof. Umesh Sahu
SISTec/BE/CS/2020/7/Project 1/69 Madical Store Management System 0187CS171056 DURGESH PATEL C/C++ Prof. Shweta Gonde
SISTec/BE/CS/2020/7/Project 1/70 AmigosHUB Learn 0187CS171072 KAWALPREET SINGH JUNEJA Core - HTML, CSS, JavaScript, PHP, SQL
Frameworks - Materialize, W3.CSS, Bootstrap, AdminBSB, CodeIgniter, KP Framework
Server - Apache, MySQL server, AWS EC2
Productivity & Tools - GitHub, Telegram, Google Sheets, NPM loadtest
Prof. Amit Rathore/(Prof. Bhavana Soni)
0187CS171146 SHIVAM MAGARDE
SISTec/BE/CS/2020/7/Project 1/71 Calendar Application 0187CS171081 MD DILSHAD AHMAD C/C++ Prof. Umesh Sahu
SISTec/BE/CS/2020/7/Project 1/72 Personal Diary Management System 0187CS171084 MOHD FARZAN KHAN C/C++ Prof. Shweta Gonde
SISTec/BE/CS/2020/7/Project 1/73 Quiz Game 0187CS171174 VIVEK KUMAR SHARMA C/C++ Prof. Bhavana Soni
SISTec/BE/CS/2020/7/Project 1/74 Cyber Management System 0187CS183D04 UMESH C/C++ Prof. Bhavana Soni
SISTec/BE/CS/2020/7/Project 1/75 Phonebook Application 0187CS183D05 VISHWADEEP DAMODARE C/C++ Prof. Bhavana Soni
SISTec/BE/CS/2020/7/Project 1/76 Supermarket Billing System 0187CS183D06 ZEESHAN ALI C/C++ Prof. Ashish Labade
SISTec/BE/CS/2020/7/Project 1/77 Coaching Management system 0187CS171100 PRABHAT KUMAR C/C++ Prof. Shweta Gonde
SISTec/BE/CS/2020/7/Project 1/78 Supermarket Mangement System 0187CS171118 RISHABH ANGALE C/C++ Prof. Himshi Chouksey
SISTec/BE/CS/2020/7/Project 1/79 Snake Game 0187CS171136 SAURABH KUMAR C/C++ Prof. Bhavana Soni
SISTec/BE/CS/2020/7/Project 1/80 Paktolus Project 0187CS171166 TALISH HUSSAIN Internship Project Prof. Bhavana Soni
0187CS171063 HRITHIK RATHORE Internship Project
0187CS171079 MANSI SHRIVASTAVA Internship Project
0187CS171176 YOGESHWARI PRAJAPATI Internship Project
SISTec/BE/CS/2020/7/Project 1/81 Paktolus Project 0187CS171078 MANISH SINGH Internship Project Prof. Umesh Sahu
0187CS171125 ROHIT TIWARI Internship Project
0187CS171023 ANA BAIG Internship Project
0187CS171034 ARYAN CHAKRABORTY Internship Project
SISTec/BE/CS/2020/7/Project 1/82 Paktolus Project 0187CS171154 SIMRAN PRITHYANI Internship Project Prof. Vishal Chourasia
0187CS171003 AASHI SHARMA Internship Project
SISTec/BE/CS/2020/7/Project 1/83 Paktolus Project 0187CS171025 ANANYA SAXENA Internship Project Prof. Radha Rashmi Tiwari
0187CS171004 ASHISH KORE Internship Project
SISTec/BE/CS/2020/7/Project 1/84 Internship Project 0187CS171001 AADITYA RAJ Internship Project Prof. Nargish Gupta
Minor Project 2020-21
Group Number Enrollment No Student Name Project Title Technology Used Project Guide
SISTec/B.Tech/CS/2021/6/Project-II/01 0187CS181042 Azmi Zehra Design and Development of Facts Dog /Cats Python Prof. Bhavna Gupta
SISTec/B.Tech/CS/2021/6/Project-II/02 0187CS181115 Ritu Gour DESIGN & DEVELOPMENT OF STATIONERY STORE PHP Prof. Amit Rathore
SISTec/B.Tech/CS/2021/6/Project-II/03 0187CS181100 Palash Jaiswal Design and Development of
Indian railway announcement system
Python Prof. Ruchi Jain
0187CS181026 Ankit Kumar
0187CS181008 Aditya Kumar
SISTec/B.Tech/CS/2021/6/Project-II/04 0187CS181103 Pavan Soni Design and Development of Chatting Application Java Prof. Shweta Singh
SISTec/B.Tech/CS/2021/6/Project-II/05 0187CS181142 Shivam soni Design and Development of FoodLine App Android Prof. Himshi Chouksey
0187CS181019 Akshat Kumar
0187CS181144 Shubham Gupta
0187CS181016 Akash Dwivedi
SISTec/B.Tech/CS/2021/6/Project-II/06 0187CS181092 Neelesh Singh Design and Development of BlogHub PHP Prof. Amit Rathore
0187CS181059 Harshwardhan Sharma
0187CS181039 Ayan Khan
SISTec/B.Tech/CS/2021/6/Project-II/07 0187CS181153 Sudeep Agarwal Design and Development of Mark Com Web App Node JS & React JS Prof. Ruchi Jain
0187CS181062 Hitesh Tilwani
0187CS181061 Hitesh Gyanchandani
SISTec/B.Tech/CS/2021/6/Project-II/08 0187CS181084 MD Samiullah Alam Design and Development of
Employment Life Solution Web App
Node JS & React JS Prof. Shweta Gonde
0187CS181036 Ashwini Choudhary
SISTec/B.Tech/CS/2021/6/Project-II/09 0187CS181102 Parvez Khan Design and Development of
E-Commerce Web App
React JS & Golang(gin) Prof. Vishal Chourasia
0187CS181007 Aditya Dwivedi
0187CS193D03 Madiha Farooqui
0187CS181076 Manish Kumar
SISTec/B.Tech/CS/2021/6/Project-II/10 0187CS181079 Marshal krishna Design and Development of Library Management System .NET Prof. Umesh Sahu
SISTec/B.Tech/CS/2021/6/Project-II/11 0187CS181114 Ritik Shrivastava Design and Development of Myfolio 2.0 Python Prof. Ruchi Jain
SISTec/B.Tech/CS/2021/6/Project-II/12 0187CS181130 Satyam Shukla Design and Development of The Tech Quiz App Java Prof. Shweta Singh
SISTec/B.Tech/CS/2021/6/Project-II/13 0187CS181005 Aditi Upadhyay Design and Development of voice Detection Python Prof. Ruchi Jain
SISTec/B.Tech/CS/2021/6/Project-II/14

Design and Development of Room-E Python Prof. Rahul Dubey
0187CS181146 Shubham Shrivas
0187CS181097 Nikesh Varma
SISTec/B.Tech/CS/2021/6/Project-II/15 0187CS181156 Sumit Yadav Design and Development of Shop Management PHP Prof. Ashish Labade
SISTec/B.Tech/CS/2021/6/Project-II/16 0187CS181035 Ashutosh Soni Design and Development of Mesanger App Android Prof. Himshi Chouksey
0187CS181159 Suryansh Dubey
SISTec/B.Tech/CS/2021/6/Project-II/17 0187EX181003 Ankit Sisodiya Design and Development of
Docto- Online Consultation System
Java Prof. Shweta Singh
0187CS181157 Sunidhi Sharma
0187CS181068 Khushi Tripathi
SISTec/B.Tech/CS/2021/6/Project-II/18 0187CS181015 Akash dhakad Design and Development of Developer Community PHP Prof. Amit Rathore
0187CS181151 Sourabh kirar
0187CS181118 Rohit Rai
SISTec/B.Tech/CS/2021/6/Project-II/19 0187CS181154 Sudharshan Rakhonde Design and Development of Pocket Notes App Android Prof. Himshi Chouksey
0187CS181131 Satyam Tiwari
SISTec/B.Tech/CS/2021/6/Project-II/20 0187CS171123 Rohan Maran Design and Development of Nutrihelp Web Site Python Dr. Vasima Khan
0187CS181087 Mohit Kushwaha
0187CS181033 Ashutosh Sahu
0187EC181039 Shivani Raichandani
SISTec/B.Tech/CS/2021/6/Project-II/21 0187CS181027 Ankita Kumari Design and Development of Music Player Python Dr. Vasima Khan
0187CS181140 Shalini Raj
SISTec/B.Tech/CS/2021/6/Project-II/22 0187CS181090 Nandani Chouhan Design and Development of E-Quiz App Java Prof. Shweta Singh
0187EC181037 Reema Rijhwani
SISTec/B.Tech/CS/2021/6/Project-II/23 0187CS181122 Sagar Kumar Gupta Design and Development of E-Commerce Website PHP Prof. Ashish Labade
0187CS181119 Romel kumar verma
0187CS181099 Nitish Kumar
SISTec/B.Tech/CS/2021/6/Project-II/24 0187CS181014 Akash Chouhan Design and Development of
Student Management System
PHP Prof. Ashish Labade
0187CS181124 Sakshi Gupta
SISTec/B.Tech/CS/2021/6/Project-II/25 0187CS181050 Divyanshu Shivhare Design and Development of MyBookWorld-A
bookstore database app
Python Prof. Ruchi Jain
0187CS181073 Kushagra Akhauri
0187CS181168 Varun Agarwal
0187CS181129 Satyam Kumar
SISTec/B.Tech/CS/2021/6/Project-II/26 0187CS181127 Sankalp Sahu Design and Development of Melody-A Music Player Python Prof. Ruchi Jain
0187CS181138 Shailendra Singh Pawar
SISTec/B.Tech/CS/2021/6/Project-II/27 0187CS181045 Deepak Kumar Design and Development of Virtual Reality Paktolus Project Gmetri, Figma Prof. Nikhlesh Pathik
SISTec/B.Tech/CS/2021/6/Project-II/28 0187CS181064 Israt Begam Design and Development of Hotel Management System PHP Prof. Vipin Verma
0187CS181023 Anamika Rajput
SISTec/B.Tech/CS/2021/6/Project-II/29 0187CS181152 Sourabh Sisodia Design and Development of OneStore System Node JS & React JS Prof. Ruchi Jain
SISTec/B.Tech/CS/2021/6/Project-II/30 0187CS181069 Kratika Dhangar Design and Development of Healthcare and Exercise Application Android Prof. Himshi Chouksey
SISTec/B.Tech/CS/2021/6/Project-II/31 0187CS181022 Amit kumar Mandal Design and Development of Content Sharing Websites PHP Prof. Nikhlesh Pathik
0187CS181010 Aditya Raj Singh
0187CS181030 Anup Kumar
SISTec/B.Tech/CS/2021/6/Project-II/32 0187CS181123 Sagar Ubrani Design and Development of Bus Tracking App Android Prof. Vipin Verma
SISTec/B.Tech/CS/2021/6/Project-II/33 0187CS181164 Tanishq Ranjan Design and Development of Stock Price Prediction System Python Prof. Rahul Dubey
0187CS181086 Mohini Namdev
0187CS181167 Uttam Sagar
SISTec/B.Tech/CS/2021/6/Project-II/34 0187CS181070 Kritika Rana Design and Development of YogGuru Website Java Prof. Shweta Singh
0187CS181037 Asmit Bajaj
SISTec/B.Tech/CS/2021/6/Project-II/35 0187CS181044 Chirag Jain Design and Development of Web Scraping Tool Python Prof. Bhavna Gupta
0187CS181018 Akshat Jain
0187CS181171 Y Jayesh Kartikey
SISTec/B.Tech/CS/2021/6/Project-II/36 0187CS181128 Saroj Kumar Gupta Design and Development of Find Your Book App Android Prof. Shweta Singh
SISTec/B.Tech/CS/2021/6/Project-II/37 0187CS181163 Talitha Design and Development of stegnography Using ML ML Prof. Rahul Dubey
0187CS181176 Yukta Prasad
0187CS181173 Yash Gupta
SISTec/B.Tech/CS/2021/6/Project-II/38 0187CS181040 Ayush Dwivedi Design and Development of PROMPT UP- A REMINDER APP Python Prof. Bhavna Gupta
0187CS181063 Insha Nisar
0187CS181013 Aishwarya Roy
SISTec/B.Tech/CS/2021/6/Project-II/39 0187CS181004 Abhishek Singh Rana Design and Development of Multi App & Multi Gaming Application Android Prof. Himshi Chouksey
0187EC181030 Mani Bhushan
0187CS181139 Shailesh Kumar
0187CS181011 Adnan Rasheed Khan
SISTec/B.Tech/CS/2021/6/Project-II/40 0187CS181021 Ambika sadh Design and Development of Stay Fit App Android Prof. Radha Rashmi Tiwari
0187CS181055 Gracy Shrivastava
0187CS181106 Prashant Singh Rathore
0187CS181158 Suraj Sahu
SISTec/B.Tech/CS/2021/6/Project-II/41 0187CS181133 Saumya Srishti Design and Development of Braces N Faces Dental Care Website PHP Prof. Nikhlesh Pathik
0187CS181066 Kamakhya Tiwari
SISTec/B.Tech/CS/2021/6/Project-II/42 0187CS181091 Nayan Shrivastava Design and Development of Inform-it Website Node JS & React JS Prof. Anita Yadav
0187CS181108 Purva Joshi
0187CS181002 Aasim Akhtar
0187CS181065 Juhi Ojha
SISTec/B.Tech/CS/2021/6/Project-II/43 0187CS181080 Mayank Tripathi Design and Development of Customer Relationship Management Android Prof. Radha Rashmi Tiwari
SISTec/B.Tech/CS/2021/6/Project-II/44 0187CS181162 Talat Naaz Design and Development of Animal Lover Website PHP Prof. Nikhlesh Pathik
0187CS181160 Swapnil Anurag
0187EC181032 Syed Mariyam Hussain
SISTec/B.Tech/CS/2021/6/Project-II/45 0187CS181029 Anugya Upadhyay Design and Development of Memories Web App Node JS & React JS Prof. Nargish Gupta
0187CS181038 Avinash Sen
0187CS181075 Manik Kapoor
0187CS181150 Soumya Nadgir
SISTec/B.Tech/CS/2021/6/Project-II/46 0187CS181043 Bushra Khan Design and Development of Daily Dairy PHP Prof. Nikhlesh Pathik
SISTec/B.Tech/CS/2021/6/Project-II/47 0187CS181041 Ayush Thakur Design and Development of Twira App Java Prof. Radha Rashmi Tiwari
0187CS181060 Hemant Thakur
SISTec/B.Tech/CS/2021/6/Project-II/50 0187CS181009 Aditya Pathak Design and Development of Bus Reservation System C & CPP Prof. Umesh Sahu
SISTec/B.Tech/CS/2021/6/Project-II/51 0187CS181121 Sagar Gupta Design and Development of Books & Books PHP Prof. Umesh Sahu
0537CS181019 Rashad Ahmed
0187CS181170 Wajahat Khan
0187CS181020 Akshay Turkar
SISTec/B.Tech/CS/2021/6/Project-II/52 0187CS181025 Anjali Kanthaliya Design and Development of Casino number guessing game C & CPP Prof. Umesh Sahu
SISTec/B.Tech/CS/2021/6/Project-II/53 0187CS181028 Anmol Mewada Design and Development of Contacts Management C & CPP Prof. Umesh Sahu
SISTec/B.Tech/CS/2021/6/Project-II/54 0187CS181034 Ashutosh Shukla Design and Development of Cybercafe management system C & CPP Prof. Shweta Gonde
SISTec/B.Tech/CS/2021/6/Project-II/55 0187CS181046 Deepak Kumar Design and Development of Learn Easy PHP Prof. Shweta Gonde
0187CS181049 Divyanshu -
0187CS181165 Tauseef Ahmad
0187CS181051 Durwankur Shinde
SISTec/B.Tech/CS/2021/6/Project-II/56 0187CS181047 Devvrat Mishra Design and Development of Digital clock in C++ C & CPP Prof. Anita Yadav
SISTec/B.Tech/CS/2021/6/Project-II/57 0187CS181048 Divyansh Gautam Design and Development of Drawing Basic Shapes C & CPP Prof. Anita Yadav
SISTec/B.Tech/CS/2021/6/Project-II/58 0187CS181052 Faisal Siddique Design and Development of Live chat communication React JS & Node JS Prof. Anita Yadav
SISTec/B.Tech/CS/2021/6/Project-II/59 0187CS181054 Girish Bahlani Design and Development of Helicopter Hurdle C & CPP Prof. Anita Yadav
SISTec/B.Tech/CS/2021/6/Project-II/60 0187CS181071 Kunal Sahu Design and Development of Hostel booking system C & CPP Prof. Bhavna Soni
SISTec/B.Tech/CS/2021/6/Project-II/61 0187CS181074 Lavkesh Wamanrao Deshmukh Design and Development of Image Viewer C & CPP Dr. Vasima Khan
SISTec/B.Tech/CS/2021/6/Project-II/62 0187CS181077 Manish Yadav Design and Development of Leave management system C & CPP Dr. Pushpraj S. Chauhan
SISTec/B.Tech/CS/2021/6/Project-II/63 0187CS181082 Md Karamat Hussain Design and Development of e-commerce website C & CPP Prof. Vipin Verma
SISTec/B.Tech/CS/2021/6/Project-II/64 0187CS181083 Md Mubeen Design and Development of Math Quiz Game C & CPP Dr. Vasima Khan
SISTec/B.Tech/CS/2021/6/Project-II/65 0187CS181089 Nabeel Ali Khan Design and Development of Maze Game C & CPP Prof. Nargish Gupta
SISTec/B.Tech/CS/2021/6/Project-II/66 0187CS181094 Neeraj Parihar Design and Development of Medical Store Management System C & CPP Prof. Nikhlesh Pathik
SISTec/B.Tech/CS/2021/6/Project-II/67 0187CS181096 Neha Vishwakarma Design and Development of Personal Dairy Management System C & CPP Prof. Nargish Gupta
SISTec/B.Tech/CS/2021/6/Project-II/68 0187CS181104 Piyush Khare Design and Development of Pixel Plot on Form C & CPP Prof. Nargish Gupta
SISTec/B.Tech/CS/2021/6/Project-II/69 0187CS181107 Punam Kumari Design and Development of Project to play a video C & CPP Prof. Nargish Gupta
SISTec/B.Tech/CS/2021/6/Project-II/70 0187CS181110 Rahul Mali Design and Development of Puzzel Game in wxWidget. C & CPP Prof. Nargish Gupta
SISTec/B.Tech/CS/2021/6/Project-II/71 0187CS181113 Ritik Sharma Design and Development of Sales management system C & CPP Prof. Bhavna Soni
SISTec/B.Tech/CS/2021/6/Project-II/72 0187CS181116 Rohit Kumar Lodhi Design and Development of School fee enquiry Management System C & CPP Prof. Bhavna Soni
SISTec/B.Tech/CS/2021/6/Project-II/73 0187CS181120 Sachin Thakur Design and Development of Solar System Simulation with SharpGL C & CPP Prof. Vishal Chourasia
SISTec/B.Tech/CS/2021/6/Project-II/75 0187CS181132 Satyam Yadav Design and Development of Telecom Billing Management System C & CPP Prof. Vishal Chourasia
SISTec/B.Tech/CS/2021/6/Project-II/76 0187CS181136 Shaikh Sameer Design and Development of Tourist reservation system in c++ C & CPP Dr. Pushpraj S. Chauhan
SISTec/B.Tech/CS/2021/6/Project-II/77 0187CS181141 Shashikant Uikey Design and Development of Z Buffer Algorithm for visible surface detection C & CPP Dr. Pushpraj S. Chauhan
SISTec/B.Tech/CS/2021/6/Project-II/78 0187CS181143 Shraddha Pargat Design and Development of Social marketing C & CPP Dr. Pushpraj S. Chauhan
SISTec/B.Tech/CS/2021/6/Project-II/79 0187CS181148 Shyam Kumar Jaiswal Design and Development of Cricket Score Sheet C & CPP Dr. Pushpraj S. Chauhan
SISTec/B.Tech/CS/2021/6/Project-II/80 0187CS181149 Simran Madhwani Design and Development of Phonebook Application C & CPP Prof. Radha Rashmi Tiwari
SISTec/B.Tech/CS/2021/6/Project-II/81 0187CS181134 Saurabh Kumar Design and Development of Student Learning Website Python Prof. Radha Rashmi Tiwari
0187CS181032 Aryan Katiyar
0187CS181155 Sumit Malviya
SISTec/B.Tech/CS/2021/6/Project-II/83 0536CS181012 Yashwant Lodhi Design and Development of Fees Management System PHP Prof. Shweta Gonde
0187CS181058 Harsh Vishwakarma
0187CS181006 Aditya Bhargav
0187CS181169 Vipul Sen[Tfw]
SISTec/B.Tech/CS/2021/6/Project-II/84 0187CS193D01 Alka Kumari Design and Development of Food Order Website PHP Prof. Bhavna Soni
SISTec/B.Tech/CS/2021/6/Project-II/85 0187CS193D02 Connor Hazari Design and Development of Yog App C & CPP Prof. Bhavna Soni
SISTec/B.Tech/CS/2021/6/Project-II/86 0187EC181035 Monika Joshi (Provisional) Design and Development of Animated Data Structure And Visualization C & CPP Prof. Bhavna Soni
SISTec/B.Tech/CS/2021/6/Project-II/87 0187EX181004 Ansha Khan Design and Development of kundli App C & CPP Prof. Vipin Verma
SISTec/B.Tech/CS/2021/6/Project-II/88 0187CS181072 Kushagra Agrawal Design and development of stock price prediction system using Machine learning techniques React js,Django and sqllite ,ML Prof. Rahul Dubey
0187CS181109 Rahul Kumar Raghuwanshi
0187CS181117 Rohit Kumar Raghuwanshi
SISTec/B.Tech/CS/2021/6/Project-II/89 0187CS181098 Nitin Dwivedi Design and development of Smart Electricity load prediction system
ML Prof. Rahul Dubey
0187CS181166 Tenzin Lotey
SISTec/B.Tech/CS/2021/6/Project-II/90 0537CS181015 Neha Soni Design and development of House price prediction system html,css,bootstrap ,django ,ML Prof. Rahul Dubey
0187CS181105 Poonam Kanuajiya
SISTec/B.Tech/CS/2021/6/Project-II/91 0187CS181112 Rishi Singh Rajput Design and development video genre classification ML Prof. Rahul Dubey
0187CS181147 Shweta Anmol
SISTec/B.Tech/CS/2021/6/Project-II/92 0187CS181137 Shailendra Yadav Brain tumor detection using machine learning techniques html,css,bootstrap ,django ,ML Prof. Rahul Dubey
SISTec/B.Tech/CS/2020/5/Project 1/01 0187CS181029 Anugya Upadhyay Online Car Rental System Prof. Amit Rathore
0187CS181075 Manik Kapoor
0187CS181150 Soumya Nadgir
0187CS181038 Avinash Sen
SISTec/B.Tech/CS/2020/5/Project 1/02 0187CS181154 Sudarshan Rakhonde Enhancing ease of filing complaints Prof. Shweta Gonde
0187CS181147 Shweta Anmol
0187CS181112 Rishi Singh Rajput
0187CS181131 Satyam Tiwari
SISTec/B.Tech/CS/2020/5/Project 1/03 0187CS181100 Palash Jaiswal Voice Recognizer Prof. Ruchi Jain
0187CS181026 Ankit kumar
SISTec/B.Tech/CS/2020/5/Project 1/04 0187CS181072 Kushagra Agrawal Healthcare Topology (Inter-Hospital management) Prof. Rajesh Rai
0187CS181059 Harshwardhan Sharma
0187CS181092 Neelesh Singh
SISTec/B.Tech/CS/2020/5/Project 1/05 0187EX181003 Ankit Sisodiya PetWhoody- Pet adoption and giveaway system Prof. Anita Yadav
0187CS181157 Sunidhi Sharma
0187CS181068 Khushi Tripathi
SISTec/B.Tech/CS/2020/5/Project 1/06 0187CS181040 Ayush Dwivedi ESLA - A smart virtual assistant Prof. Ruchi Jain
SISTec/B.Tech/CS/2020/5/Project 1/08 0187CS181062 Hitesh Tilwani SearchEasy Prof. Anita Yadav
0537CS181015 Neha Soni
0187CS181061 Hitesh Gyanchandani
0187CS181082 Md Karamat Hussain
SISTec/B.Tech/CS/2020/5/Project 1/09 0187CS181114 Ritik Shrivastava
MyFolio
Prof. Rajesh Rai
SISTec/B.Tech/CS/2020/5/Project 1/10 0536CS181012 Yashwant Lodhi Safe Visit Prof. Amit Rathore
0187CS181058 Harsh Vishwakarma
0187CS181116 Rohit Lodhi
0187CS181169 Vipul Sen
SISTec/B.Tech/CS/2020/5/Project 1/11 0187CS181063 Insha Nisar College Counselling Management System Prof. Bhavana Gupta
SISTec/B.Tech/CS/2020/5/Project 1/12 0187EC181039 Shivani Raichandani Travel App Prof. Radha Rashmi Tiwari
SISTec/B.Tech/CS/2020/5/Project 1/13 0187CS181117 Rohit Kumar Raghuwanshi BookWorn Prof. Rajesh Rai
0187CS181109 Rahul Kumar Raghuwanshi
0187CS181113 Ritik Sharma
0187CS181060 Hemant Thakur
SISTec/B.Tech/CS/2020/5/Project 1/14 0187CS181042 Azmi Zhara Naqvi E-commerce website Prof. Ruchi Jain
0187CS181137 Shailendra
0187CS181146 Shubham Shrivas
0187CS181097 Nikesh Verma
SISTec/B.Tech/CS/2020/5/Project 1/15 0187CS181160 Swapnil Anurag Ask A Question Blog Prof. Radha Rashmi Tiwari
0187CS181162 Talat Naaz
0187EC181032 Mariyam Hussain
0187CS181136 Shaikh Sameer
SISTec/B.Tech/CS/2020/5/Project 1/16 0187CS181153 Sudeep Agarwal Sociania Prof. Bhavana Gupta
0187CS181035 Ashutosh Soni
0187CS181167 Uttam Sagar
0187CS181159 Suryansh Dubey
SISTec/B.Tech/CS/2020/5/Project 1/17 0187CS181011 Adnan Rasheed Khan "Take & Tata"/ food ordering ,table booking and reservation site Prof. Bhavana Gupta
0187CS181043 Bushra Khan
0187CS181013 Aishwarya Roy
SISTec/B.Tech/CS/2020/5/Project 1/18 0187CS181103 Pavan Soni Cheting application Prof. Anita Yadav
0187CS181130 Satyam Shukla
SISTec/B.Tech/CS/2020/5/Project 1/19 0187CS181027 Ankita Kumari Social marketing Prof. Shweta Gonde
0187CS181140 Shalini Raj
0187CS181005 Aditi Upadhyay
0187CS181115 Ritu Gour
SISTec/B.Tech/CS/2020/5/Project 1/20 0187CS181033 Ashutosh Sahu Artist-InMe (website) Prof. Rajesh Rai
0187CS181090 Nandani Chauhan
0187EC181037 Reema Rijhwani
0187CS181127 Sankalp Sahu
SISTec/B.Tech/CS/2020/5/Project 1/21 0187CS181087 Mohit kushwaha Blogging Platform Prof. Rajesh Rai
0187CS181066 Kamakhya Tiwari
0187CS181098 Nitin Dwivedi
0187CS181133 Saumya Srishti
SISTec/B.Tech/CS/2020/5/Project 1/22 0187CS181050 Divyanshu Shivhare E-commerce For Donuts Prof. Bhavana Gupta
0187CS181168 Varun Agarwal
0187CS181073 Kushagra Akhauri
0187CS181129 Satyam Kumar
SISTec/B.Tech/CS/2020/5/Project 1/23 0187CS181152 Sourabh Sisodia Dog Breed Image Classification Prof. Ruchi Jain
SISTec/B.Tech/CS/2020/5/Project 1/24 0187CS181036 Ashwini Choudhary E- Kart Prof. Anita Yadav
0187CS181014 Akash Chouhan
0187CS181084 Md Samiullah Alam
SISTec/B.Tech/CS/2020/5/Project 1/25 0187CS181102 Parvez Khan Real estate/ property management Prof. Bhavana Gupta
0187CS181007 Aditya Dwivedi
0187CS181069 Kritika dangar
0187CS181076 Manish kumar
SISTec/B.Tech/CS/2020/5/Project 1/26 0187CS181004 Abhishek Rana Real world scenario Dr. Vasima Khan
SISTec/B.Tech/CS/2020/5/Project 1/27 0187CS181156 Sumit Yadav Online worship material Prof. Rajesh Rai
0187CS181006 Aditya Bhargav
SISTec/B.Tech/CS/2020/5/Project 1/28 0187CS181022 Amit Kumar Mandal Room finder Prof. Amit Rathore
0187CS181010 Aditya Raj Singh
0187CS181138 Shailendra Singh Pawar
SISTec/B.Tech/CS/2020/5/Project 1/29 0187CS181023 Anamika Rajput Event Management System Prof. Ashish Labade
0187CS181064 Israt Begam
SISTec/B.Tech/CS/2020/5/Project 1/30 0187CS181094 Neeraj Parihar ERP->School Management System/Organization Prof. Ruchi Jain
0187CS181028 Anmol Mewada
SISTec/B.Tech/CS/2020/5/Project 1/31 0187CS181164 Tanishq Ranjan Smart Agriculture System Prof. Ashish Labade
0187CS181143 Sradha Pargat
0187CS181086 Mohini Namdev
SISTec/B.Tech/CS/2020/5/Project 1/33 0187CS181021 Ambika Sadh Voice-Based-Email Prof. Ruchi Jain
0187CS181055 Grecy Shrivastava
SISTec/B.Tech/CS/2020/5/Project 1/34 0187CS193D01 Alka Kumari Class management Prof. Radha Rashmi Tiwari
0187CS181119 Romel Kumar Verma
0187CS181110 Rahul Mali
0187CS181141 Shashikant uikey
SISTec/B.Tech/CS/2020/5/Project 1/35 0187CS181037 Asmit Bajaj EduHITec Prof. Rajesh Rai
0187CS181070 Kritika Rana
SISTec/B.Tech/CS/2020/5/Project 1/36 0187CS181124 Sakshi Gupta Blood bank management system Prof. Ashish Labade
SISTec/B.Tech/CS/2020/5/Project 1/37 0187CS181034 Ashutosh Shukla Recognition Dr. Vasima Khan
0187EC181030 Mani Bhushan
0187CS181139 Shailesh Kumar
0187CS181120 Sachin Thakur
SISTec/B.Tech/CS/2020/5/Project 1/38 0187CS181018 Akshat Jain Petvets Prof. Ashish Labade
0187CS181044 Chirag Jain
0187CS181171 Y Jayesh
SISTec/B.Tech/CS/2020/5/Project 1/39 0187CS181163 Talitha Penumala Petvets Prof. Ashish Labade
0187CS181176 Yukta Prasad
SISTec/B.Tech/CS/2020/5/Project 1/40 0187CS181128 Saroj kumar Gupta leave management system- website Dr. Visima Khan
0187CS181105 Poonam kanuajiya
0187CS181009 Aditya Pathak
0187CS181008 Aditya kumar
SISTec/B.Tech/CS/2020/5/Project 1/41 0187CS181020 Akshay Turkar Cafeteria Management Prof. Ashish Labade
0187CS181170 Wajahat Khan
0187CS181121 Sagar Gupta
0537CS181019 Rashad Ahmed
SISTec/B.Tech/CS/2020/5/Project 1/42 0187CS181123 Sagar Ubrani Website based game Prof. Amit Rathore
0187CS193D02 Connor Hazari
0187CS181166 Tenzen Lotey
SISTec/B.Tech/CS/2020/5/Project 1/43 0187EC181035 Monika Joshi Exam Hall seating Arrangement System Prof. Umesh Sahu
SISTec/B.Tech/CS/2020/5/Project 1/44 0187CS181030 ANUP KUMAR BATTLEFIELD4U Prof. Rajesh Rai
0187CS181080 MAYANK TRIPATHI
SISTec/B.Tech/CS/2020/5/Project 1/45 0187CS181039 Ayan Khan Web based online blood donation system Prof. Amit Rathore
SISTec/B.Tech/CS/2020/5/Project 1/46 0187CS181032 Aryan Katiyar Blood Management System Prof. Rajesh Rai
0187CS181134 Saurabh kumar
0187CS181173 Yash gupta
0187CS181155 Sumit Malvia
SISTec/B.Tech/CS/2020/5/Project 1/47 0187CS181142 Shivam Soni
Earthquake Detection System
Prof. Rahul Dubey
0187CS181016 Akash Dwivedi
0187CS180109 Akshat Kumar
0187CS181144 Shubham Gupta
SISTec/B.Tech/CS/2020/5/Project 1/48 0187CS181049 Divyanshu Recommendations System Prof. Ruchi Jain
0187CS181165 Tauseef Ahmad
0187CS181051 Durwankur Shinde
0187CS181046 Deepak Kumar
SISTec/B.Tech/CS/2020/5/Project 1/49 0187CS181091 Nayan Shrivastava Data Visualization Tool Prof. Rahul Dubey
0187CS181108 Purva Joshi
0187CS181065 Juhi Ojha
0187CS181002 Aasim Akhtar
SISTec/B.Tech/CS/2020/5/Project 1/50 0187CS181041 Ayush Thakur Face Recognition- web app Prof. Rajesh Rai
SISTec/B.Tech/CS/2020/5/Project 1/51 0187CS181001 Aanand Dhakar Bank Management System Prof. Radha Rashmi Tiwari
0187CS181015 Akash Dhakad
0187CS181024 Animesh Harsh
0187CS181071 Kunal Sahu
SISTec/B.Tech/CS/2020/5/Project 1/52 0187CS181074 Lavkesh Wamanrao Deshmukh Cricket Score Sheet Prof. Nargish Gupta
0187CS181083 MD Mubeen
0187CS181096 Neha Vishwakarma
0187CS181099 Nitish Kumar
SISTec/B.Tech/CS/2020/5/Project 1/53 0187CS181107 Punam Kumari Employee Record System Prof. Nargish Gupta
0187CS181118 Rohit Rai
0187CS181122 Sagar Kumar Gupta
SISTec/B.Tech/CS/2020/5/Project 1/54 0187CS181161 Syed Nazim Ali Personal Diary Management System Prof. Nargish Gupta
0187EX181004 Ansha Khan
SISTec/B.Tech/CS/2020/5/Project 1/55 0187CS181106 Prashant Singh Rathore School Billing System Prof. Radha Rashmi Tiwari
0187CS181085 MD Awais Quadri
SISTec/B.Tech/CS/2020/5/Project 1/56 0187CS181025 Anjali Kanthaliya Phonebook Application Prof. Radha Rashmi Tiwari
0187CS181047 Devvrat Mishra
0187CS181048 Divyansh Gautam
0187CS181052 Faisal Siddique
SISTec/B.Tech/CS/2020/5/Project 1/57 0187CS181077 Manish Yadav Modern Periodic Table Prof. Vipin Verma
0187CS181079 Marshal Krishna
0187CS181089 Nabeel Ali Khan
0187CS181104 Piyush Khare
SISTec/B.Tech/CS/2020/5/Project 1/58 0187CS181125 Sandeep Ahuja Library Management System Prof. Vipin Verma
0187CS181132 Satyam Yadav
0187CS181148 Shyam Kumar Jaiswal
0187CS181149 Simran Madhwani
SISTec/B.Tech/CS/2020/5/Project 1/59 0187CS181151 Sourabh Kirar Medical Store Management System Prof. Vishal Chourasia
0187CS171123 Rohan Maran
0536CS181019 Rashad Ahmed [SISTec-R]
SISTec/B.Tech/CS/2020/5/Project 1/60 0187CS181054 Girish Bahlani Customer Billing System Prof. Vishal Chourasia
SISTec/B.Tech/CS/2020/5/Project 1/61 0187CS193D03 Madiha Farooqui Student Management System Prof. Rajesh Rai
SISTec/B.Tech/CS/2020/5/Project 1/62 0187CS181158 SURAJ SAHU Paktolus Prof. Rajesh Rai
0187CS181045 DEEPAK KUMAR
Major Project 2019-20
Group Number Enrollment No Student Name Project Title Technology Project Guide
SISTec/BE/CS/2020/8/Project 2/01 0187CS161117 VENU GOPAL BHARTI Design & Development of Green House Monitoring & Control System IOT Prof. Ashish Labade
0187CS161085 RAVIKANT
0187CS161098 SHIVAM RAI
0187CS161115 VACHASPATI TRIGUN
SISTec/BE/CS/2020/8/Project 2/02 0187CS161061 MONU VISHWAKARMA Design & Development of Algorithm Visualizer Machine Learning Dr. Rajeev Gupta
0187CS161081 RANJAN KUMAR
0187CS161106 SOURABH GOND
0187CS161088 SACHIN KUSHWAHA
SISTec/BE/CS/2020/8/Project 2/03 0187CS161116 VANSHIKA SHRIVASTAV Design & Development of Blood Bank Tracker PHP Prof. Umesh Kumar Sahu
SISTec/BE/CS/2020/8/Project 2/04 0187CS161036 DIPTANSHU KUMAR SINHA Design & Development of Remote Monitoring of the quality & portability of drinking water resources IOT Prof. Ashish Labade
0187CS161039 GEETANJALI NAMDEV
0537CS161044 SONALI KHARKA
0187CS161007 AMAAN ANWAR
SISTec/BE/CS/2020/8/Project 2/05 0187CS161101 SHUBHAM KUMAR Design & Development of E-Travel Application Python Prof. Vipin Verma
SISTec/BE/CS/2020/8/Project 2/06 0187IT161007 BIBHU BAIBHAV Design & Development of Smart City Streetlight Controlling & Monitoring System IOT Prof. Ashish Labade
SISTec/BE/CS/2020/8/Project 2/07 0187CS161064 NAYAN MAHOR Design & Development of Hospital Management System PHP Prof. Gajendra Gayakwad
0187CS161118 VIDHI SHRIVASTAVA
0536CS161044 SURBHI MALVIYA
SISTec/BE/CS/2020/8/Project 2/08 0187CS161021 AVINASH KUMAR SINGH Design & Development of IOT Based Parallel Thermal Stability with Interlocking over HTTP Protocol IOT Prof. Ashish Labade
0187CS161056 MD. ADIL
0187CS161076 PRASHANT JHA
0187CS161019 ASHWANI KUMAR
SISTec/BE/CS/2020/8/Project 2/09 0187CS161049 KUSHAL SHARMA Design & Development Smart Waste Management System for Smart City IOT Prof. Ashish Labade
0187CS161046 KISHAN KUMAR
0187CS161073 PAWAN KUMAR
SISTec/BE/CS/2020/8/Project 2/10 0187CS161002 ABHIJEET GUPTA Design & Development of Teachers and Guardian Communication Application Android Prof. Vishal Chourasia
0187CS161075 PRASHANT CHAURASIA
0187CS161083 RANJIT KUMAR RANA
0187CS161051 LAXMAN PODDAR
SISTec/BE/CS/2020/8/Project 2/11 0187CS161105 SONU PRASAD VERMAN Design & Development of E-Commerce Analytics Node JS Prof. Vinay Singh
0187CS161025 BANE SINGH SISODIYA
0187CS161006 ADITYA KUMAR SINGH
0187CS161072 OM RAMAN
SISTec/BE/CS/2020/8/Project 2/12 0187CS161033 DEEPAK KUMAR Design & Development of IOT Based Fire and LPG Detection System IOT/Android Prof. Ashish Labade
0187CS161068 NEERAJ KUMAR
0187CS161022 AYAZ AHMAD
SISTec/BE/CS/2020/8/Project 2/13 0187CS161014 ANAND JHA Design & Development of Feedback Management System PHP Prof. Anita Yadav
0187CS161080 RAJESH PRASAD
0187CS16091 SATYAM SINGH
SISTec/BE/CS/2020/8/Project 2/14 0187CS161029 DALJEET SINGH CHHABRA Design & Development Lecture Engagement Evaluation Tool(LEET) Machine Learning Dr.Rajeev Gupta
0187CS161026 BHARAT KABRA
0187CS161050 LALIT KUMAR MEENA
0187CS161069 NISHANNK KUMAR SISODIYA
SISTec/BE/CS/2020/8/Project 2/15 0187CS161001 AAYUSH KURUP Design & Development Image to Image Translation Application Machine Learning Dr.Rajeev Gupta
SISTec/BE/CS/2020/8/Project 2/16 0187CS161125 VISHWAS LODHI Design & Development of Campus Recruitment System PHP Prof. Vinay Singh
SISTec/BE/CS/2020/8/Project 2/17 0187CS161037 DURGESH NANDINI Design & Development of Smart Irrigation System IOT Prof. Ashish Labade
0187CS161032 DEEPAK KUMAR
SISTec/BE/CS/2020/8/Project 2/18 0187CS161067 NIKHIL RATHORE Design & Development of Hobbier Python Prof. Bhavana Gupta
0187CS161121 VIKAS CHOUREY
0187CS161079 RAHUL
0187CS161124 VISHWAJIT SINGH PAWAR
SISTec/BE/CS/2020/8/Project 2/19 0187CS173D05 TARUN MALVI Design & Development of Intelligent Robo-Car Control Using IOT IOT Prof. Ashish Labade
0187CS173D03 MADHAV SINGH
0187CS161104 SIMA KUMARI
0187CS173D06 VIJAY SINGH
SISTec/BE/CS/2020/8/Project 2/20 0187CS161044 KAPIL NEMA Design & Development of Vision Machine Learning Dr.Rajeev Gupta
0187CS1631041 HARSHAL GEETE
0187CS161062 MUSKAN JAIN
SISTec/BE/CS/2020/8/Project 2/21 0187CS161074 POOJA SINGH Design & Development of Smart Office Control (Automation) IOT Prof. Ashish Labade
0187CS161126 YASHASWI PATIL
0187CS161043 JYOTI VISHWAKARMA
0187CS161097 SHIVAM NAMDEV
SISTec/BE/CS/2020/8/Project 2/22 0187CS161099 SHIVANSHU SRIVASTAVA Design & Development of Women Safety APP Android Prof. Nargish Gupta
0187CS161077 PARTEEK A JAIN
SISTec/BE/CS/2020/8/Project 2/23 0187CS161071 NITIESH SHARMA Design & Development of Online Test Portal Android Prof. Ruchi Jain
SISTec/BE/CS/2020/8/Project 2/24 0537CS160006 ARCHIT GUPTA Design & Development of Animal Species Detection Machine Learning Dr.Rajeev Gupta
0187CS161045 KEERTI
SISTec/BE/CS/2020/8/Project 2/25 0187CS161004 ABHINASH SINHA Design & Development of Image Outpainting Machine Learning Dr.Rajeev Gupta
0187CS161011 AMAN KUMAR SINGH
0187CS161122 VIKRAM SINGH RATHORE
0187CS161060 MOHIT MOURYA
SISTec/BE/CS/2020/8/Project 2/26 0187CS161031 DEEPAK KUMAR Design & Development Anti Theft System for Two Wheeler IOT Prof. Ashish Labade
0187CS161082 RANJAN KUMAR ROY
SISTec/BE/CS/2020/8/Project 2/27 0187CS161058 MD. SHAMI-UZ-ZAMAN Design & Development Doctor Techno Android Prof. Abhishek Jadhav
0187CS161018 ASHISH DESHMUKH
0187CS161059 HABIB-UR-RAHMAN
SISTec/BE/CS/2020/8/Project 2/28 0187CS161090 SANSKAR GUPTA Design & Development of AI CROP Identification Application Machine Learning Dr.Rajeev Gupta
0187CS161084 RAVI PATIDAR
0187CS161111 SUSHEN PATIDAR
SISTec/BE/CS/2020/8/Project 2/29 0187CS161008 AMAN JAISWAL Design & Development of Online OPD Appointment and Hospital Information System Swift Prof. Gajendra Gayakwad
SISTec/BE/CS/2020/8/Project 2/30 0187CS161113 UMESH KUMAR Design & Development of School Management System Python Prof. Amit Kumar Mishra
0187CS161063 NAVNEET KUMAR RAI
0187CS161114 UTKARSH KUMAR
0187CS161066 NIKHIL KUMAR KANDHVAY
SISTec/BE/CS/2020/8/Project 2/32 0187CS161108 SUHEL ANSARI Design & Development of Oracle SQL Tuning Oracle Prof. Babita Pathik
0187CS161030 DANISH KAMAL
SISTec/BE/CS/2020/8/Project 2/33 0187CS161023 AYUSH KUMAR Design & Development of Event Management System Php Prof. Vishal Chourasia
0187CS161015 ANIKA SINGH
0536CS161026 PRACHI SINGH
0187CS161097 SHIVAM NAMDEV
SISTec/BE/CS/2020/8/Project 2/34 0187CS161093 SHAYAN AHMED Design & Development of Visrtual Assistant Python Dr. Rajeev Gupta
SISTec/BE/CS/2020/8/Project 2/35 0187CS161020 ATUL RAJ MAURYA Design & Development of Find Your Servant Php Prof. Umesh Kumar Sahu
Minor Project 2019-20
Group Number Enrollment No Student Name Project Title Technology Project Guide
SISTec/BTech/CS/2020/6/Minor Project 2/01 0187CS171134 SANDEEP RANJAN Design & Development of Hospital Finder Application Android Prof. Rajesh Rai
0187CS171137 SAURABH KUMAR PANDEY
SISTec/BTech/CS/2020/6/Minor Project 2/02 0187CS171030 ANMOL SHARMA Design & Development of School Stock Management PHP Prof. Amit Rathore
0187CS171029 ANKITA MAHULE
0187CS171053 DEEPALI PATEL
0187CS171099 POOJA KUMARI
SISTec/BTech/CS/2020/6/Minor Project 2/03 0187CS171016 AKANKSHA BHARTI Design & Development of Canteen Automation Application Android Prof. Rajesh Rai
0187CS171003 AASHI SHARMA
0187CS171101 PRAJJWAL UJJAINI
0187CS171158 SUMIT VIJAYVARGIYA
SISTec/BTech/CS/2020/6/Minor Project 2/04 0187CS171117 REHAN AKHTER  Design & Development of Blog Website Python Prof. Rahul Dubey
0187CS171021 AMAN GUPTA
SISTec/BTech/CS/2020/6/Minor Project 2/05 0187CS171142 SHEKH JAVED Design & Development of Restaurant Reservation System Web Application Prof. Amit Rathore
0187CS171076 KUNAL NAGLE
0187CS171035 ASHISH GUPTA