Inspiration
I wanted to build something for bloggers to get some assists from AI to help them with their content.
What it does
Once the wordpress plugin is installed the admin of the blog can run sentiment analysis on their posts. Based on the sentiment score they can tweak their content as indented. Also they can get recommendation for tags so they can easily fill those. Additionally they can run sentiment analysis on the comments they get on the post, so understand the types of comments they get based on the content, so that they plan their future contents accordingly.
How we built it
It is build as Wordpress Plugin with React+php. The modzy api key is stored in the settings. Two pre-built models "Sentiment Analysis" and "Text Topic Modeling" are used. The jobs are created with content from posts and comments, and the results are polled every 1s until it is finished.
Challenges we ran into
This is the first time I building a wordpress plugin so it took a while to understand. As for the Modzy API its simple as a pie and well document to implement.
What's next for Analyze Wordpress
Build additional functionalities like generating excerpts/summarization, entity recognition for word cloud and SEO.
Log in or sign up for Devpost to join the conversation.