Sep 3, 2020
How to use COBE with Python 3.8
After installing Cobe - see previous post entry
here is an example of what you can do:
$ python3
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import cobe.brain
>>> cobe.brain.Brain.init('test.brain')
>>> test=cobe.brain.Brain('test.brain')
>>> test.learn('this is a test!')
>>> print(test.reply('what is this?'))
this is a test!
>>>
basically talking with an AI
...and training this AI while discussing
pretty cool
Subscribe to:
Post Comments (Atom)
Popular Posts
-
What is it lately, this unexplainable need to change everything that works ? What about this idiom " if it ain't broke, don't ...
-
After I gave a shot at ArtRage2 bundled with the Wacom tablet, I took the other cd that was in the box - and installed .... Photoshop Eleme...
-
Hannah Wagner (better known by her stage name Miss Hannah Minx; born Oct. 1990) is an American vlogger known on Youtube for her Kawaii ...
No comments:
Post a Comment