Skip to content

Instantly share code, notes, and snippets.

@shubham1710
Created June 21, 2020 10:48
Show Gist options
  • Save shubham1710/89a2e8e616f8913822b8f6f530384f28 to your computer and use it in GitHub Desktop.
Save shubham1710/89a2e8e616f8913822b8f6f530384f28 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.metrics.pairwise import cosine_similarity
import difflib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment