[go: up one dir, main page]

0% found this document useful (0 votes)
18 views20 pages

Lakshay

The document outlines an Artificial Intelligence project completed by Lakshay Chaudhary for the academic year 2024-2025, focusing on the 'AI Project Cycle.' It includes a certificate of completion, acknowledgments, and a detailed table of contents listing various programming tasks and projects related to AI, Python, and data visualization using libraries like Numpy and Matplotlib. The project serves as a practical application of concepts learned in class, fulfilling part of the CBSE curriculum.

Uploaded by

lakshayc411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views20 pages

Lakshay

The document outlines an Artificial Intelligence project completed by Lakshay Chaudhary for the academic year 2024-2025, focusing on the 'AI Project Cycle.' It includes a certificate of completion, acknowledgments, and a detailed table of contents listing various programming tasks and projects related to AI, Python, and data visualization using libraries like Numpy and Matplotlib. The project serves as a practical application of concepts learned in class, fulfilling part of the CBSE curriculum.

Uploaded by

lakshayc411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 20

ARTIFICIAL INTELLIGENCE

PROJECT FILE

AI PROJECT CYCLE
SESSION: 2024 - 2025

Name: LAKSHAY CHAUDHARY


Class: X
Section: B
Roll No: 15
CERTIFICATE
This is to certify that this Artificial Intelligence Project on the topic
“AI Project Cycle” has been successfully completed by

LAKSHAY CHAUDHARY of class X - A, during the


academic year 2024 – 2025 in partial fulfilment of the curriculum of
Central Board of Secondary Education (CBSE).

Internal Examiner External Examiner


ACKNOWLEDGEMENT

I first and foremost thank God Almighty for giving me knowledge


and wisdom to complete this project.

I would like to express my heartfelt gratitude to our Principal, Dr. M.


Kannan, for giving me this wonderful opportunity to enhance my
knowledge through this project.

I also thank my teacher Ms. Deepa Barlow, whose valuable guidance


helped me to do this project and complete it efficiently.

I thank my parents for their support to help me complete this project


within the given timeframe.

Lastly, I thank my friends and classmates, who guided me when I


needed help.
TABLE OF CONTENTS
S. NO TOPIC PAGE
NO.
Write a program to input a string and display the count of vowels and
1
consonants in the string.
2 Write a program to input a string and display the string in the reverse order.
Write a python code to input the lengths of the three sides of a triangle and display
3 whether a triangle can be formed with the inputs or not. If a triangle can be formed
then display whether the triangle will be scalene, isosceles or equilateral triangle.

[Hint: Area = 𝜋𝑟2, circumference = 2𝜋𝑟]


Find area of circumference of a circle.
4

5 Write a program to input a number and display whether it is odd or even.


Using Numpy Package:
6  Create a 4 X 2 array with random integer.
 Create 3 X 3 array with all zeros.
7 Using Matplotlib and the given data, plot a bar chart.
8 Using Matplotlib and the given data, plot a line chart.
Using Matplotlib and the given data, plot a scatter chart.
9 Height = [4.5,5.2,4.1,3.5,5]
Weight = [ 34,41,45,56,39]
Using Numpy package: Create an array of 5 marks and display the average of all
10
marks.
Create a list of distance travelled by a car in a week and calculate mean, median and
11
mode using statistics module.
Create a list of number of voting done in 6 areas and calculate standard deviation and
12
variance using statistics module.
Using the library: import cv2, matplotlib
13 Upload an image of your favourite city in the world on the screen and give a proper
title to it.
Using the library: import cv2, matplotlib
14
Upload an image of your favorite food and display the picture in RGB color mode.
Using the library: import cv2, matplotlib
15
Upload an image of your favourite pet and display the picture in grayscale mode.
1. Write a program to input a string and display the count of vowels and
consonants in the string ?
Program:
Output:
2. Write a program to input a string and display the string in the reverse order.

Program:

Output:
3. Write a python code to input the lengths of the three sides of a triangle and display
whether a triangle can be formed with the inputs or not. If a triangle can be formed
then display whether the triangle will be scalene, isosceles or equilateral triangle.

Program:

Output:
4. Find area of circumference of a circle. [Hint: Area = 𝜋𝑟2, circumference = 2𝜋𝑟]

Program:

Output:
5. Write a program to input a number and display whether it is odd or even.

Program:

Output:
6. Using Numpy Package:
 Create a 4 X 2 array with random integer.
 Create 3 X 3 array with all zeros.

Program:

Output:
7. Using Matplotlib and the given data, plot a line chart.

Program:

Output:

400

350

300

250

200

150

100

50

0
2018 2019 2020 2021 2022
8. Using Matplotlib and the given data, plot a line chart.

Programme

Output
9. Using Matplotlib and the given data, plot a scatter chart. Height = [4.5,5.2,4.1,3.5,5]
Weight = [ 34,41,45,56,39]

Program:

Output:
60

50

40

30

20

10

0
2.5 3 3.5 4 4.5 5 5.5
10. Using Numpy package: Create an array of 5 marks and display the average of all
marks.

Program:

Output:
11. Create a list of distance travelled by a car in a week and calculate mean, median and
mode using statistics module.

Program:

Output:
12. Create a list of number of voting done in 6 areas and calculate standard deviation and
variance using statistics module.

Program:

Output:
13. Using the library: import cv2, matplotlib. Upload an image of your favourite city in the world
on the screen and give a proper title to it.

Programme

Output
14. Using the library: import cv2, matplotlib. Upload an image of your favorite
food and display the picture in RGB color mode.

Programme

Output
15. Using the library: import cv2, matplotlib. Upload an image of your favourite pet and
display the picture in grayscale mode.

Programme

Output

You might also like