-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the cawcodile wiki! :)
Cawcodile is a bot-assistant with the beginnings of AI. The idea is to have a tool that can do the job just like a regular script, but without having to remember the exact commands to run the job.
The main user story is:
I want to write in the console "update code" or "get new code" and get the latest code from the predefined repositories.
2022.03.09 One file prototype is created. No architecture, no tests, many vulnerabilities (for example, a ZeroDivisionError is possible).
- Move bot configuration to the separate file.
- Move model creation function to the separate file
- Store already prepared model in a separate file.
- Fix obvious vulnerabilities.
- Write first test.
The first prototype was made on the basis of a five hours webinar "A chatbot with artificial intelligence written in Python (for beginners)" by the SkillBox platform.
Three parts of the webinar:
- Part # 1: Getting to know Python and smart chatbot architecture
- Part # 2: Teaching a Python bot to understand text
- Part # 3: Summing up
The webinar is similar to the How-to-draw-an-owl meme but is free and good to start with.