classifai
classifai copied to clipboard
Supercharge WordPress Content Workflows and Engagement with Artificial Intelligence.
Image recognition seems particularly interesting, as does speech-to-text.
Splitting this out from #28, via @jeffpaul: > input from Jake of applying auto tagging of older content with custom Google Analytics tag for keywords and get more info from...
Splitting this out from #28, via @ryanwelcher: > I have some experience working with AWS using the NLP ( Comprehend ) tools so that may be a good place to...
### Description of the Change This PR is a continuation of PR #268 (derives some code from PR #268) and implements the requested functionality in #202, it adds support for...
### Describe the bug Found a strange bug, Rest API calls initiated by Gutenberg to get taxonomy terms are failing with **404** (`rest_taxonomy_invalid` and `rest_no_route`) randomly. This happens randomly sometimes...
Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env). These dependencies need to be updated together. Updates `got` from 10.7.0 to 11.8.5 Release notes Sourced from got's releases. v11.8.5 Backport...
This issue is for tracking changes for the 1.8.0 release. Target release date: **Sept 2022.** ### Pre-release steps - [x] Complete review of PR https://github.com/10up/classifai/pull/365, resolve issues, and merge -...
### Describe the bug Currently, the plugin loads admin CSS and JS only after the service gets registered successfully, which makes the link `Use a username/password instead?` not work and...
### Is your enhancement related to a problem? Please describe. Distributor added the ability to utilize WP core's enabling of auto-updates for plugins for registered sites (see https://github.com/10up/distributor/issues/656). Let's similarly...
### Is your enhancement related to a problem? Please describe. Distributor has a process to build a ZIP archive for each release (that's partially helpful in our plugin updating /...