SlideShare a Scribd company logo
My INTERN
experience at
Dhatcan academy
S.SACHIN
About Dhatchan academy
Bevywise was the IOT based company.
• It was the training institute. They provides Career Oriented Training and Live project training
• They provides internships and Courses.
• Course they offered
Python
Java
Python with AI/ML
Data Analysis
Summer courses
Internships
School / College Projects
• It was managed by BEVYWISE company.
My learning’s in Dhatchan
• In Dhatchan we learnt about the linux and linux commands
and we did the python programs.
• We learnt about SOLARLINT.
• And we learnt about SQL querys , my sql connection to DB and
HTML basics.
• They give a lecture about IOT simulator and basic of cloud
servers.
Iot Simulator
That was the IOT simulator by these simulator It was used for Automation
and It was Developed by BEVYWISE.
02
Report
WEEK
WEEK
IN week 1 we learnt about basics of python
programmimng and linux commands
And they assigned small programs.
IN Week 2 we leaarnt about the SQL querys
And they assigned the querys to solve.
We learn about MYSQL connection with DB
And they assign task.
01
04
Report
WEEK
WEEK
IN week 3 they take on a lecture About IOT
And gave the task.
They teach about servers and HTML basics.
IN the final Week we do our intern project
work
we done the project in face Recognition.
03
Project
Face recognition
It works by identifying and measuring facial features
in an image. Facial recognition can identify human
faces in images
Program
import cv2
import face_recognition
# Load a sample image and learn how to recognize it
sample_image =
face_recognition.load_image_file("/content/drive/MyDrive/sa
mple_image.jpg")
sample_encoding =
face_recognition.face_encodings(sample_image)[0]
# Initialize some variables
face_locations = []
face_encodings = []
# Load an image to be recognized
unknown_image =
face_recognition.load_image_file("/content/drive/MyDrive/unk
nown_image.jpeg")
# Find all face locations and encodings in the unknown image
face_locations =
face_recognition.face_locations(unknown_image)
face_encodings =
face_recognition.face_encodings(unknown_image,
face_locations)
# Loop through the faces found in the unknown image
for face_encoding in face_encodings:
# Compare the face encoding with the sample face
encoding
matches =
face_recognition.compare_faces([sample_encoding],
face_encoding)
# If a match is found, print the name
if matches[0]:
print("Match found! This is the sample person.")
else:
print("No match found.")
# Display the image with face locations
for (top, right, bottom, left) in face_locations:
cv2.rectangle(unknown_image, (left, top), (right, bottom), (0,
0, 255), 2)
gray = cv2.cvtColor(unknown_image, cv2.COLOR_RGB2GRAY)
from google.colab.patches import cv2_imshow
cv2_imshow(gray)
cv2.waitKey(0)
cv2.destroyAllWindows()
From the model the Sample image and the unknown
image are same so match found.
OUTPUT
THANK
YOU

More Related Content

Similar to sachin presentation.pptx

Gaurav agarwal
Gaurav agarwalGaurav agarwal
Gaurav agarwal
Gaurav Agarwal
 
kowsalyamanickam_resume_OIM
kowsalyamanickam_resume_OIMkowsalyamanickam_resume_OIM
kowsalyamanickam_resume_OIM
Kowsalya Manickam
 
Ali Cv
Ali Cv Ali Cv
Ali Cv
Muhammad Ali
 
Face Recognition Home Security System
Face Recognition Home Security SystemFace Recognition Home Security System
Face Recognition Home Security System
Suman Mia
 
Unanticipated Integration of Development Tools using the Classification Model
Unanticipated Integration of Development Tools using the Classification ModelUnanticipated Integration of Development Tools using the Classification Model
Unanticipated Integration of Development Tools using the Classification Model
ESUG
 
Vijay_Rajput
Vijay_RajputVijay_Rajput
Vijay_Rajput
VIJAY RAJPUT
 
Resume_krupa
Resume_krupaResume_krupa
Resume_krupa
John Milton Milton
 
RanjithHV 2.5yrExp in Dotnet
RanjithHV 2.5yrExp in DotnetRanjithHV 2.5yrExp in Dotnet
RanjithHV 2.5yrExp in Dotnet
ranjith hv
 
Cv vipul valvi_java_developer
Cv vipul valvi_java_developerCv vipul valvi_java_developer
Cv vipul valvi_java_developer
vipulvalvi3
 
CV
CVCV
ECampusConnect
ECampusConnectECampusConnect
ECampusConnect
Advait Patel
 
CURRICULUM VITAE
CURRICULUM VITAECURRICULUM VITAE
CURRICULUM VITAE
Vicky Kumar
 
Google MLkit
Google MLkitGoogle MLkit
Google MLkit
Navin Manaswi
 
MobSecCon 2015 - Dynamic Analysis of Android Apps
MobSecCon 2015 - Dynamic Analysis of Android AppsMobSecCon 2015 - Dynamic Analysis of Android Apps
MobSecCon 2015 - Dynamic Analysis of Android Apps
Ron Munitz
 
Industrial Presentaion
Industrial Presentaion Industrial Presentaion
Industrial Presentaion
Hasitha Ediriweera
 
How Android Architecture Components can Help You Improve Your App’s Design?
How Android Architecture Components can Help You Improve Your App’s Design?How Android Architecture Components can Help You Improve Your App’s Design?
How Android Architecture Components can Help You Improve Your App’s Design?
Paul Cook
 
Project Summary
Project SummaryProject Summary
Project Summary
Kelly Anaya
 
Asp net-mvc-3 tier
Asp net-mvc-3 tierAsp net-mvc-3 tier
Asp net-mvc-3 tier
Mohd Manzoor Ahmed
 
Dependency injection explained (Zbigniew Lukasiak)
Dependency injection explained (Zbigniew Lukasiak) Dependency injection explained (Zbigniew Lukasiak)
Dependency injection explained (Zbigniew Lukasiak)
Ontico
 
SmartPi presentation
SmartPi presentationSmartPi presentation
SmartPi presentation
SergioPicca
 

Similar to sachin presentation.pptx (20)

Gaurav agarwal
Gaurav agarwalGaurav agarwal
Gaurav agarwal
 
kowsalyamanickam_resume_OIM
kowsalyamanickam_resume_OIMkowsalyamanickam_resume_OIM
kowsalyamanickam_resume_OIM
 
Ali Cv
Ali Cv Ali Cv
Ali Cv
 
Face Recognition Home Security System
Face Recognition Home Security SystemFace Recognition Home Security System
Face Recognition Home Security System
 
Unanticipated Integration of Development Tools using the Classification Model
Unanticipated Integration of Development Tools using the Classification ModelUnanticipated Integration of Development Tools using the Classification Model
Unanticipated Integration of Development Tools using the Classification Model
 
Vijay_Rajput
Vijay_RajputVijay_Rajput
Vijay_Rajput
 
Resume_krupa
Resume_krupaResume_krupa
Resume_krupa
 
RanjithHV 2.5yrExp in Dotnet
RanjithHV 2.5yrExp in DotnetRanjithHV 2.5yrExp in Dotnet
RanjithHV 2.5yrExp in Dotnet
 
Cv vipul valvi_java_developer
Cv vipul valvi_java_developerCv vipul valvi_java_developer
Cv vipul valvi_java_developer
 
CV
CVCV
CV
 
ECampusConnect
ECampusConnectECampusConnect
ECampusConnect
 
CURRICULUM VITAE
CURRICULUM VITAECURRICULUM VITAE
CURRICULUM VITAE
 
Google MLkit
Google MLkitGoogle MLkit
Google MLkit
 
MobSecCon 2015 - Dynamic Analysis of Android Apps
MobSecCon 2015 - Dynamic Analysis of Android AppsMobSecCon 2015 - Dynamic Analysis of Android Apps
MobSecCon 2015 - Dynamic Analysis of Android Apps
 
Industrial Presentaion
Industrial Presentaion Industrial Presentaion
Industrial Presentaion
 
How Android Architecture Components can Help You Improve Your App’s Design?
How Android Architecture Components can Help You Improve Your App’s Design?How Android Architecture Components can Help You Improve Your App’s Design?
How Android Architecture Components can Help You Improve Your App’s Design?
 
Project Summary
Project SummaryProject Summary
Project Summary
 
Asp net-mvc-3 tier
Asp net-mvc-3 tierAsp net-mvc-3 tier
Asp net-mvc-3 tier
 
Dependency injection explained (Zbigniew Lukasiak)
Dependency injection explained (Zbigniew Lukasiak) Dependency injection explained (Zbigniew Lukasiak)
Dependency injection explained (Zbigniew Lukasiak)
 
SmartPi presentation
SmartPi presentationSmartPi presentation
SmartPi presentation
 

Recently uploaded

writing report business partner b1+ .pdf
writing report business partner b1+ .pdfwriting report business partner b1+ .pdf
writing report business partner b1+ .pdf
VyNguyen709676
 
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
taqyea
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
Timothy Spann
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
Social Samosa
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
soxrziqu
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
bopyb
 
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data LakeViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
Walaa Eldin Moustafa
 
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
nuttdpt
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
v7oacc3l
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
aqzctr7x
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
nyfuhyz
 
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
sameer shah
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
manishkhaire30
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
Timothy Spann
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
AlessioFois2
 
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
y3i0qsdzb
 
Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
Márton Kodok
 
原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理
原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理
原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理
wyddcwye1
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
SaffaIbrahim1
 
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Aggregage
 

Recently uploaded (20)

writing report business partner b1+ .pdf
writing report business partner b1+ .pdfwriting report business partner b1+ .pdf
writing report business partner b1+ .pdf
 
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
 
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data LakeViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
 
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
 
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
 
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
 
Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
 
原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理
原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理
原版一比一利兹贝克特大学毕业证(LeedsBeckett毕业证书)如何办理
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
 
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
 

sachin presentation.pptx

  • 2. About Dhatchan academy Bevywise was the IOT based company. • It was the training institute. They provides Career Oriented Training and Live project training • They provides internships and Courses. • Course they offered Python Java Python with AI/ML Data Analysis Summer courses Internships School / College Projects • It was managed by BEVYWISE company.
  • 3. My learning’s in Dhatchan • In Dhatchan we learnt about the linux and linux commands and we did the python programs. • We learnt about SOLARLINT. • And we learnt about SQL querys , my sql connection to DB and HTML basics. • They give a lecture about IOT simulator and basic of cloud servers.
  • 4. Iot Simulator That was the IOT simulator by these simulator It was used for Automation and It was Developed by BEVYWISE.
  • 5. 02 Report WEEK WEEK IN week 1 we learnt about basics of python programmimng and linux commands And they assigned small programs. IN Week 2 we leaarnt about the SQL querys And they assigned the querys to solve. We learn about MYSQL connection with DB And they assign task. 01
  • 6. 04 Report WEEK WEEK IN week 3 they take on a lecture About IOT And gave the task. They teach about servers and HTML basics. IN the final Week we do our intern project work we done the project in face Recognition. 03
  • 7. Project Face recognition It works by identifying and measuring facial features in an image. Facial recognition can identify human faces in images
  • 8. Program import cv2 import face_recognition # Load a sample image and learn how to recognize it sample_image = face_recognition.load_image_file("/content/drive/MyDrive/sa mple_image.jpg") sample_encoding = face_recognition.face_encodings(sample_image)[0] # Initialize some variables face_locations = [] face_encodings = [] # Load an image to be recognized unknown_image = face_recognition.load_image_file("/content/drive/MyDrive/unk nown_image.jpeg") # Find all face locations and encodings in the unknown image face_locations = face_recognition.face_locations(unknown_image) face_encodings = face_recognition.face_encodings(unknown_image, face_locations) # Loop through the faces found in the unknown image for face_encoding in face_encodings: # Compare the face encoding with the sample face encoding matches = face_recognition.compare_faces([sample_encoding], face_encoding) # If a match is found, print the name if matches[0]: print("Match found! This is the sample person.") else: print("No match found.") # Display the image with face locations for (top, right, bottom, left) in face_locations: cv2.rectangle(unknown_image, (left, top), (right, bottom), (0, 0, 255), 2) gray = cv2.cvtColor(unknown_image, cv2.COLOR_RGB2GRAY) from google.colab.patches import cv2_imshow cv2_imshow(gray) cv2.waitKey(0) cv2.destroyAllWindows()
  • 9. From the model the Sample image and the unknown image are same so match found. OUTPUT