project chatbot julie v1

New to FreeBASIC? Post your questions here.
Post Reply
ron77
Posts: 212
Joined: Feb 21, 2019 19:24

project chatbot julie v1

Post by ron77 »

hi all...

here is a repository of my chatbot project. the chatbot load it's keywords / replies from text file into dynamic arrays. it also has a separation between command keywords user questions and bot questions. in addition i added two text files for new input/output so the bot can be thought to learn new keywords/replies by users. and it has a help file (in the program just type "--help" and you'll see it all command list. and also it saves conversation into a log text file (which can be erased by typing "delete log")... the chat bot name is "chat bot julie v1"...

here is the URL for my repository of the chatbot... i will be happy to get feedback if you choose you to use it

https://github.com/ronblue/FB_chatbot_Julie_v1

the chatbot is completely customized (just change database files or teach it new input/output)

p.s. - the bot uses voice.exe command line TTS...

and if anyone is interested - here is the URL for a forum dedicated to chatbots in different programming languages including FreeBASIC
https://chatbot-collection.freeforums.net/


ron77
wallyg
Posts: 267
Joined: May 08, 2009 7:08
Location: Tucson Arizona

Re: project chatbot julie v1

Post by wallyg »

Chat box julie does not exist any more and forum is gone.
ron77
Posts: 212
Joined: Feb 21, 2019 19:24

Re: project chatbot julie v1

Post by ron77 »

ChatBot Julie RIP 2020 - 2021 :(
mcombatti
Posts: 5
Joined: Dec 15, 2022 23:54
Location: Spartanburg, SC - USA
Contact:

Re: project chatbot julie v1

Post by mcombatti »

ron77 wrote: Jan 06, 2023 15:13 ChatBot Julie RIP 2020 - 2021 :(
Ron77's updated Danny bot code may be found at my personal backup repo at:

https://www.babelfish.studio/fb/fb_chat ... .1.6.2.zip

I have not tested the code, but it's provided as it was provided by ron77 to the community over at:
viewtopic.php?p=296109&hilit=chatbot#p296109
ron77
Posts: 212
Joined: Feb 21, 2019 19:24

Re: project chatbot julie v1

Post by ron77 »

Hello all :)

I'm glad to say my chatbot Danny is now an online chatbot/website. That's right. You can surf to it and talk to it online - the chatbot is an fbc Linux 64-bit executable uploaded to a hosting server where with the help of a PHP file and HTML page is accessible to the users - the Linux binaries were compiled as "-static" build command the PHP script converts utf-8 input to ANSI and transfer it to the executable and converts the ANSI output back to utf-8 encoding (that's why if you type ' in the input the bot replies an empty reply - the PHP and HTML scripts were done with the help of chatGPT after many tests trails and errors...

The chatbot is NOT with AI or machine learning and is in beta state and currently does not record conversations history (it doesn't write to files). I would appreciate any feedback regarding its replies or how to improve it...

also please remember it's not chatGPT not even close... and it's based on a real person who was a dear friend of mine and who was religious (that's why it talks and mentions his beliefs which could be annoying)

anyway here is the link to the chatbot: https://danny-chat.net/

Kind Regards.
Ron77
pidd
Posts: 31
Joined: Nov 11, 2022 16:27

Re: project chatbot julie v1

Post by pidd »

Very good, its not very sociable which is quite amusing, its better than the chatbots that are over-talkative and have silly subject changes.

I had a minor grammar fail which might just be a colloquial thing?

"Chatbot: why did you mentioned it?
henriette
Posts: 3
Joined: Mar 26, 2023 18:04
Contact:

Re: project chatbot julie v1

Post by henriette »

Yep it doesn't work since a while. You can try Botnation it's better and up to date.
henriette
Posts: 3
Joined: Mar 26, 2023 18:04
Contact:

Re: project chatbot julie v1

Post by henriette »

Mr mod, I'm not a bot
Post Reply