classifai
classifai copied to clipboard
Supercharge WordPress Content Workflows and Engagement with Artificial Intelligence.
### Description of the Change This PR Adds the Initial "Recommended Content" Block backed by the Azure Personalizer. Major changes of PR are listed below. - Added `@wordpress/scripts` - Format...
### Describe your question Hi! Hope this is the place to discuss this, if not, let me now. I am one of the developers of the [Tainacan](https://wordpress.org/plugins/tainacan/) plugin, a solution...
### Describe the bug "Preview Language Processing" also displaying on `Image Processing` page, it should display only on Language Processing setting page. ### Steps to Reproduce 1. Go to `ClassifAI...
**Is your enhancement related to a problem? Please describe.** Increasing the relevance of recommended content **Describe the solution you'd like** Leverage [Project Custom Decision](https://labs.cognitive.microsoft.com/en-us/project-custom-decision) from Microsoft Cognitive Services Labs. Project...
**Is your enhancement related to a problem? Please describe.** Azure's [Video Indexer](https://docs.microsoft.com/en-us/azure/media-services/video-indexer/video-indexer-overview) is able to generate VTT, TTML, and SRT closed captioning files for video/audio segments which would assist with...
**Is your enhancement related to a problem? Please describe.** Azure's [Content Moderator](https://azure.microsoft.com/en-us/services/cognitive-services/content-moderator/) can be leveraged to send comments to moderation that contain offensive images/text instead of having them post live....
### Describe the bug I want to prevent Wordpress from scaling images that are uploaded and added this code as a function: add_filter( 'big_image_size_threshold', '__return_false' ); once this was done...
**Is your enhancement related to a problem? Please describe.** Improving input/output languages support in ClassifAI to match or work-around language restrictions/support in IBM Watson’s Natural Language Understanding API **Describe the...
Bump WP & PHP Minimums to the following - [ ] WordPress to 5.7 - [ ] PHP to 7.4 - [ ] Remove any no-longer-needed conditional code for older...