How to Build Chatbot with Python & Rasa
2:28:05
Free Programming Courses
1:34
Жыл бұрын
How to Build Music Player in Python
33:48
Пікірлер
@tura2735
@tura2735 2 сағат бұрын
bro why you making the panel class every time, whats the point?
@mithunchandra8221
@mithunchandra8221 18 сағат бұрын
Very Very Nice Tutorial Sir,Needs More Tutorial From You.
@DrIT-qv1ek
@DrIT-qv1ek Күн бұрын
Exceptional piece of code. Very easy to follow. Most other DnD examples are complicated. Well Done!
@DaDDYOop-n9x
@DaDDYOop-n9x 2 күн бұрын
Can i run my telegram bot
@fernandoinacio6763
@fernandoinacio6763 6 күн бұрын
Command 'from main import db' report an error associated to 'db = SQLAlchemy(app)' that is requesting a 'MySQLdb'
@alonevert
@alonevert 7 күн бұрын
00:00:00 - Intro 00:00:04 - Qt GUI development course, installation. 00:06:22 - Installing Qt and setting up Qt Creator 00:13:49 - Qt Creator, project setup, widget-based applications 00:20:03 - Widget classes, meta object compiler, q application 00:26:24 - Adding labels and images to GUI. 00:33:45 - Creating QMovie, setting image path, QPushbutton class 00:40:34 - Adding pop-up menu to button, QLine Edit class and 00:47:55 - Layout management in Qt. QHBoxLayout, QVBoxLayout. 00:55:49 - Creating push buttons and vbox layout. 01:03:56 - Signals, slots, creating projects 01:10:44 - Connect signals and slots, QRadioButton. 01:18:43 - Setting icons and sizes, connecting signals. 01:26:59 - Checkbox usage in applications. 01:35:48 - QSpinBox, handling integers, signals 01:44:52 - Creating slots, qlcd number, qtimer class 01:53:18 - QTimer, QLCD number, random generator 02:03:13 - Creating QHBox layout, label, combo box 02:11:49 - Time selection widget, combo box, signals and slots 02:20:05 - widgets, combo box, slider 02:28:45 - QListWidget, QLessWidget, QFontComboBox 02:37:52 - importing cufond combobox, creating q font combo 02:46:03 - Adding row count, setting items, QCalendarWidget 02:54:55 - Connect signal, q input dialog. 03:04:18 - programming languages, GUI design, color dialog. 03:13:06 - Color and font dialog usage.
@eldarmammadov9917
@eldarmammadov9917 9 күн бұрын
Could you show how proc file is created and explain why we need it except wsgi application: app conf
@AnishaAS-g7n
@AnishaAS-g7n 10 күн бұрын
how long is the free trial applicable on dialogflow.?
@AkarshVamshi
@AkarshVamshi 10 күн бұрын
Preparing meta data did not run successfully
@DurgaYalagada
@DurgaYalagada 13 күн бұрын
My model is correctly loaded in the models directory,but when I try to ask for the response to the bot,it is showing like this.Can you plese resolve this? Bot loaded. Type a message and press enter (use '/stop' to exit): Your input -> hi 2024-07-25 10:30:00 INFO rasa.core.agent - Ignoring message as there is no agent to handle it.
@casamuse4013
@casamuse4013 13 күн бұрын
Good job bro 👍
@Teszolocs
@Teszolocs 14 күн бұрын
Good video! I have a question about QComboBox in android. I used Qt 6.4.2. C++ i build to android mobile and its working, But if i close the QComboBox dropdown menu with the mobile back navigator button, after that the drop down menu nat pop up anymore and the QComboBox start not working. Here is my code below (i red that i have to set noFocus policy but still dont working): #include <QApplication> #include <QComboBox> #include <QWidget> #include <QVBoxLayout> #include <QKeyEvent> class MyWidget : public QWidget { Q_OBJECT public: MyWidget() { QVBoxLayout *layout = new QVBoxLayout(this); comboBox = new QComboBox(this); for (int i = 0; i < 10; ++i) { comboBox->addItem(QString("Item %1").arg(i)); } comboBox->setFocusPolicy(Qt::NoFocus); layout->addWidget(comboBox); setLayout(layout); } private: QComboBox *comboBox; }; int main(int argc, char *argv[]) { QApplication app(argc, argv); MyWidget w; w.show(); return app.exec(); } #include "main.moc" Thank you for your help!
@ramgupta4612
@ramgupta4612 16 күн бұрын
This video is beneficial to me, thank you.
@SpaceCowboy57
@SpaceCowboy57 18 күн бұрын
I copied/pasted the link and got: ERROR: Could not find a version that satisfies the requirement PySide2 (from versions: none) ERROR: No matching distribution found for PySide2 I have python version 3.12.4
@muh_guts
@muh_guts 19 күн бұрын
00:00:00 - Intro 00:00:04 - Qt GUI development course, installation. 00:06:22 - Installing Qt and setting up Qt Creator 00:13:49 - Qt Creator, project setup, widget-based applications 00:20:03 - Widget classes, meta object compiler, q application 00:26:24 - Adding labels and images to GUI. 00:33:45 - Creating QMovie, setting image path, QPushbutton class 00:40:34 - Adding pop-up menu to button, QLine Edit class and 00:47:55 - Layout management in Qt. QHBoxLayout, QVBoxLayout. 00:55:49 - Creating push buttons and vbox layout. 01:03:56 - Signals, slots, creating projects 01:10:44 - Connect signals and slots, QRadioButton. 01:18:43 - Setting icons and sizes, connecting signals. 01:26:59 - Checkbox usage in applications. 01:35:48 - QSpinBox, handling integers, signals 01:44:52 - Creating slots, qlcd number, qtimer class 01:53:18 - QTimer, QLCD number, random generator 02:03:13 - Creating QHBox layout, label, combo box 02:11:49 - Time selection widget, combo box, signals and slots 02:20:05 - widgets, combo box, slider 02:28:45 - QListWidget, QLessWidget, QFontComboBox 02:37:52 - importing cufond combobox, creating q font combo 02:46:03 - Adding row count, setting items, QCalendarWidget 02:54:55 - Connect signal, q input dialog. 03:04:18 - programming languages, GUI design, color dialog. 03:13:06 - Color and font dialog usage.
@edwarddoofenschmirtz4436
@edwarddoofenschmirtz4436 20 күн бұрын
i can't install rasa for some reason, im using version 3.8 but the installing just freeze whenever it tries to install the tensorflow
@user-zf2wr4gj6i
@user-zf2wr4gj6i 20 күн бұрын
How will i integrate it with my express server
@Halovaren
@Halovaren 21 күн бұрын
Its 2024 and it still works. Thank you!!!!
@notsaeed
@notsaeed 21 күн бұрын
My Bookmark 46:24
@josbexerra8115
@josbexerra8115 29 күн бұрын
Excelente
@PathakFX
@PathakFX Ай бұрын
Thank you so. much, you are the best! Learned a lot
@lucenajjj
@lucenajjj Ай бұрын
Do you teach how to put it on the graph?
@nuruljanah9621
@nuruljanah9621 Ай бұрын
Thanks so much for the video, db.create_all() is not working for me on the cmd (1045, "Access denied for user 'root'@'localhost' ( using password: NO). I really need urgent help please sir or anyone. Appreciate in advance.
@Stupid-productions
@Stupid-productions Ай бұрын
Watched
@Stupid-productions
@Stupid-productions Ай бұрын
Yay I watch until 0:24 to find out how to pip install
@user-pd4gh9jn4d
@user-pd4gh9jn4d Ай бұрын
thank you
Ай бұрын
Wonderful video, thank you so much!
@land3021
@land3021 Ай бұрын
Lol no audio.
@anajuliaramalho5635
@anajuliaramalho5635 Ай бұрын
Boa sorte Parvez Khan Boa sorte Parvez Khan Boa sorte Parvez Khan Boa sorte Parvez Khan Boa sorte Parvez Khan Boa sorte Parvez Khan Boa sorte Parvez Khan Boa sorte Parvez Khan Boa sorte Parvez Khan
@priyadugg1392
@priyadugg1392 Ай бұрын
Explained like as easy as pie! Good job!
@pedrocarlosdeoliveiradossa656
@pedrocarlosdeoliveiradossa656 Ай бұрын
Man, you are a necessity!
@richamaheshwari7582
@richamaheshwari7582 Ай бұрын
I don't have businesses email what to do for kcommunication?
@richamaheshwari7582
@richamaheshwari7582 Ай бұрын
Please must reply. The integration part is pending, and I do not see any alternative of that
@ThunderLightning-go5wj
@ThunderLightning-go5wj 2 ай бұрын
the ratio is broken
@ThunderLightning-go5wj
@ThunderLightning-go5wj 2 ай бұрын
views are way more than the likes
@shahinabdullayev3340
@shahinabdullayev3340 2 ай бұрын
Thank you for the video. But I couldn't find QT-Offline installation link in the description.
@ifthikarali6741
@ifthikarali6741 2 ай бұрын
share teh repo bro
@digitalmachine0101
@digitalmachine0101 2 ай бұрын
Good information
@digitalmachine0101
@digitalmachine0101 2 ай бұрын
Good information
@Jahus
@Jahus 2 ай бұрын
Your video has been helpful. Thank you.
@user-si9vw3fk9z
@user-si9vw3fk9z 2 ай бұрын
Thanks, this was very helpful😊
@AbhishekPrajapati-zy3os
@AbhishekPrajapati-zy3os 2 ай бұрын
Sir my program will not working
@user-ks5mj3tr5k
@user-ks5mj3tr5k 2 ай бұрын
Nice. I have created an application in pyqt6. so create an installer all is good but the icon is missing. please help.
@AntonMorzhakov
@AntonMorzhakov 2 ай бұрын
Why video scroll is so laggish?
@Saint25066
@Saint25066 2 ай бұрын
12:45 I think you meant to say A is Less than 20 if I'm not mistaken. Just for less confusion
@specwnm
@specwnm 2 ай бұрын
Yooo bro ty for this tutorial
@crosstalk125
@crosstalk125 2 ай бұрын
What is the parameter 17? What other options are available?
@catorlife
@catorlife 2 ай бұрын
is there anyway to write the percentage, or at least the number of each slide on itself? like I don't want my pie chart is just the bunch of piece that I don't know the proportion of them
@digitalmachine0101
@digitalmachine0101 2 ай бұрын
Good information
@catorlife
@catorlife 2 ай бұрын
when making tutorial, please explain what is the purpose of the code for the beginners like us to understand, for example, at 4:00 I have no idea what chart->legend() is or at 5:22 the lengthy line setRenderHint...
@artistpw
@artistpw 2 ай бұрын
Darn, tried "pip install rasa" and got an error - raise RuntimeError('Python version 2.7 or 3.4+ is required.'). I have python 3.12.3. This is the 4th thing I've found I can't use for making a chat bot. I tried tensorflow and rltk and got an error that seems to be mainly due to incompatible versions, chatterbot but couldn't get that installed due to version issues, tried flask and again version issues. Next will try discord.
@songshorts06
@songshorts06 2 ай бұрын
Try with any of python 3.7 to 3.10 once
@goliasritvardhan7559
@goliasritvardhan7559 2 ай бұрын
Same problem. I have used 3.9 and resolved