AK Python
1.86K subscribers
39 photos
2 videos
11 files
236 links
Join here to unlock your programming ability
Download Telegram
Watch this video 🌟
And share support 🌟
Code for Chatbot using python
#creating chatbot

from chatterbot import ChatBot

chatbot=ChatBot(
'Akpython',
storage_adapter='chatterbot.storage.SQLStorageAdapter',
logic_adapter=[
'chatterbot.logic.MathematicalEvaluation',
'chatterbot.logic.TimeLogicAdapter',
'chatterbot.logic.BestMatch',
{
'import_path':'chatterbot.logic.BestMatch',
'default_response':'I am sorry,I do not understand',
'maximum_similarity_threshold':0.90
}
],
database_uri='sqlite:///database.sqlite3'

)

#Training
from chatterbot.trainers import ListTrainer

trainer=ListTrainer(chatbot)
trainingdata=open('/home/arun/Documents/Trainingdata').read().splitlines()

#Training the corpus
from chatterbot.trainers import ChatterBotCorpusTrainer

trainercorpus=ChatterBotCorpusTrainer(chatbot)

trainercorpus.train(
'chatterbot.corpus.english'
)

#BetterBot
name=input("Enter your name:")
print('Welcome to our Hotel',name,'Let me know how can I help you?')
while True:
request=input(name+':')
if request=='Bye'or request=='bye':
print("Bot:Bye")
break

else:
response=chatbot.get_response(request)
print('Bot:',response)
Keep support and share to your friends ❤️
How many of you use linux distributions as primary operating systems?
Anonymous Poll
42%
Yes
58%
No
#YKYG : Video Games : In 2013 ,One of the research shows that games can increase learning outcomes by two grade levels.
#YKYG : .aac is a popular audio extension.Do you know it's Full form?
Anonymous Quiz
20%
Audio Advanced coding
52%
Advanced audio coding
22%
Audio augmented coding
7%
A Audio coding
New video preparation is started today.Scripting is going on.I will meet you on end of this week.
Thanks.... stay tuned
AK Python
Photo
2D game development using Python
Which category are you?
Anonymous Poll
46%
Coding at Day
54%
Batman ( Coding at night ) 😁
#YKYG : The most engaged brands on Instagram.

National geographic
Nike
NBA.


Follow me on instagram : akpythonyt
#YKYG : Best IDE for Python :
Vscode ( I'm using right now )
Jupyter notebook ( datascience & ML)
IDLE ( For beginners )
Sublime text ( good one )
#YKYG WORM expansion ( Interview Question )
Anonymous Quiz
57%
Write once read many
34%
Write on RAM memory
9%
Write on ROM memory
Share support 🌟
AK Python
Photo
Game development tutorial video is in editing progress.Tommorow i will upload on YouTube channel so staytuned.

Subscribe..!