Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: looking for partner(s) to make an AI chatbot
Post: looking for partner(s) to make an AI chatbot

hello everyone... i'm trying to learn by myself machine learning and neural networks and tensorflow from the net through YouTube tutorials... i am interested in building a real AI conversational cha...
ronblue77 News and Discussions 0 1,460 Aug-22-2020, 12:20 PM
    Thread: invitation to an open source community discord server
Post: RE: invitation to an open source community discord...

hello all - as for the discord community of open source well it wasn't doing very well and i didn't had the time or knowledge as to how to manege it so i closed it down and the link is invalid one ...
ronblue77 News and Discussions 2 2,931 Aug-22-2020, 11:58 AM
    Thread: invitation to an open source community discord server
Post: invitation to an open source community discord ser...

hello everyone. i would like to invite you to an open source community discord server which has a python section in it. here is the invitation https://discord.gg/u34TzeN i hope this is okay to post...
ronblue77 News and Discussions 2 2,931 May-03-2020, 05:14 PM
    Thread: the baby chatbot
Post: the baby chat bot version 3

hello all here is a 3rd version of my chatbot... in this version the bot uses 2 lists to one to store the input (questions) and a second one to store the desired output (answers) then when you exit b...
ronblue77 Code sharing 9 4,202 Nov-30-2019, 07:17 PM
    Thread: the baby chatbot
Post: RE: the baby chatbot

hello all... here is the code more improved... instead of a list i use a set to store the words list and the text file is used only in the beginning and the end of the program... enjoy :) import os...
ronblue77 Code sharing 9 4,202 Nov-29-2019, 08:34 PM
    Thread: the baby chatbot
Post: RE: the baby chatbot

hello all... now the baby chatbot can save the new word that he learns in a text file as a database :) it creates at the first time a text file called "chatbot_list.txt" witch stores all the new word...
ronblue77 Code sharing 9 4,202 Nov-28-2019, 06:52 AM
    Thread: the baby chatbot
Post: RE: the baby chatbot

hi all... made a quick fix - now if you type "list" the bot will show it's list of words it already knows have fun :) import os import random vocab = ["hi", "mom", "dad", "food"] def checkInput(...
ronblue77 Code sharing 9 4,202 Nov-27-2019, 03:10 PM
    Thread: the baby chatbot
Post: RE: the baby chatbot

hi buran :) i guess it's possible however i'm new to python so i personally don't know how... if you feel like trying yourself go ahead! :) ronblue77
ronblue77 Code sharing 9 4,202 Nov-27-2019, 12:54 PM
    Thread: the baby chatbot
Post: the baby chatbot

hello all here is a code of a program of what i call "a baby chat bot" the bot only knows 4 words "mom' "dad" "food" and "hi" the user is suppose to talk to the bot and teach it new words or sentence...
ronblue77 Code sharing 9 4,202 Nov-27-2019, 12:33 PM
    Thread: chat simulation between 2 chat bots
Post: chat simulation between 2 chat bots

hello everyone. here is a small program to test a chat between two chatbots "david" and "zira" also you can chat with david... this is just a sketch or a skeleton of a program... requirements are py...
ronblue77 Code sharing 0 1,651 Nov-01-2019, 06:49 AM
    Thread: homeless - a GAME
Post: homeless - a GAME

hello everyone... here is my other game "homeless - surviving the street" a scenario text based game where you as the player have to survive being homeless on the streets and try to get off and find ...
ronblue77 Code sharing 0 1,563 Oct-24-2019, 12:55 AM
    Thread: guess my number GAME
Post: guess my number GAME

hello everyone... **smile** here is a simple game of guessing a number from 0 to 100 you can guess computer number or have computer guess your number... i didn't do any input validations cause... i...
ronblue77 Code sharing 2 2,783 Oct-24-2019, 12:18 AM
    Thread: simple GUI-chat Bot with csv log of conversation
Post: simple GUI-chat Bot with csv log of conversation

hello everyone... i'm new here and a beginner in python here is a code of a simple chatbot with GUI and it saves the conversation in CSV file called "ChatLog.csv" the code itself is full of comments...
ronblue77 Code sharing 0 3,273 Aug-10-2019, 11:42 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020