Freelance / Personal Projects
Kay - Deep Learning ChatBot
KayBot is multipurpose ChatBot created using Python and Tensorflow, capable of helping with daily tasks. The goal was to create a versatile and intelligent conversational agent that can be used for various applications: - Chat with the user. Example prompts: 'Who made you?', 'Tell me a joke', 'Ask me a riddle' - List all available commands. Example prompts: 'What can you do?', 'help' - Perform google searches and open new tabs with the results. Example prompts: 'google: GitHub' - Tell the current date and time. Example prompts: 'What’s the time?', 'date', 'What day is today' - Inform about the weather in any city. Example prompts: 'weather: Tokyo', 'weather: Chicago' - Link to articles of the latest news. Example prompts: 'latest news', 'news' - List the top 10 trending songs on the global charts. Example prompts: 'top songs', 'hot songs', 'songs' - Keep track of a set timer (in minutes) and ring and alarm when the time is up. Example prompts: 'timer: 1', 'timer: 10'