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 - FINAL YEAR PROJECT FOR BBA:

KaaShiv Offers, Final year project for bba. Final year project for bba includes image processing, R-programming, Internet of Things, AI Bigdata, cloud,data mininig, Hacking security, networking . This internship includes the topics related to final year projects for bba 2nd year students , final year projects for bba 3rd year students , final year projects for year students .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 final year projects for bba is carefully researched and prepared by professionals from MNC to meet the demands expected in the IT industry. After completing the final year 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 final year projects program for bba.

    • Real-time project development and Technology Training by Microsoft Awarded Most Valuable Professiona
    • final year projects for bba 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 FINAL YEAR PROJECT ?

    • The final year 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.
    • final year 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 FINAL YEAR PROJECT :

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

TIPS TO SELECT GOOD FINAL YEAR PROJECTS:

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

WHY, BBA STUDENTS FINAL YEAR PROJECTS SHOULD BE A REAL TIME FINAL YEAR PROJECTS ?

    • final year projects for bba students provides a real time exposure for the final year projects for bba 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, bba Student final year projects - programme hornes you in the above said skills / job roles from basics to Advanced.

FINAL YEAR PROJECTS FOR BBA - PROGRAMME HIGHLIGHTS :

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

ADVANTAGES OF OUR- FINAL YEAR PROJECTS FOR BBA :

    • 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

FINAL YEAR PROJECT FOR BBA - MATERIALS :

    • final year project for bba 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)
EmailID:kaashiv.info@gmail.com , priyanka.kaashiv@gmail.com

FINAL YEAR PROJECT FOR MBA- PROGRAMME DURATION :

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

WHO CAN ATTEND THIS FINAL YEAR PROJECT FOR BBA PROGRAMME :

final year project for bba - Programme can be attended by the students who are looking for final year project for bba/ final year project for bba 2nd year/final year project for bba 3rd year.

FINAL YEAR PROJECT FOR BBA- 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 FINAL YEAR PROJECT FOR BBA :

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

REGISTRATION LINK FOR – FINAL YEAR PROJECT FOR BBA:

final year project for bba - Offline - Office training
Fill our online Internship form

FINAL YEAR PROJECT FOR BBA– DEMO LINK :

Check out our Sample final year project for bba 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 - FINAL YEAR PROJECT FOR BBA:

final year project for bba- Feedback - inplant-training-feedback /
final year project for bba - Feedback - internship-feedback

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

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, FINAL YEAR PROJECT FOR BBA :

In our, internship on final year project for bba- programme below are following different kind of programmes focused such as,
1. Final year project for bba (or) paid Final year project for bba,
- Kaashiv Provides an in-depth knowledge of software Platform and other relevant software technologies.
2. Final year project for bba work from home – Our company provides facility for the students to learn from home as an Final year project for bba based on latest technological trends.
3. Final year project for bba report – Reports are also provided for the final year projects for students in our company related
4. Final year project for bba jobs – 100% Job assistance will be provided for the students to gain practical knowledge during the Final year project for bba period in our company.
5. Final yearproject for bba summer / Winter internship 2019/2020 – Summer / Winter holiday internship in Final year projects will be given to the student based on the developer knowledge base.
6. Final year project for bba 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. Final year project for bba 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. Final year project for bba certificate – Industry recognized certificates will be provided for the students who perform internship in our company based .
9. Final year project for bba online– Learn Final year projects for bba from home, our company perform internship through online too.
10. Final year project for bba ppt / final year projects for bba / projects report – We provide Final year projects for bba based ppts. projects and project reports as materials after the internship in our company.
11. Free final year project for bba - Our company will provide free Final year projects for bba the best students of kaashiv infotech.
12. Project For Diploma Final year projects for bba – We offer project for the diploma Final year project for bba students in our company.
13. Final year project for bba 2nd Year / 3rd Year / B-Tech Students – Our company offers you final year project for bba the above students.



MORE PROJECTS