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

Personal Voice Assistant Report

The project report details the development of a Personal Voice Assistant aimed at automating tasks through voice commands, utilizing Python for voice recognition and React.js for the front-end interface. The report outlines the problem statement, objectives, and scope of the system, including features like user account management and task execution. It is submitted by Suraj Shivaji Suryawanshi under the guidance of Dr. Sangeeta Borde for the T.Y.B.Sc (Computer Science) program for the academic year 2024-25.
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)
16 views5 pages

Personal Voice Assistant Report

The project report details the development of a Personal Voice Assistant aimed at automating tasks through voice commands, utilizing Python for voice recognition and React.js for the front-end interface. The report outlines the problem statement, objectives, and scope of the system, including features like user account management and task execution. It is submitted by Suraj Shivaji Suryawanshi under the guidance of Dr. Sangeeta Borde for the T.Y.B.Sc (Computer Science) program for the academic year 2024-25.
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/ 5

PROJECT REPORT

ON

Personal Voice Assistant

BY

Suraj Shivaji Suryawanshi (TI3314)

Under the guidance of


Dr. Sangeeta Borde

In Partial fulfillment of
T.Y.B.Sc(CS)
Academic Year 2024-25
CERTIFICATE
This is to certify that, the project report entitled “Personal Voice Assistant” submitted by
Suraj Shivaji Suryawanshi (TI3314) in partial fulfillment of T.Y.B.Sc. (Computer Science)
Project Work in the academic year 2024-25. The project was satisfactorily completed under
our guidance and supervision. We wish him the best for future endeavors.

Dr. Sangeeta Borde


Project Guide

Dr. Sangita Birajdar


HOD (Science and Computer Science)
ACKNOWLEDGEMENT
I take this opportunity to express my sincere gratitude to everyone who has directly or
indirectly helped me in completing this project successfully. I am profoundly grateful to Dr.
Sangeeta Borde, my project guide, for her guidance, encouragement, and support
throughout the course of my project. I am also thankful to Dr. Sangita Birajdar, HOD, Science
and Computer Science, for providing me with this opportunity.
INDEX
1. INTRODUCTION
1.1 Introduction
1.2 Problem Statement
1.3 Objectives and Goals
1.4 Scope of the System

2. PROPOSED SYSTEM
2.1 Proposed System Overview
2.2 Advantages and Disadvantages
2.3 Feasibility Study
2.4 System Requirements

3. SYSTEM MODELING
3.1 System Architecture
3.2 Use Case Diagram

4. FUNCTIONALITY MODULES
4.1 Voice Command Module
4.2 Task Execution Module
4.3 Admin Panel

5. OUTPUT SCREENS
6. FUTURE SCOPE
7. CONCLUSION
8. REFERENCES
1. INTRODUCTION

1.1 Introduction
The Personal Voice Assistant project aims to develop a voice-controlled system capable of
automating tasks based on voice commands. The assistant uses Python’s libraries for voice
recognition, task execution, and interaction. The front-end is designed using React.js for a
modern interface, while the back-end uses FastAPI and PostgreSQL for efficient processing
and data management.

1.2 Problem Statement


1. Lack of accessible and reliable voice-controlled assistants.
2. Need for automating routine tasks without manual intervention.
3. Streamlining productivity through voice-based operations.

1.3 Objectives and Goals


1. Develop a voice assistant capable of recognizing and executing voice commands.
2. Implement a user-friendly interface for seamless interaction.
3. Enhance productivity by automating routine tasks.

1.4 Scope of the System


1. Automating daily tasks such as opening applications.
2. Interaction through a simple, voice-driven interface.
3. User account management through an admin panel.

You might also like