Skip to content

Instantly share code, notes, and snippets.

@Lakshmi-1212
Last active June 7, 2022 10:21
Show Gist options
  • Save Lakshmi-1212/dc9564e31ba85eac7d1006580d0ef9db to your computer and use it in GitHub Desktop.
Save Lakshmi-1212/dc9564e31ba85eac7d1006580d0ef9db to your computer and use it in GitHub Desktop.
filepath = 'sample_files/AI_Blockchain_Survey_2022.pdf'
file_text = read_file(filepath)
keywords = extract_keywords(file_text, min_word_length = 3)
create_word_cloud(keywords,maximum_words=200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment