Skip to content

Instantly share code, notes, and snippets.

@mkhorasani
Last active October 22, 2020 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhorasani/e503a01fd61e1c84fae565f7306e282f to your computer and use it in GitHub Desktop.
Save mkhorasani/e503a01fd61e1c84fae565f7306e282f to your computer and use it in GitHub Desktop.
import streamlit as st
import pymongo
from pymongo import MongoClient
import pandas as pd
import pdfplumber
import PyPDF2
from rake_nltk import Rake
import string
import io
import re
import nltk
nltk.download('stopwords')
nltk.download('punkt')
import lxml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment