Create Fancy Word Clouds in Python

  Рет қаралды 17,431

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 33
@samchimaobi3398
@samchimaobi3398 Жыл бұрын
this is very simple and straight to the point. I enjoyed every bit of it. Its sufficient for me.
@2ednar739
@2ednar739 2 жыл бұрын
Love this one :) also the way you present is short an precise! Love it
@sadecesahin9366
@sadecesahin9366 2 жыл бұрын
When installing the Wordcloud module, I get the error "subprocess exited with error". What should I do
@Hotkife
@Hotkife 2 жыл бұрын
Great video! Found this very interesting
@vsrocha1989
@vsrocha1989 2 жыл бұрын
Do you have any tip for reading the text file that is in Portuguese? many of the charachteres are lost such as "negócio" that becomes "negÃ"
@gbagba81
@gbagba81 2 жыл бұрын
Hey Matt damon how are you. What does the intro song says? Every single time I repeat "it's a landscape" Thanks so much for being so human I'm curious of what it'd be like if you teached briefly tensorflow Thanks for everything 😊 cheers
@John-xi2im
@John-xi2im 8 ай бұрын
superb idea!
@HailyTran-t5w
@HailyTran-t5w 10 ай бұрын
thanks! really helpful
@Abanmy
@Abanmy 2 жыл бұрын
0:45 i saw "garbage" up there
@rapjul
@rapjul 2 жыл бұрын
Probably from phrases like “garage-collected language” or “garage collection”
@VashdyTV
@VashdyTV 2 жыл бұрын
For those having trouble installing wordcloud (for me it failed building the wheel for the package), try using python 3.6 or lower. It appears that this package is not supported on higher version of python.
@parkjoyrene4941
@parkjoyrene4941 11 ай бұрын
Ey can you please help me with creating a word cloud from excel, I'm a student with no prior knowledge in python or any programming languages, it would help me so much with my thesis
@maxparsons9431
@maxparsons9431 Жыл бұрын
I keep getting a message name “WordCloud” is not defined. Any ideas?
@santoshkumargouda6033
@santoshkumargouda6033 2 жыл бұрын
please make a videos on MLops
@SanjeevKumar-nc2rt
@SanjeevKumar-nc2rt 2 жыл бұрын
You can take one-neuron subscription
@santoshkumargouda6033
@santoshkumargouda6033 2 жыл бұрын
@@SanjeevKumar-nc2rt can you please send the link
@AryanRaj-ts6ud
@AryanRaj-ts6ud 2 жыл бұрын
Nice sir👍
@arijanrahimic3210
@arijanrahimic3210 2 жыл бұрын
Cool THX 😁
@markosth09
@markosth09 2 жыл бұрын
STOP_WORDS+{"support"} { } are also used for creating sets also another way would be STOP_WORDS+set(["support"])
@NeuralNine
@NeuralNine 2 жыл бұрын
Thanks for the input!
@obed818
@obed818 2 жыл бұрын
Awesome !
@vsrocha1989
@vsrocha1989 2 жыл бұрын
awesome!!
@massimobuccolieri8532
@massimobuccolieri8532 2 жыл бұрын
AWESOME
@s.aravindh6227
@s.aravindh6227 2 жыл бұрын
Super vedio
@varunshrivastava2706
@varunshrivastava2706 2 жыл бұрын
Abe phle dekh to le 😂😂😂
@lisanalghaib
@lisanalghaib Жыл бұрын
if someone've duplicate words, just put: collocations = False,
@parkjoyrene4941
@parkjoyrene4941 11 ай бұрын
Can you please help me make a word cloud from excel sheet, I have no prior knowledge about programming languages and it would help me enormously in my thesis
@lisanalghaib
@lisanalghaib 11 ай бұрын
@@parkjoyrene4941 try this: import pandas as pd from wordcloud import WordCloud import matplotlib.pyplot as plt # Carregar a planilha Excel planilha = pd.read_excel('caminho/para/sua/planilha.xlsx') # Concatenar todas as palavras em uma única string texto = ' '.join(planilha['coluna_com_as_palavras'].astype(str)) # Criar a nuvem de palavras nuvem_palavras = WordCloud(width=800, height=400, background_color='white').generate(texto) # Exibir a nuvem de palavras plt.figure(figsize=(10, 8)) plt.imshow(nuvem_palavras, interpolation='bilinear') plt.axis('off') plt.show() Translate the portuguese words to english for u learning
@lisanalghaib
@lisanalghaib 11 ай бұрын
Put in chat gpt console: "Python command to analyze words in an Excel spreadsheet to generate a word cloud." Adjust for your use and input your rules
@lisanalghaib
@lisanalghaib 11 ай бұрын
@@parkjoyrene4941 eu tentei colar o código, mas o youtube bloqueou
@hassansharif3186
@hassansharif3186 11 ай бұрын
1 plt.figure(figsize=(15,6)) ----> 2 plt.imshow(img) TypeError: 'WordCloud' object is not callable bro resolve this error
@Jeffery.M
@Jeffery.M 2 жыл бұрын
This is really awesome. Thanks for sharing. I also used this to save the image to file and it worked great: plt.savefig("test.png")
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 87 М.
How I animate 3Blue1Brown | A Manim demo with Ben Sparks
53:41
3Blue1Brown
Рет қаралды 1,3 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
Generating Professional Sample Data with Faker in Python
19:22
NeuralNine
Рет қаралды 23 М.
How to make a word cloud in R with the wordcloud2 package
13:26
Dr Lyndon Walker
Рет қаралды 3,5 М.
Morse Code in Python
11:26
NeuralNine
Рет қаралды 14 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
Word Cloud in python | Word cloud tutorial
14:39
The AI & DS Channel
Рет қаралды 6 М.
Simple HTTP Server in Python
17:56
NeuralNine
Рет қаралды 196 М.
Create Word Cloud Using Python
15:21
JS_Data Talks
Рет қаралды 1,5 М.
Generating Word Cloud in Python | GeeksforGeeks
8:01
GeeksforGeeks
Рет қаралды 14 М.