You are on page 1of 4

DEPARTMENT OF INFORMATION AND

COMMUNICATION TECHNOLOGY
NAME OF THE BTECH PROGRAM: ICT

TARIFF 4.0

Biweekly Report

Submitted by

Aditya Pandey
190911077

Under the guidance of

Raghavendra Achar

ICT
ABSTRACT

Creating a new AI Model which digitalizes the system.

OBJECTIVES

 After thoroughly analyzing the previously done work, I provided a detailed


report on how the program can be altered in an efficient manner. I suggested
the use of the Fuzzywuzzy library in Python to improve the accuracy of
identifying similarities between the two columns in the xlsx file.

 I developed an AI model using only Python that accurately identifies similarities


between the "Standard Package name" column and the "GIPSA Package name"
column in the xlsx file. I used the Fuzzywuzzy library to compare the strings in
the two columns and extract the best match.

 I ensured that all values in the "GIPSA Package name" and "Standard Package
name" columns are converted to lowercase strings and handled missing values
by replacing them with the null value.

 I created a new rearranged column that reindexes the data in the "Standard
Package name" column based on the similarities identified using the
Fuzzywuzzy library.

 I developed a scoring mechanism that calculates the similarity score between


the new rearranged and reindexed row in the "Rearranged column" and the
reference row in the "GIPSA Package name" column using the Fuzzywuzzy
library. The similarity score ranges from 0 to 100% and is stored in a new
column.

 The Fuzzywuzzy library is a powerful tool for string matching and comparison,
but it can be computationally expensive when used on large datasets. This can
lead to long processing times and slow performance, which can be problematic
for applications that need to process data quickly. I informed to this my
reporting manager, on which we plan to work soon. We are now working on
uploading the code to the server and using it for revenue model.

Project Details
Student Details
Student Name Aditya Pandey
Register Number  190911077 Section / Roll  IT A
No
Email Address  adityapandeyportfolio.com Phone No (M)  7021509406

Project Details

Project Title Tariff 4.0

Project Duration  4 months Start Date 12th January

Organization Details
Organization  TrueCover
Name
Full postal address
with pin code  Mumbai, India
Website address  https://www.truecover.in/
Supervisor Details
Supervisor Name  Amiya Sagar
Designation  Co-Founder and CTO
Full contact
address with pin
code
Email address  amiyasagar@truecover.net Phone No (M)  9769633551

Internal Guide Details


Faculty Name  Raghavendra Achar
Full contact
address with pin
code
Email address
Sl. Project
Activity
No Description Comments
Date
.
1 Synopsis 1. Background work Summary of the work done:
Submission 2. Topic Selection
Suggestions by the guide:

2 Planning of 1. Defining objectives Summary of the work done:


the Project 2. Identify the relevant
Work software/technique Suggestions by the guide:
3. Finalizing
methodology

3 Working on 1. Carrying out tasks Summary of the work done:


the project related to Objectives
Suggestions by the guide:

4 Working on 2. Carrying out tasks Summary of the work done:


the project related to Objectives
Suggestions by the guide:

5 Working on 3. Carrying out tasks Summary of the work done:


the project related to Objectives
Suggestions by the guide:

6 Working on 4. Carrying out tasks Summary of the work done:


the project related to Objectives
Suggestions by the guide:

7 Completion 1. Checking for Summary of the work done:


of completion of the
the Project objectives Suggestions by the guide:
2.

8 Project 1. Report writing Summary of the work done:


Submission according to the
given template Suggestions by the guide:
2. Submission of
the required
documents

Signature of Student Signature of


the guide

You might also like