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

Built With
- react
- remix
- shadcn/ui
- tailwind
- tensorflowjs
- typescript

Log in or sign up for Devpost to join the conversation.