Construindo Chatbots Com Python

Download Construindo Chatbots Com Python PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Construindo Chatbots Com Python book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Construindo Chatbots com Python

Construa seu próprio chatbot usando Python e ferramentas open source. Este livro começa com uma introdução aos chatbots na qual você obterá informações vitais sobre sua arquitetura. Em seguida, começará imediatamente a usar o Natural Language Processing (NLP) com a ajuda do Natural Language Toolkit (NLTK) para construir uma plataforma de processamento de linguagem personalizada para seu chatbot. Com essa base inicial, examinará diferentes técnicas de Natural Language Processing para selecionar a que lhe for mais adequada. O próximo estágio é aprender a construir um chatbot usando a plataforma API.ai e definir suas intenções e entidades. No decorrer desse exemplo, você aprenderá a ativar a comunicação com o bot e também examinará os importantes tópicos de sua integração e implantação. O último capítulo de Construindo Chatbots com Python ensinará como construir, treinar e implantar o próprio chatbot. Usando bibliotecas open source e técnicas de machine learning, você aprenderá a prever condições para seu bot e a desenvolver um agente de conversação como uma aplicação web. Para concluir, implantará seu chatbot em seu próprio servidor com a AWS. Neste livro, você: • Conhecerá os aspectos básicos do Natural Language Processing usando Python • Coletará dados e os converterá em dados de treinamento para o chatbot • Construirá seu chatbot a partir do zero como um web app • Integrará seus chatbots ao Facebook, Slack e Telegram • Implantará os chatbots em seu próprio servidor.
Building Chatbots with Python

Build your own chatbot using Python and open source tools. This book begins with an introduction to chatbots where you will gain vital information on their architecture. You will then dive straight into natural language processing with the natural language toolkit (NLTK) for building a custom language processing platform for your chatbot. With this foundation, you will take a look at different natural language processing techniques so that you can choose the right one for you. The next stage is to learn to build a chatbot using the API.ai platform and define its intents and entities. During this example, you will learn to enable communication with your bot and also take a look at key points of its integration and deployment. The final chapter of Building Chatbots with Python teaches you how to build, train, and deploy your very own chatbot. Using open source libraries and machine learning techniques you will learnto predict conditions for your bot and develop a conversational agent as a web application. Finally you will deploy your chatbot on your own server with AWS. What You Will Learn Gain the basics of natural language processing using Python Collect data and train your data for the chatbot Build your chatbot from scratch as a web app Integrate your chatbots with Facebook, Slack, and Telegram Deploy chatbots on your own server Who This Book Is For Intermediate Python developers who have no idea about chatbots. Developers with basic Python programming knowledge can also take advantage of the book.
Chatbots para Telegram

Author: Priscila Keli L. P. Frizzarin
language: pt-BR
Publisher: Casa do Código
Release Date: 2023-01-31
Você já interagiu com um chatbot? Ao contatar virtualmente alguma empresa, atualmente é comum nos depararmos com esses robôs. Chatbot é uma ferramenta de resposta rápida que auxilia no relacionamento com clientes, que pode ser programada para diversos fins, seja para atendimento ao consumidor, tirar dúvidas frequentes, ou até para otimizar seu e-commerce. É possível criar e customizar seus próprios bots com o serviço de comunicação Telegram, que já vem sendo bastante usado no meio comercial para melhorar o relacionamento entre empresa e cliente. Neste livro, Priscila e Fernando Frizzarin guiam você na criação dos seus primeiros chatbots usando a plataforma Telegram. Você verá que basta um conhecimento básico de Python e SQL para programar seus chatbots. Com a mão na massa, você vai implementar diversas funcionalidades, desde ler dados da internet, enviar e receber imagens, identificar tipo de arquivo, até responder a distância entre dois locais. Para aprofundar, você ainda verá como interagir com usuários por meio de menus e como conectar a um banco de dados, para ter um leque completo de possibilidades para seus bots.