You are on page 1of 6

PROJECT REPORT 

on
“Text to speech”
Submitted to
Rashtrasant Tukadoji Maharaj Nagpur University, Nagpur
In Partial Fulfilment of the requirement of 

Bachelor of Commerce (Computer Application)


Submitted by

Pratham Sahare
Vaibhavi Wankhede
Trishala Rai

Under the Guidance of 


Prof. Kothiram Girsawale

Dr. Ambedkar Institute of Management Studies &


Research DeekshaBhoomi, Nagpur-440010
(2022-2023)
CERTIFICATE
This is to certify that Pratham Sahare, Vaibhavi Wankhede and Trishala Rai

has satisfactorily completed the project work entitled “Text to speech” is not less

than one academic session. This is also certify that this project work is the result of

the candidates own work and is of sufficiently high standard to warrant its

presentation for the B.Com (Computer Application ) program.

To the best of my knowledge this project or its part has not been submitted to this

university or any other university for any Degree/Diploma.

          
           
Prof. Kothiram Girsawale
            Guide Name

Internal Examiner External Examiner 

Place:    Nagpur                                                            

Date:            Director
DECLARATION

We, Pratham Sahare, Vaibhavi Wankhede and Trishala Rai hereby declare

that the project entitled “Text to speech” is the outcome of our own research work

based on personal study during academic session 2022– 2023 and has not been

submitted previously for award of any degree or diploma to this university or any

other university.

Pratham Sahare

Vaibhavi Wankhede

Trishala Rai
ACKNOWLEDGEMENT
“Words have never expressed human sentiments. This only an attempt to express

our deep gratitude which comes from our heart.”

It is a great pleasure for us to express our deep feeling of gratitude to our respected

guide Prof. Kothiram Girsawale (Assistant Professor, Dr. Ambedkar Institute

of Management Studies & Research, Nagpur) for his great encouragement

and unfailing support which provided needed moral and confidence to carry on our

work.

We are grateful to the Dr. S. S. Fulzele, (Director, Dr. Ambedkar Institute of

Management Studies & Research, Nagpur) for making all facilities available for

our work.

It is with profound gratitude that we wish to express our indebtedness to

Dr. Nirzar Kulkarni (Associate Director, Dr. Ambedkar Institute of

Management Studies & Research, Nagpur) for his invaluable guidance and

supervision in completion of this project work. 

We are grateful to our parents for their lovable support.  Last but not least we are

thankful to our friends and other faculty members for their direct and indirect help

for completion of this work.


    Contents.

1. Introduction.
2. Objectives.
3. Preliminary System Analysis. 
4. Preliminary Investigation
5. Present System in Use.
6. Flaws in Present System.
7. Need of New System.
8. Feasibility Study.
9. Project Category

10. Software  Engineering  Paradigm  Applied


 Modules
 System / Modular Chart.

11. Software & Hardware Requirement Specification.


12. Detailed System Analysis.
 Data Flow Diagram.
 Numbers of Modules and Process Logic.
 Data Structures and Tables.
 Entity-Relationship Diagram.

13. System Design.


 Form Design.
 Source Code.
 Input screen & Output Screen.

14. Testing &Validation Checks.


15. System Security Measures.
16. Implementation, Evaluation and Maintenance.
17. Future Scope of the project.
18. Suggestion & Conclusion
19. Bibliography& References.
ABSTRACT
Text - to - speech conversion software project is windows based application that reads a
textfile to the user. The software reads a text file and associated pronunciations in its
temporarydatabase. The program then reads an entire word to the user. The software
can be effectivelyused to help read the text document for the user so that the user does
not constantly need tolook at the screen and read the entire document.
Text to speech converter is a recent software project that allows even the visually
challengedto read and understand various documents. The blinds cannot read a
document, so thissoftware can be an assistant to them who would read out those
documents for them. It canalso be a great help for those who cannot speak. The person
can simply type what he/shewants to say and the software would give a voice to them
by speaking what they wanted tosay. So, this software is not just an advancement
towards the future development but also a boon for those who cannot speak and see.
A text-to-speech system (or "engine") is composed of two parts:
a front-endand a back-end. The front-end has two major tasks. First, it converts raw
text containing symbols likenumbers and abbreviations into the equivalent of written-out
words. This process is oftencalled text normalization, pre-processing,or tokenization.
The front-end then assigns phonetictranscriptionsto each word, and divides and marks
the text into prosodic units, like phrases, clauses, and sentences. The process of
assigning phonetic transcriptions towords is called text-to-phoneme or grapheme-to-
phoneme conversion. Phonetic transcriptionsand prosody information together make up
the symbolic linguistic representation that isoutput by the front-end. The back-end
— often referred to as the synthesizer — then convertsthe symbolic linguistic
representation into sound. In certain systems, this part includes thecomputation of the
target prosody (pitch contour, phoneme durations), which is then imposedon the output
speech.

You might also like