Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

AI practical file

Download as pdf or txt
Download as pdf or txt
You are on page 1of 20

ARTIFICAL INTELLIGENCE

PRACTICAL FILE
Session: 2024 –2025
Name: Rugved Palyekar
Class: 10th Div: A Roll No. 17
RAJHANS VIDYALAYA
ANDHERI WEST
MUMBAI

CERTIFICATE

This is to certify that, this Artificial Intelligence(417) project/practical


file has been completed by Mst/Ms…………………………………………………………
of class X, Sec ………….. Board Roll No. …………………………,in partial
fulfilment of the curriculum of the CENTRAL BOARD OF SECONDARY
EDUCATION leading to the award of All India Senior School Certificate
for the year ………………………….

………………………………… …………………………………
Internal Examiner Principal
Date: Date:

…………………………………………..
SCHOOL SEAL
Syllabus for AI Practical File
Class – 10th

PA SUBJECT SPECIFIC SKILLS Marks


RT
-C Practical File with minimum 15 Programs 15
• Unit 4: Introduction to Python

Practical Examination
• Unit 3: Advance Python
15
• Unit 4: Data Science
• Unit 5: Computer Vision
(Any 3 Programs based on the above topics)
Viva – Voce 5

TOTAL 35

PA Practical Work/Field Visit/ Practical File/Student Portfolio


RT relate it to Sustainable Development Goals 10
-C
Viva – Voce /ACTIVITY 5

GRAND TOTAL 50
INDEX

SR.NO PRACTICAL NAME Page No.


1 Write a python program to print the multiplication table for the
given number?
2 Write a python program to check whether the given number is
prime or not?
3 Write a python program to generate Calendar for the given
month and year?
4 Write a python program to implement simple Chatbot?
5 Write a python program to implement list operations (add,
append, extend & delete)
6 Write a python program to check mean, median and mode
using numpy of the following list of distance travelled by the car
in a week [95,90,49,71,90,100,55]
7 Write a python program Program
a) Create a 4X2 array with random integer
b) Create 3X3 array with all zeros
8 Write a python program Using Matplotlib and the given data
,plot a bar chart:
No of people voted = [23,45,31,40,35]
Area Covered : [‘a1’,’a2’,’a3’,’a4’,’a5’]
9 Write a python program Using Matplotlib and the given data
,plot a pie chart:Data=[45,23,41,78,65]
10 Write a python program Using Matplotlib and the given data
,plot a line chart
x_axis= [3,4,6,2,8]
y_axis=[9,10,8,7,6]
11 Write a program to read an image and identify its shape using
python
12 Write a program to read and display image using opencv cv2
library.
13 Write a program to upload an image of your favourite food and
display picture inRGB mode using opencv cv2 library.
14 Write a program to upload an image of your favourite pet and
display pictutre in Grayscale mode using opencv cv2 library.
15 Write a program to upload an image of a banana tree and
change the colour of the tree in the image and save it your
folder

Date: _____________ Page No. _________


Practical – 1

AIM: Write a python program to print the multiplication table for the given number?

Attach your code here

Output

Date: _____________ Page No. _________

Practical – 2
AIM: Write a python program to check if the given number is prime or not

Attach your code here

Output

Date: _____________ Page No. _________

Practical – 3
AIM: Write a python program to generate Calendar for the given month and year?
Attach your code here

Output

Date: _____________ Page No. _________

Practical – 4
AIM: Write a python program to implement simple Chatbot
Attach your code here

Output

Date: _____________ Page No. _________

Practical – 5
AIM: Write a python program to implement list operations (add, append, extend &
delete
Attach your code here

Output

Date: _____________ Page No. _________

Practical – 6
AIM: Write a python program to check mean, median and mode using numpy of the
following list of distance travelled by the car in a week [95,90,49,71,90,100,55]
Attach your code here

Output

Date: _____________ Page No. _________

Practical – 7
AIM: Write a python program Program
a) Create a 4X2 array with random integer
b) Create 3X3 array with all zeros
Attach your code here

Output

Date: _____________ Page No. _________

Practical – 8
AIM: Write a python program Using Matplotlib and the given data ,plot a bar chart:
No of people voted = [23,45,31,40,35]
Area Covered : [‘a1’,’a2’,’a3’,’a4’,’a5’]
Attach your code here

Output
Date: _____________ Page No. _________

Practical – 9
AIM: Write a python program Using Matplotlib and the given data ,plot a pie
chart:Data=[45,23,41,78,65]
Attach your code here
Output

Date: _____________ Page No. _________

Practical – 10
AIM: Write a python program Using Matplotlib and the given data ,plot a line chart
x_axis= [3,4,6,2,8] y_axis=[9,10,8,7,6]
Attach your code here
Output

Date: _____________ Page No. _________

Practical – 11

AIM: Write a program to read an image and identify its shape using python
Attach your code here
Output
Date: _____________ Page No. _________

Practical – 12

AIM: Write a program to read and display image using opencv cv2 library.

Attach your code here

Output
Date: _____________ Page No. _________

Practical – 13

AIM: Write a program to upload an image of your favourite food and display picture
inRGB mode using opencv cv2 library
Attach your code here

Output

Date: _____________ Page No. _________


Practical – 14
AIM: Write a program to upload an image of your favourite pet and display pictutre in
Grayscale mode using opencv cv2 library.

Attach your code here

Output

Date: _____________ Page No. _________

Practical – 15
AIM: Write a program to upload an image of a banana tree and change the colour of the
tree in the image and save it your folder

Attach your code here

Output

You might also like