0% found this document useful (0 votes)
19 views5 pages

Python Task

The document describes 4 tasks for a Python internship that involve developing applications, writing scripts for data analysis, building web applications using Django, and solving algorithmic challenges. The goal is to gain practical experience using Python and showcase skills for future career opportunities. The tasks include using OCR and speech synthesis to turn text from an image into spoken words, creating a binary search algorithm, generating the Fibonacci sequence, and building a custom voice assistant.

Uploaded by

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

Python Task

The document describes 4 tasks for a Python internship that involve developing applications, writing scripts for data analysis, building web applications using Django, and solving algorithmic challenges. The goal is to gain practical experience using Python and showcase skills for future career opportunities. The tasks include using OCR and speech synthesis to turn text from an image into spoken words, creating a binary search algorithm, generating the Fibonacci sequence, and building a custom voice assistant.

Uploaded by

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

YOUR DREAM OUR PASSION

TASKS

𝐏𝐘𝐓𝐇𝐎𝐍
𝐈𝐍𝐓𝐄𝐑𝐍𝐒𝐇𝐈𝐏 𝐓𝐀𝐒𝐊𝐒
Tasks may include developing applications, writing scripts
for data analysis, building web applications with
frameworks like Django, or solving algorithmic challenges.
The goal is to gain practical experience and showcase
Python skills for future career opportunities.
YOUR DREAM OUR PASSION
TASK 1

IMAGE TO SOUND
Learn how to combine Optical Character Recognition (OCR) and
Speech Synthesis to create a program that can turn text from an image
into spoken words using Python and the pytesseract library with just
one line of code.
YOUR DREAM OUR PASSION
TASK 2

BINARY SEARCH ALGORITHM


As the binary term explains, the system will take any input
starting from 0 to any range that you specify and display a range
of numbers with a difference of two
YOUR DREAM OUR PASSION
TASK 3

Fibonacci Generator
The Fibonacci series is a sequence where each number is the sum of
the two preceding numbers, defined by a mathematical recurrence
relationship.
YOUR DREAM OUR PASSION
TASK 4

Voice Assistant
Create a custom voice assistant using Python to personalize and
automate tasks according to your needs. Python's versatility makes it
an excellent choice for scripting and development, allowing you to build
a voice assistant that can compete with the likes of Siri, Alexa, and
Google Assistant.

You might also like