
Taher Paratha
Structural Analysis Intern

Connect with Taher Paratha to Send Message
Connect
Connect with Taher Paratha to Send Message
ConnectTimeline
Skills
Microsoft wordMicrosoft officeMicrosoft excelSolidworksCMatlabPowerpointProgrammingMsc patranAnsysCatiaAircraft designStructural analysisFem analysisUav designManagementTeamworkAutocadResearchWindowsAerospaceAbout me
Structural design and analysis engineer who is always excited about new trends and technologies in aerospace industries and would want to contribute to the growth of it.
Education
.webp)
Jain (Deemed-to-be University)
2011 - 2015Bachelor of Engineering (BE) Aerospace Engineering CGPA 8.44/10 (Gold Medallist)• Completed a project on aircraft flight simulation in collaboration with Seonics PVT LTD. named "Cessna Static Flight Simulator". The simulator was displayed in International expo AEROINDIA 2015.• Competed in SAE collegiate AeroDesign 2015 competition held in Los Angeles, USA.• Was on the college magazine's editorial board.• Student placement coordinator for the batch of 2015.

The University of Texas at Arlington
2021 - 2023Master of Science - MS Data Science 4.0/4.0Activities and Societies: Graduate Teaching Assistant in the Computer Science and Engineering Department
%2C%20DU%2C%20DRDO.webp)
Defense Institute of Advanced Technology (DIAT), DU, DRDO
2016 - 2018Master of Technology - MTech Aerospace, Aeronautical and Astronautical Engineering CGPA 8.04/10
Experience

Quest Global
Jun 2015 - Jul 2015Structural Analysis InternAnalyse the In-Seat Power Module of the Airbus A320 neo for its structural stability during flight.• Designed and created a finite element structural model of the ISPM using the MSC Patran tool.• Provided technical assistance; analysed the ISPM for its normal modes and made the ensuing conclusions
%20Pvt.%20Ltd..webp)
Southern Electronics (B) Pvt. Ltd.
Feb 2016 - May 2016Design EngineerDesign and development of 10 kg class fixed wing aircraft, and also overlooked development of surveillance octacopter.

Aeronautical Development Agency
Aug 2017 - May 2018Graduate Student ResearcherI was involved in conceptually designing a solar powered electric autonomous vehicle. It had to be a low subsonic fixed high aspect ratio wing. I also had the added job of analysing the fixed wing for any aeroelastic problems that it may encounter due to its high aspect ratio, using MSC Nastran and flight loads and dynamics package.
%20Pvt.%20Ltd..webp)
Southern Electronics (B) Pvt. Ltd.
Jul 2018 - Jan 2020Design Optimization Engineer●Created decision-making algorithms using Python for the conceptual design parameters of a MAV requirement. Reduced time required in the conceptual design phase from 3 months to a few weeks.● Created deep learning model of 5 convoluted layers and 4 linear layers using Pytorch and strain sensor data as inputs to the model to predict the collapse of an underground mine.● Processed high volume data from 800+ sensors in real time to classify future mine state as safe or unsafe.● Trained the model using cuda for best utilization of training times to use the model on the fly. Model was processed in 1300 ms.● Implemented and deployed the solution at an underground depth of around 500 feet.● Used AWS SNS and SES to notify the miners and the mining office of a potential collapse for fast and efficient evacuation.● Created automated reports and presented them for weekly and monthly departmental meetings using the project data available on the MySQL servers.● Made substantial contributions in simplifying the development and maintenance of MAVs by creating SOPs and design tables.Environment: Python, Pytorch, Matlab, XFLR5, MATLAB, Advanced Excel, R, MathCAD, MySQL. Show less

Indian Institute of Technology, Bombay
Jan 2020 - Jun 2021Research Engineer● Developed, trained, and evaluated deep-learning model with a detection rate of 93% using YOLOv2, Label Box, OpenCV 3.4, and PyTorch to perform video analytics to detect objects via onboard processor Nvidia Jetson Nano using Cuda.● Trained and implemented mobilenetSSD open-source custom object detection model which supports with high mAP with over 20k annotated images to detect 5+ objects through the video feed at a 20-mile long coal mine and saved Rs. 60 million annually in coal theft.● Worked on auto-landing and Take-off by implementing computer vision to detect landing pad from drone video feed to automate drone deployment in remote places.● Used flight test data of the past 10 years with 215+ features to create a Random Forrest machine learning model to classify the stability of a given drone flight. Achieved a test accuracy of 95% and reduced flight prep time from 3 hours to just 10 mins, almost 95% decrease.● Create motor database via web scraping over 40 websites using beautiful soup. Collected over 4 Gb of data and stored it in AWS S3 data lake for further processing.● Was responsible for reworking codebase as part of testing a POC to migrate the department's data from MySql RDBMS to a NoSql database MongoDB.● Automated the task of creating visuals from the motor database using python, embedded SQL in MySQL, matplotlib, and Seaborn to help in easy decision making.Environment: Python, MySQL, Scikit learn, Advanced Excel, OpenCV, ROS, Yolo V2, S3, NoSQL, MongoDb, matplotlib, and Seaborn. Show less

The University of Texas at Arlington
Jan 2022 - May 2022Graduate Teaching Assistant● Assisted in managing a graduate level data science course of around 150 students.● Worked directly under the associate chair of the computer science and engineering department of the University.● Gave weekly tutorials on Python, Pandas, Numpy, Machine learning techniques, and data ETL process to over 100 students.● Designed engaging and interesting programming assignments which helped students learn the insights of data science.● Provided help, motivation, and assistance to the students of the course.● Helped in designing and grading quizzes and HWs for the class.Environment: Python, Scikit learn, Advanced Excel, matplotlib, MS Teams, Numpy, Pandas. Show less

Stout
Jun 2022 - Aug 2022Digital & Data Analytics InternGenerated big data with a billion records using pyspark and map/reduce techniques.Created a custom script to transfer the generated snappy parquet files from local system to an online datalake.Created a cost efficient EMR cluster with 8 EC2 nodes to perform operations of the big data.Collected performance metrics from Spark APIs for comparison and further use.Used machine learning algorithms like Sarimax, Arima, LSTM, Prophet etc. to create an asset valuation model for a client.Searched for optimized hyperparameters using techniques like grid search. Achieved a mean absolute percentage error of less than 10% asset value for the forecast of June.Created a dynamic interactive dashboard using dash and plotly for the client to access their reports, the dashboard was hosted via flask.Scraped three different asset websites to collect data for the client’s asset using beautifulsoup and selenium. Optimized the scraping script to run 70% faster and made it dynamic.Created a python program which interacted with an RPA bot to push log files to a MongoDb database. Show less

Wavicle Data Solutions
Oct 2022 - nowResearch and development of a generative AI sentiment analyzer that can process customer reviews from google for a given restaurant chain and its competitors. The analyzer processes the comments for sentiments, extracts food items being talked about, and sentiment for those food item, and topics of sub comments in the review. The output is saved in a dataframe which is used to create a dashboard on AWS Quicksight.• Used AWS Bedrock to access LLM foundational model Anthropic’s Claude V2.• Used pydantic and prompt engineering to extract the information in a structured form from the LLM.• The output from the LLM was collected as a json and saved in a dataframe.• Reduced the processing time of all the comments by 90% by using asynchronous processing and parallel api calls.• The dataframe was used as an input to create a dashboard on AWS Quicksight.• The script was deployed on AWS Lambda to automate the whole process.• Researched on the best LLM model and the best Langchain chain to use for a conversational response.• Conducted a hyperparameter search to find the best hyperparameters for the LLM.• Created a transformer model that can take unstructured data such as pdf and convert them into embeddings and store them in pinecone vectordb.• Performed prompt engineering to create precise and accurate response from the LLM.• Chatbot was able to have a conversation from the provided context and keep chat history in memory.• Created a UI using python’s streamlit library and hosted it on a AWS EC2 server.Research and development of a fully automated BI converter tool that takes visualization workbooks from one BI tool and converts them into another tool. Worked on Tableau to Quicksight converter tool and PowerBI to Quicksight tool. • Leverage artificial neural network algorithm to create a 21-class classification model which predicts the chart type of given tableau worksheet. Achieved a test accuracy of over 90% percent using a three-layer model with a VGG19 base Show less Research and development of a fully automated BI converter tool that takes visualization workbooks from one BI tool and converts them into another tool. Worked on Tableau to Quicksight converter tool. • Researched on Tableau workbook xml structure to extract worksheet level metadata using ElementTree library in python.• Worked on Tableau GraphQL Query to create a query which gets details about a tableau server and its selected workbooks in a single API call. The query was optimized to get as much detail as possible using pagination.Environment: AWS Quicksight, EC2, S3, Boto3, Tableau, Rest APIs, GraphQL, XML, Python, ANN, VGG19, Pandas, BeautifulSoup, Selenium, Machine learning, Docker, PowerBI, Generative AI, OpenAI GPT, Sentence Transformer, Langchain, Pinecone, FAISS, LLM, streamlit, AWS Bedrock, AWS Lambda Show less
Data Engineer
Jan 2023 - nowData Engineering Intern
Oct 2022 - Dec 2022
Licenses & Certifications
- View certificate

SQL Essential Training
LinkedInMar 2022 - View certificate

Dbt Fundamentals
Dbt LabsJan 2024 - View certificate

Deep Learning A-Z™: Hands-On Artificial Neural Networks
UdemyMar 2022 - View certificate
.webp)
AWS Certified Cloud Practitioner
Amazon Web Services (AWS)Aug 2023 - View certificate

Introduction to Big Data
CourseraJan 2022 - View certificate

Spark and Python for Big Data with PySpark
UdemyMar 2022 - View certificate

Project Managment for Engineers
NPTELNov 2017 - View certificate

Soft Skills
NPTELNov 2017
Honors & Awards
- Awarded to Taher ParathaUniversity Gold medallist Jain University Jun 2015 Received Gold Medal for academic excellence throughout the undergraduate program.
Languages
- hiHindi
- maMarathi
- guGujarati
- enEnglish
- geGerman
- kaKannada
Recommendations

Leonardo bertelli
Studente presso l’Università degli studi di SienaSassuolo, Emilia-Romagna, Italy
Sadia hameed
Electrical Communications EngineerWP. Kuala Lumpur, Federal Territory of Kuala Lumpur, Malaysia
Ricardo rico
HSE Manager /Senior Consultant / Coach / Assessor / Auditor / TrainerUnited Kingdom
Ratan singh thukral
Project Director at FISMumbai, Maharashtra, India
Kristína gabrižová
International Trade Specialist at Infinity Standard, a.s.Infinity Standard, a.s.
Joyce angeles sanchez
Reclutamiento y Selección || Gestión del Talento Humano || HuntingÁrea metropolitana de Lima
Noritaka yoneyama
--日本 神奈川県 鎌倉
Martha booysen
TECHNICIANCity of Johannesburg, Gauteng, South Africa
Prem kumar katikam
IT Support Engineer.Hyderabad, Telangana, India
Paw møller bay kristensen
Head of digital | digital forretningsudvikler & strategHorsens, Central Denmark Region, Denmark
Alabhya pushkarna
Manager - Enterprise Risk Management, CRCMP, ISO 31000 | Author | Speaker @IIMGurgaon, Haryana, India
Dr. carsten dahremöller, cfa
Senior Director Data ScienceRegion Köln/Bonn
Yashashvi gupta
Team Lead and Senior Software Engineer at TCS || Ex CognizantPune, Maharashtra, India
Amit malik
Executive at HCG KolkataBudge Budge-I, West Bengal, India
Ang chiang meng
Problem Solver and EntrepreneurSingapore, Singapore
Arsinoi bili
Finance management Innovation with the world's first global Super App 💡| Helping companies digitali...Barcelona, Cataluña, España
Reza tahmasebi
Mine Manager at Jovein Cement Plc.Iran
Pornplom krasaeyan
Student at Pratt InstituteNew York City Metropolitan Area
Han yuen ong
(Retired) Principal Engineer at IntelPenang, Malaysia
Greg potts
Assistant Professor & HVAC/R Program Coordinator at West Kentucky Community and Technical CollegePaducah, Kentucky, United States
...