make yourself a chat bot. (private web mode)
Very easy to get started project with bots. In fact, I don't think there's an easier way.
Test it here: https://cleverbots.net/ https://resume1.cleverbots.net
- a) some basic knowledge of Python + Flask
see here for getting started with python: https://medium.com/@AndroidAdvance/step-by-step-on-learning-python-programming-easiest-way-in-the-world-8b5a5b4741f7 - b) some basic knowledge of html/css + a little bit of javascript
- c) some basic knowledge of how IBM Watson Works.
- e) you should know the difference between http and https
🔥 Without the things that are listed above you won't be able to do anything with this code. In case you get stuck, it means your basic knowledge about X is ... sub - basic. Invest more time into learning the basics or ask some help from friends (not here on github, because I don't have time to learn you something that you can easily find on net, youtube etc...)
For someone with NO programming experience, this is 2-3 months of work. For someone with some experience this is ~1 week. For someone with good exp. this is 1-2 days. I can't think of a faster way, except if you follow the tutorials monkey see - monkey copypaste without understanding anything while you do it.
Clone the repo. see what's inside
Create an account in ibm watson (the free one, no credit card needed). Optional: create an account into google's Firebase if you want to store the messages. [I choose firebase because it's the easiest to work with for small ammounts of data]
???
Profit
Please star this repository and fork it :) Thank you. It's the least you can do for my work that is free.
Waiting for your suggestions/bug reports
Copyright 2016 - present cleverbots.net
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.