0% found this document useful (0 votes)
8 views19 pages

Tejas

Tejas Vijay Kashid's internship report details his experience at Triot Solutions, where he developed a Virtual Lost and Found system using full-stack development techniques. The project utilized AI for item matching and included features like SMS notifications to enhance user engagement. The report outlines the tasks completed, tools used, and the overall impact of the internship on his professional growth.

Uploaded by

34Tejas kashid
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)
8 views19 pages

Tejas

Tejas Vijay Kashid's internship report details his experience at Triot Solutions, where he developed a Virtual Lost and Found system using full-stack development techniques. The project utilized AI for item matching and included features like SMS notifications to enhance user engagement. The report outlines the tasks completed, tools used, and the overall impact of the internship on his professional growth.

Uploaded by

34Tejas kashid
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/ 19

Dr. D. Y.

Patil Unitech Society’s


Dr. D. Y. Patil Arts, Commerce and Science College, Pimpri, Pune-18
Department of Computer Science
2024 - 2025

Under

Savitribai Phule Pune University

A
Internship Report

for

INDUSTRY INTERNSHIP PROGRAM

Submitted by
Tejas Vijay Kashid

Mentor: Ms. Neeta Takawale

A report submitted in partial fulfillment of the requirements of


Savitribai Phule Pune University of Reading for the degree of
Master of Science in Computer Application Semester - II
Acknowledgement

I would like to express my sincere gratitude to Ms. Neeta Takawale, my


mentor, for their invaluable guidance, support, and encouragement
throughout my internship. Their insights and expertise have been
instrumental in enhancing my technical and professional skills. I am
thankful to our Principal Dr. Ranjit Patil Sir for his constant motivation
and encouragements.

I am also deeply thankful to Triot Solutions for providing me with this


opportunity to gain practical exposure and hands-on experience in [mention
field or project]. The knowledge and skills I have acquired during this
period will be of great benefit in my future career.

Additionally, I would like to thank all the Teaching, Non-Teaching staff and
everyone who has supported me throughout this internship. This experience
has been a valuable learning opportunity that has contributed significantly to
my personal and professional growth.

Tejas Vijay Kashid

\
Internship Index

Sr. No. Content Page No


1 Title Page
 Student Name
 Course Name
 Training Institution
 Internship Duration
2 Chapter 1: Company Profile
 Company Introduction
 Company Product Details
 Client Details

3 Chapter 2: Introduction
 Internship and its Importance
 Objectives of the Internship
 Period of the Internship
 Outcome of the Internship
4 Chapter 3 : Internship Tasks and Responsibilities
 Data Collection
 Data Analysis
 Working Model
 Observation
 Result
 Input Output Screen
5 Chapter 4: Observation and findings of Company
 Front End tool used
 Back end tool used
 Code of Conduct
6 Chapter 5: Conclusion

7 Chapter 6: References
On-Job Training Report

Title Page

Student Name : Tejas Vijay Kashid

Course Name : Full Stack Development

Training Institution :

Triot Solutions
Ganga Aashiyana, Phase I,
Thergaon, Pimpri-Chinchwad,
Maharashtra 411033
OJT Duration: 120 Hours
College Certificate
(Attach College Certificate Here)

Company Certificate
(Attach Company Certificate Here)
1. Organization Profile
1.1 Company Introduction

Company Name: Triot Solutions


Triot Solutions is a technology-driven company specializing in web and mobile application
development. The company focuses on building innovative digital solutions to streamline
business operations and enhance user experiences. The training involved working on a
Virtual Lost and Found system that helps users report and retrieve lost items efficiently .

1.2 Company Product Details

The primary product worked on during training was the Virtual Lost and Found System. It
allows users to report lost and found items, automatically match similar items using AI,
and send notifications when a match is found. The system is designed with a user-friendly
interface and real-time updates.

1.3 Client Details

The system is designed for general users, institutions, and organizations to help track and
recover lost items. Users include students, employees, and the general public who need a
reliable way to report and find missing belongings.
2. Tasks and Responsibilities (Assignments)
2.1 Data Collection

Data collection involved structuring a database with tables such as lost_items,


found_items, users, claims, and messages. Users report lost or found items through a web
interface, and the data is stored in a MySQL database.

2.2 Data Analysis

Data analysis was conducted using AI-based image recognition to match lost and found
items. Additionally, textual data (item names, descriptions, and locations) was analyzed to
improve match accuracy.

2.3 Working Model

- Frontend: Built using HTML, CSS, and JavaScript for an interactive UI.
- Backend: Developed using PHP and MySQL to handle database operations.
- AI Component: Flask-based image recognition for matching lost and found items.
- Notification System: Uses Twilio or Fast2SMS to notify users when their lost item is
matched.

2.4 Observation

During the development, several key observations were made:


- AI-based image matching improves retrieval accuracy.
- SMS notifications enhance user engagement.
- Secure authentication is necessary to prevent false reports.

2.5 Result

The system successfully allows users to report and find lost items efficiently. The AI model
showed a 70-80% accuracy in matching lost and found items. The SMS notification system
significantly improved the recovery rate.
2.6 Input & Output Screens

- Report Lost Item Page


- Report Found Item Page
- Search Page
- Match Notification

Landing Page
Login Page
Admin Page
Database
Search page
a
3. Observations and Findings of Company
3.1 Front-End Tools Used

- HTML, CSS, JavaScript for UI development.


- Responsive design for mobile and desktop compatibility.

3.2 Back-End Tools Used

- PHP and MySQL for handling item reports and user authentication.
- Flask (Python) for AI-based image recognition.
- Twilio/Fast2SMS for SMS notifications.

3.3 Code of Conduct

- Adherence to data privacy and security standards.


- Ensuring accuracy in lost and found item matching.
- Ethical handling of user-reported data.
Internship Program 2024-2025
Weekly Internship Log Sheet

Intern Name Tejas Vijay Kashid ID


Class Fymsc-CA Contact +91 7841924272

Week 1
Date Time In Time Out Total Hours Description of Signature of
the Activity the Officer
Day 1 9:00 AM 3:00 PM 6 hrs Company
introduction,
project
overview, and
tools setup.
Day 2 9:00 AM 3:00 PM 6 hrs Database
structure
creation:
designing
tables for lost
and found
items.
Day 3 9:00 AM 3:00 PM 6 hrs Implementing
user
authentication
system using
PHP & MySQL.
Day 4 9:00 AM 3:00 PM 6 hrs Developing
lost item
reporting
functionality.
Day 5 9:00 AM 3:00 PM 6 hrs Developing
found item
reporting
functionality.
Week 2
Date Time In Time Out Total Hours Description of Signature of
the Activity the Officer
Day 6 9:00 AM 3:00 PM 6 hrs Creating the
search and
match feature
for lost and
found items.
Day 7 9:00 AM 3:00 PM 6 hrs Integrating AI-
based image
recognition for
item matching.
Day 8 9:00 AM 3:00 PM 6 hrs Implementing
SMS notification
system using
Twilio/Fast2SMS
.
Day 9 9:00 AM 3:00 PM 6 hrs Enhancing UI/UX
for better user
experience.
Day 10 9:00 AM 3:00 PM 6 hrs Testing,
debugging, and
fixing issues in
the system.

Week 3
Date Time In Time Out Total Hours Description of Signature of
the Activity the Officer
Day 11 9:00 AM 3:00 PM 6 hrs Preparing
documentation
and project
presentation.
Day 12 9:00 AM 3:00 PM 6 hrs Final project
review and
submission.
Day 13 9:00 AM 3:00 PM 6 hrs Additional UI
enhancements
and bug fixes.
Day 14 9:00 AM 3:00 PM 6 hrs Integrating real-
time
notifications.
Day 15 9:00 AM 3:00 PM 6 hrs User testing and
feedback
implementation.

Week 4
Date Time In Time Out Total Hours Description of Signature of
the Activity the Officer
Day 16 9:00 AM 3:00 PM 6 hrs Enhancing
security and
authentication
layers.
Day 17 9:00 AM 3:00 PM 6 hrs Performance
optimization
and database
indexing.
Day 18 9:00 AM 3:00 PM 6 hrs Finalizing
project
deployment
strategy.
Day 19 9:00 AM 3:00 PM 6 hrs Final internal
review and
fixes.
Day 20 9:00 AM 3:00 PM 6 hrs Project
handover and
completion
report.

This is to certify that Tejas Vijay Kashid has satisfactorily completed all of the listed activities.

Name & Signature

Supervisor: ________________

Manager: ________________

Section In-charge: ________________

Stamp of the Company

Date: ________________
4. Conclusion
The Virtual Lost and Found system was successfully developed with essential features such
as lost item reporting, AI-based matching, and SMS notifications. The training provided
hands-on experience in full-stack web development, AI integration, and database
management. This project has the potential to help users recover lost items more
efficiently, making it a valuable real-world application.
5. References
 PHP and MySQL Web Development – Luke Welling & Laura Thomson, Publisher:
Addison-Wesley.

 Learning PHP, MySQL & JavaScript – Robin Nixon, Publisher: O'Reilly Media.

 Flask Web Development – Miguel Grinberg, Publisher: O'Reilly Media.

 Artificial Intelligence: A Guide for Thinking Humans – Melanie Mitchell, Publisher:


Farrar, Straus and Giroux.

 Database System Concepts – Abraham Silberschatz, Henry F. Korth & S. Sudarshan,


Publisher: McGraw-Hill.

You might also like