Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created November 29, 2020 23:31
Show Gist options
  • Save HeenaR17/ede5ff3e4659a6e4c3240e92a3144870 to your computer and use it in GitHub Desktop.
Save HeenaR17/ede5ff3e4659a6e4c3240e92a3144870 to your computer and use it in GitHub Desktop.
import pandas as pd
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.metrics.pairwise import cosine_similarity
from flask import Flask, render_template, request
import os.path
from rivescript import RiveScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment