Features Chat Mode Setup Install Step 1: Create a Discord bot Step 2: Geanerate a OpenAI API key Step 3: Run the bot on the desktop Step 3: Run the bot with Docker Have a good chat! Optional: Setup starting…
Category
Features Chat Mode Setup Install Step 1: Create a Discord bot Step 2: Geanerate a OpenAI API key Step 3: Run the bot on the desktop Step 3: Run the bot with Docker Have a good chat! Optional: Setup starting…
AI is a buzzword, or is it something we should be thinking about? With the release of the OpenAI package, we can dive into AI-powered Laravel applications So, what is OpenAI? What can we do with it? Mostly this is…
Back in October, Nuno Maduro released an OpenAI PHP Client and this week he announced a brand Laravel integration called OpenAPI Laravel. On Twitter Nuno said, “OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the…
Over the years, as developers, we have always looked for ways that we can automate our documentation, from PHPDoc to Swagger and beyond. In recent years that has been a significant shift in the API world to adopt a more…
The orhanerday/open-ai package is a PHP SDK for accessing the OpenAI GPT-3 API. It supports the complete, search, answer, classification, and engine APIs. Here’s an example of using the OpenAI classification API with this package: You’ll get back the following classification for…
Learn how to convert your Text into Voice with Python and Google APIs Text to speech is a process to convert any text into voice. Text to speech project takes words on digital devices and convert them into audio with…
To make machines more intelligent, developers are diving into machine learning and deep learning techniques. A human learns to perform a task by practicing and repeating it again and again so that it memorizes how to perform the tasks. Then…
Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and “read” the text embedded in images. Python-tesseract is a wrapper for Google’s Tesseract-OCR Engine. It is also useful as a stand-alone invocation script to tesseract,…
SimplyDocs is a web-based software platform which helps you to create and manage web forms, generate filled documents, publish the documents for almost everything & business proposals. With SimplyDocs, users are empowered to create online forms which can be used in…
Introduction Tesseract is an open source text recognizer (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages. Tesseract doesn’t have a built-in GUI,…