ABSTRACT:

• An automatic invocation of hardware via a Image processing system controlled by cloud devices is the core idea of the project. The entire idea of the project is to identify the information forensics is used to promote activities within the board technical area of information forensics and security.
• The existing pattern is to identify the face recognition and fractal recognition through networking. The idea is to find image status and hack the hardware and update to the user.
• This models enables us to represent the building individual image sets followed by measuring the similarity metric and compare the models.
• We represents the input images as the set of values for authentication, which is available in a linear or affine feature space and characterize each individual image set by a convex geometric region spanned by its feature points. Set dissimilarity is measured by geometric distances (distances of closest approach) between convex models.

EXISTING SYSTEM:

• The existing system focuses on the image processing and recognition.
• We don’t have innovative system to activate the web camera dynamically and extract the photographs online.
• The greatest thing in the system is, the webcam will get activated once the instructions is provided through the network.
• IN addition, this system involves the fractal recognition in identifying the individuals.
• It’s the greatest milestone in the field of cyber security and thefts.

PROPOSED SYSTEM:

• The proposed system involves the following,
• Remote activation of the computer
• Enable the webcam of remote computer
• Activate the image capture in the webcam
• Enable fractal recognition of the captured images
• Identify the image and find the threat and theft person

ARCHITECTURE:




SCREENSHOT:















SAMPLE CODE:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace kaveri_water_supply
{
    public partial class login : Form
    {
        public login()
        {
            InitializeComponent();
        }

        private void textBox1_TextChanged(object sender, EventArgs e)
        {

        }

        private void button1_Click(object sender, EventArgs e)
        {
            string a = textBox1.Text;
            string b = textBox2.Text;
            if ((a == "nithya") && (b == "nithya"))
            {
                SELECT info = new SELECT();
                info.Show();
                this.Hide();

            }
            else
            {
                MessageBox.Show("invalid login");
            }
        
        }

        private void button2_Click(object sender, EventArgs e)
        {
            this.Close();
        }

        private void button3_Click(object sender, EventArgs e)
        {
            this.Close();

        }

        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            signup su = new signup();
            su.Show();
            this.Hide();

        }
    }
}


Signup.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace kaveri_water_supply
{
    public partial class signup : Form
    {
        public signup()
        {
            InitializeComponent();
        }

        private void button3_Click(object sender, EventArgs e)
        {
            this.Close();
        }

        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            login lg = new login();
            lg.Show();
            this.Hide();
        }

        private void button1_Click(object sender, EventArgs e)
        {

            if (textBox1.Text == "" || textBox2.Text == "" || textBox3.Text == "" || textBox4.Text == "" || textBox5.Text == "" || textBox6.Text == "")
            {
                MessageBox.Show("Please fill all the details");
            }
            else
            {

                SqlConnection connec = new SqlConnection(@"Data Source =WINDOWS-0VURBQT\VENKAT; user id=venkat;;password=venkat;Initial Catalog = Kaveri_Water");
                connec.Open();
                SqlCommand cmnd = new SqlCommand(@"insert into signup(fn,ln,mbno,un,pwd,cnpwd) values('" + textBox1.Text + "','" + textBox2.Text + "','" + textBox3.Text + "','" + textBox4.Text + "','" + textBox5.Text + "','" + textBox6.Text + "')", connec);
                if (textBox5.Text == textBox6.Text)
                {
                    int x = cmnd.ExecuteNonQuery();
                    if (x > 0)
                    {
                        MessageBox.Show("Data entered sucessfully");
                        signup day = new signup();
                        day.Show();
                        this.Hide();
                    }
                }
                else
                {
                    MessageBox.Show("please check the pwd");
                }
                connec.Close();
            }
        }

        private void button2_Click(object sender, EventArgs e)
        {
            this.Close();
        }
}
}
select.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace kaveri_water_supply
{
    public partial class SELECT : Form
    {
        public SELECT()
        {
            InitializeComponent();
        }

        private void label1_Click(object sender, EventArgs e)
        {
            YEARLY year = new YEARLY();
            year.Show();
            this.Hide();

        }

        private void label4_Click(object sender, EventArgs e)
        {
             DAILY day = new DAILY();
            day.Show();
            this.Hide();
        }

        private void rectangleShape1_Click(object sender, EventArgs e)
        {

        }

        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            FetchData fd = new FetchData();
            fd.Show();
            this.Hide();

        }

        private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            FilterData ftd = new FilterData();
            ftd.Show();
            this.Hide();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            WELCOME wel = new WELCOME();
            wel.Show();
            this.Hide();
        }

        private void button3_Click(object sender, EventArgs e)
        {
            this.Close();
        }
    }
}



Daily.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace kaveri_water_supply
{
    public partial class DAILY : Form
    {
        public DAILY()
        {
            InitializeComponent();
        }

        private void label1_Click(object sender, EventArgs e)
        {

        }

        private void DAILY_Load(object sender, EventArgs e)
        {

        }

        private void button2_Click(object sender, EventArgs e)
        {
            SELECT sel = new SELECT();
            sel.Show();
            this.Hide();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            if ( textBox3.Text == "" && textBox4.Text == "" && textBox5.Text == "")
            {
                MessageBox.Show("Please fill all details");
            }
            else
            {
                SqlConnection connc = new SqlConnection(@"Data Source =WINDOWS-0VURBQT\VENKAT; user id=venkat;;password=venkat;Initial Catalog = Kaveri_Water");
                connc.Open();
                SqlCommand cmd = new SqlCommand(@"insert into Daily(dateandtime,fromstate,tostate,quantity,incharge,ph_number) values('" + dateTimePicker1.Text + "','" + comboBox2.Text + "','" + comboBox1.Text + "','" + textBox5.Text + "','" + textBox3.Text + "','" + textBox4.Text + "')", connc);
                int x = cmd.ExecuteNonQuery();
                if (x > 0)
                {
                    MessageBox.Show("Data entered sucessfully");
                    SELECT day = new SELECT();
                    day.Show();
                    this.Hide();
                }
                else
                {
                    MessageBox.Show("Data not entered sucessfully");
                }


            }
        }
        private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
        {

        }
           
        }
        
    }


yearly.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace kaveri_water_supply
{
    public partial class YEARLY : Form
    {
        public YEARLY()
        {
            InitializeComponent();
        }

        private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
        {

        }

        private void button2_Click(object sender, EventArgs e)
        {
            SELECT info = new SELECT();
            info.Show();
            this.Hide();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text == "" && textBox2.Text == "" && textBox3.Text == "" && textBox4.Text == "" && textBox5.Text == "" && textBox6.Text == "")
            {
                MessageBox.Show("please fil the details above");
            }
            else
            {

                int waterstoredvalue = Convert.ToInt32(textBox6.Text);
                int for_householdvalue = Convert.ToInt32(textBox5.Text);
                int for_drinkingvalue = Convert.ToInt32(textBox4.Text);
                int for_farmingvalue = Convert.ToInt32(textBox3.Text);
                int total_supplyvalue = Convert.ToInt32(textBox2.Text);
                int total_avaliability = Convert.ToInt32(textBox1.Text);


                if ((total_avaliability >= for_drinkingvalue + for_farmingvalue + for_householdvalue + waterstoredvalue) && (total_supplyvalue == for_drinkingvalue + for_farmingvalue + for_householdvalue + waterstoredvalue))
                {

                   

                    SqlConnection connc = new SqlConnection(@"Data Source =WINDOWS-0VURBQT\VENKAT; user id=venkat;;password=venkat;Initial Catalog = Kaveri_Water");
                    connc.Open();
                    SqlCommand cmd = new SqlCommand(@"insert into yearly(stat,yr,ttlavail,ttlsup,farming,drinking,households,waterstored) values('" + comboBox1.Text + "','" + comboBox2.Text + "','" + textBox1.Text + "','" + textBox2.Text + "','" + textBox3.Text + "','" + textBox4.Text + "','" + textBox5.Text + "','" + textBox6.Text + "')", connc);
                    int x = cmd.ExecuteNonQuery();
                    if (x > 0)
                    {
                        MessageBox.Show("Data entered sucessfully");
                        SELECT day = new SELECT();
                        day.Show();
                        this.Hide();
                    }
                    else
                    {
                        MessageBox.Show("Data not entered sucessfully");
                    }
                    connc.Close();
                }
                else
                {

                    MessageBox.Show("please check the entered deatils");

                }
            }
        }
        private void YEARLY_Load(object sender, EventArgs e)
        {

        }

        private void textBox1_Click(object sender, EventArgs e)
        {
            textBox1.Text = "";
            
        }


        private void textBox2_Click(object sender, EventArgs e)
        {
            textBox2.Text = "";
        }

        private void textBox3_Click(object sender, EventArgs e)
        {
            textBox3.Text = "";
        }

        private void textBox4_Click(object sender, EventArgs e)
        {
            textBox4.Text = "";
        }

        private void textBox5_Click(object sender, EventArgs e)
        {
            textBox5.Text = "";
        }

        private void textBox6_Click(object sender, EventArgs e)
        {
            textBox6.Text = "";
        }

        private void textBox1_CursorChanged(object sender, EventArgs e)
        {
            textBox1.Text = "0";
        }

        

      

       
    }
}


fetch.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace kaveri_water_supply
{
    public partial class FetchData : Form
    {
        public FetchData()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            SqlConnection connc = new SqlConnection(@"Data Source =WINDOWS-0VURBQT\VENKAT; user id=venkat;;password=venkat;Initial Catalog = Kaveri_Water");
            connc.Open();
            SqlCommand cmd = new SqlCommand(@"select * from  Daily", connc);
            SqlDataAdapter da = new SqlDataAdapter(cmd);
            DataSet ds = new DataSet();
            da.Fill(ds);

            dataGridView1.DataSource = ds.Tables[0];

            
        }

        private void FetchData_Load(object sender, EventArgs e)
        {

        }

        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            SELECT sel = new SELECT();
            sel.Show();
            this.Hide();
        }

        private void button2_Click(object sender, EventArgs e)
        {
            this.Close();

        }
    }
}

Filter.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace kaveri_water_supply
{
    public partial class FilterData : Form
    {
        public FilterData()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            string filterval = textBox1.Text;
            string filterval2 = textBox1.Text;
            string filterval4 = textBox1.Text;
            string filterval5 = textBox1.Text;
            string filterval3 = textBox3.Text;
            SqlConnection connc = new SqlConnection(@"Data Source =WINDOWS-0VURBQT\VENKAT; user id=venkat;;password=venkat;Initial Catalog = Kaveri_Water");
            connc.Open(); 
            SqlCommand cmd = new SqlCommand(@"select * from  Daily where fromstate='" + filterval + "' OR tostate= '" + filterval2 + "' OR QUANTITY='" + filterval3 +"' OR incharge='" + filterval4 +"' OR ph_number= '" + filterval5 +"' " ,connc);
            SqlDataAdapter da = new SqlDataAdapter(cmd);
            DataSet ds = new DataSet();                                 
            da.Fill(ds);

            dataGridView1.DataSource = ds.Tables[0];

            
        }

        private void label2_Click(object sender, EventArgs e)
        {

        }

        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            SELECT slt = new SELECT();
            slt.Show();
            this.Hide();

        }

        private void button2_Click(object sender, EventArgs e)
        {
            this.Close();

        }
    }
}


     

PROJECT MODULES

• FACIAL REGISTRATION
• REMOTE INVOKE MODULE
• CAMERA ACTIVATION
• FACE RECOGNITION
• PERSON VALIDATION CHECKS
• REMOTE DATA – FACIAL INFORMATION

FACIAL REGISTRATION

• A facial recognition system is a computer application for automatically identifying or verifying a person from a digital image or a video frame from a video source.
• A contour point is a way of representing a three-dimensional surface on a flat, two-dimensional surface.
• The active contour method can be used to determine face features in a picture.
• This module is designed to check the input face using contour point facial recognition that is to be used as an authentication for the system.




REMOTE INVOKE MODULE

• An automated invoke module will take care of identifying the laptop in the remote system.
• Camera in the remote system needs to be activated by pressing a button in the actual machine.




CAMERA ACTIVATION MODULE

• An automated application activates the hardware of the machine.
• Activating hardware inturn, the web cam of the Machine 2.
• Once the webcam activated, the image will be captured.




FACE RECOGNITION

• The face that has been recognised using the contour point facial recognition is stored.
• A comparative analysis is done with the face repository stored.




PERSON VALIDATION CHECKS

• An automated contour point enables to cross check the database and verify the user.
• Once the user is verified and if the user is available in the database. An automated updation to the machine 1 will happen.




REMOTE DATA – FACIAL INFORMATION

• Information extracted in the previous module will be remotely updated to the user.
• This is the final module to identify the laptop holding person information.




ISO certified - Mini projects for bca:

KaaShiv Offers, Mini projects for bca. Mini project for bca includes Block Chain, Artificial Intelligence, Machine Learning, Python and R programming, Application Development, Web designing and Networking . This internship includes the topics related to mini projects for bca 2nd year, mini projects for bca 3rd year with circuit diagram.This company runs by,
    • 10 Years Awarded Microsoft Most Valuable Professional
    • Google Recognized Experts
    • Cisco Recognized Certified Experts
    • Microsoft Awarded Certified Experts
    • Robotics Experts
    • HCL Technologies Awarded Expert

Trainers at KaaShiv InfoTech are real-time Software / IT professionals worked in leading MNCs like,
    • CTS,
    • Wipro,
    • TCS,
    • Infosys,
    • Accenture and
    • Mindtree.

The Course curriculum for mini projects for bca is carefully researched and prepared by professionals from MNC to meet the demands expected in the IT industry. After completing the mini project Training in Chennai at KaaShiv Infotech, students will be familiar with the Software development process followed in IT industry. Below are some of the insights of our mini projects program for bca.

    • Real-time project development and Technology Training by Microsoft Awarded Most Valuable Professiona
    • mini projects for bca students involves Full practical training
    • Hardware and software tools full support
    • Technology training
    • Placement training
    • Full documentation and report analysis
    • R & D projects
    • Industrial exposure
    • Endorsing Corporate skills

WHAT IS MINI PROJECT ?

    • The mini Projects plays a crucial role in the teaching-learning process.
    • It is also a way of identifying the ability of the student to perform an industrial project or applied research linked to the knowledge discipline.
    • A project is defined as an effort to create or modify a specific product or service.
    • Projects are temporary work efforts with a clear beginning and end.
    • mini project (or program) any undertaking, carried out individually or collaboratively and possibly involving research or design, that is carefully planned (usually by a project team) to achieve a particular aim.

WHAT ARE THE BENEFITS GAINED BY DOING MINI PROJECT :

    • mini projects if done well can add a lot of credibility to your profile.
    • And especially your mini projects building experience can help you perform well in core job placements & higher studies admission interviews.

TIPS TO SELECT GOOD MINI PROJECTS:

    • Analyze the current trends
    • Focus your mini projects on any social issue
    • Get expert’s assistance whenever possible
    • Research about the mini projects done by your seniors
    • Refer the research journals published by scholars
    • Check the feasibility of your mini projects
    • Work with organizations like Kaashiv InfoTech

WHY, BCA STUDENTS MINI PROJECTS SHOULD BE A REAL TIME MINI PROJECTS ?

    • mini projects for bca students provides a real time exposure for the mini projects for bca students on the latest and trending technologies. Below are some of the Top jobs in the IT Industry Job Openings ,
    • Software Developers – Good in Python, Machine Learning, Data Science and AI programming
    • BlockChain Administrators
    • IOT Specialists
    • Cyber Security
    • Web Application Developer – Web Designers
    • Information Security Analyst – Security Specialist
    • Network Engineers / Analyst
KaaShiv Infotech, bca Student mini projects - programme hornes you in the above said skills / job roles from basics to Advanced.

MINI PROJECTS FOR BCA - PROGRAMME HIGHLIGHTS :

    • mini projects for bca program duration: 5days/ 10days / Or Any number of days
    • Training hours: 3hrs per day
    • Software & others tools installation Guidance
    • Hardware support
    • mini projects for bca Report creation / Project Report creation
    • mini projects for bca students based 2 projects ( real time)
    • Mini project Certificate & Inplant Training Certificate & Industrial exposure certificate + (Achievement certificate for best performers)

ADVANTAGES OF OUR- MINI PROJECTS FOR BCA :

    • Get Real Work Experience
    • Get a Taste of Your Chosen Field
    • Start Networking
    • Helps You Choose a Speciality
    • Helps You Become More Self-Confident
    • Boosts Your CV
    • Increases Your Market Value

MINI PROJECTS FOR BCA - MATERIALS :

    • mini project for bca student , includes Materials after the internship programme
    • Technological guidance and materials will be shared in entire year for the students to mold technically.
    • Our be student involves Free Projects at the end of the programme.

QUERIES OR CONTACT DETAILS :

Venkat (7667662428) and Asha (7667668009)
Email ID: kaashiv.info@gmail.com , priyanka.kaashiv@gmail.com

MINI PROJECTS FOR BCA- PROGRAMME DURATION :

1 month / 2 months / 3 months to 6 Months ( Any Number of Days - Based on student preferences)

WHO CAN ATTEND THIS MINI PROJECTS FOR BCA PROGRAMME :

Mini projects for bca - Programme can be attended by the students who are looking for mini projects for bca/ mini projects for bca 2nd year

MINI PROJECTS FOR BCA- PROGRAMME OUTCOME :

1. Student will be specialized in Block Chain, Artificial Intelligence, Machine Learning, Python and R programming, Application Development , Web designing and Networking concepts (Basics to Advanced)
2. Covering 45 concepts
3. Students will be getting trained in / writing 45 Programs – Will change based on the durations of the program.
4. 2 Projects and project documents will be given at the end of the program

REFERENCE YOUTUBE URL FOR MINI PROJECTS FOR BCA :

Check our Internship Training sample videos at this URL –
www.youtube.com/channel

Registration Link for – mini projects bca:

mini projects for bca - Offline - Office training
Fill our online Internship form

mini projects for bca – Demo Link :

Check out our Sample mini project for bca Content for the training
kaashivinfotech.com/inplant-training-in-chennai-for-cse-demo

Check our Previous testimonials from students from Different Countries and Different States :

www.kaashivinfotech.com/testimonials/

Check our Students Feedback on our - mini projects for bca:

Mini projects for bca- Feedback - inplant-training-feedback /
mini projects for bca - Feedback - internship-feedback

Check out the colleges attended our final year project for bca:

internship-and-inplant-training-attendees/

Check our Social Service youtube channels :

www.youtube.com/channel
Check our Social Service youtube channels

Real Time Project:

We ranked Top 200 technological companies in Tamil Nadu, Click here to view

More on our, mini projects for bca:

In our, internship on mini projects for bca- programme below are following different kind of programmes focused such as,
1. Mini projects for bca (or) paid Mini projects for bca,
- Kaashiv Provides an in-depth knowledge of software Platform and other relevant software technologies.
2. Mini projects for bca work from home – Our company provides facility for the students to learn from home as an mini projets for bca based on latest technological trends.
3. Mini projects for bca report – Reports are also provided for the Mini projects for bca students in our company related
4. Mini projects for bca jobs – 100% Job assistance will be provided for the students to gain practical knowledge during the Mini projects for bca period in our company.
5. Mini projects for bca summer / Winter internship 2019/2020 – Summer / Winter holiday internship in mini projects will be given to the student based on the developer knowledge base.
6. Mini projects for bca interview questions – We provide top trending and frequently asked question for the intern students during the internship period based on software development and trending technologies.
7. Mini projects for bca test – Based on the students request, if you are looking for any test to validate your knowledge. we are ready to provide the same.
8. Mini projects for bca certificate – Industry recognized certificates will be provided for the students who perform internship in our company based .
9. Mini projects for bca online– Learn Mini projects for bca from home, our company perform internship through online too.
10. Mini projects for bca ppt / projects report – We provide Mini projects for bca based ppts. projects and project reports as materials after the internship in our company.
11. Free Mini project for bca - Our company will provide Mini projects for bca the best students of kaashiv infotech.
12. Project For Diploma mini projects for bca – We offer project for the diploma mini project for bca students in our company.
13. Mini project for bca 2nd Year – Our company offers you mini projects for bca the above students.

MORE PROJECTS