AI Powered Text Recognition

Our goal was to design an accessible API that developers can use to programmatically determine the connotation of a sentence.

Ex.

"You are a great person" -> not insulting

"I think you are hideous" -> insulting

In order to do this we employed artificial intelligence and machine learning that is able to identify whether or not the text is insulting.

Accessibility and our API

The whole point of this project was to allow other developers to easily access our code and implement it in their own unique ways for their own individualized use cases.

We designed an API that allows other developers to create GET requests to our backend so that they can easily use it themselves.

Here is an example implementation of this API in a sample of javascript code Code snippet of our API implementation

Built With

Share this project:

Updates