Python

Siamese Neural Network …

Description I have implemented a Siamese Neural Network for text similarity. It takes two sentences as input and predicts the similarity between them. Here one input comes from the user and the other input is a entire dataset of documents in the data lake. It implements BERT embeddings for both the …

Data Scrapper with …

Description I have written Selenium code in Python which can scrap any type of data from any website(dynamic as well as static). It uses Chrome Driver, and waits for given time till an object of a certain class is loaded completely. then it finds all relevant data related to a class name and appends …