You are on page 1of 13

INTERNSHIP-1

Mast. Patil Pratik Suresh


COMPANY
COMPANY INFORMATIO
DETAILS

Company Name : Softron Developer And Training Center.

Address : Sideshri Plaza 4th Floor, Front of Ganesh Temple, Rajaram Road Kolhapur 416002

Phone No. : +91 7276702802

Email Address : softron@softron.in

Business Served : Software Developer , Web Design and Training Center.

 
DETAILS OF INTERNSHIP

 
1) Name of Organization : Softron Developer And Training Center
2) Post : Python Application Developer
3) Domain of Work : Python
4) Duration of Internship : 6 weeks
5) Assigned Task : Machine Learning Related Project
6) Daily Working Hours : 4 hrs.

 
BASIC CHAPTERS DURING
INTERNSHIP

 Python – Introduction, Setup and Configuration


 Technology How to use In Projects and industry Purpose
 Python –Syntax, Variables and Casting, String, Operators

 If...Else , While Loops, For Loops


 Collection
 Printing on screen & Reading data from keyboard

 Functions
 Modules
 Package

 Python Classes/Objects
 Introduction Machine Learning
 NumPy and Basic Function
 Pandas and Basic Function

 SciPy and Basic Function


 Matplotlib and Basic Function
 ML Introduction and Terminology
 Regression Linear Regression
 Multiple Regression ML

 Artificial Intelligence Introduction and Applications


 Opencv Vision application Example
 Real time Work On Project Module
Architecture Diagram :
Functions and Packages used in
project:
 
cv2 - OpenCV is a huge open-source library for
computer vision, machine learning, and image
processing. It can process images and videos to
identify objects, faces, or even the handwriting of a
human.
Winsound :-
The winsound module provides
access to the basic sound-playing machinery
provided by Windows platforms. It includes
functions and several constants.
Numpy :-
NumPy is a library for the Python
programming language, adding support for
large, multi-dimensional arrays and matrices,
along with a large collection of high-level
mathematical functions to operate on these
arrays.
 
CascadeClassifier() :-
It is a machine learning
based approach where a cascade
function is trained from a lot of positive
and negative images. It is then used to
detect objects in other images.
 
detectMultiScale() :-
detectMultiScale function is used to detect
the faces. This function will return a rectangle with
coordinates(x,y,w,h) around the detected face. It takes 3
common arguments — the input image, scaleFactor, and
minNeighbours. scaleFactor specifies how much the
image size is reduced with each scale.
WITH
OUTPUT: BEEP
SOUND
-
Thank you !!!

You might also like