Skip to content

A project that uses NLP to detect abusive words in a post

Notifications You must be signed in to change notification settings

Bolaji61/Detect-abusive-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hng


AbusiveWords_detector

This is a project that uses Natural Language Processing (NLP) to detect abusive words in a post

Configuration

  • Install the packages in requirements.txt file using pip install -r requirements.txt
  • Run the app using python3 app.py
  • Open an API request Client such as Postman to make a post request using the json format in the API documentation https://documenter.getpostman.com/view/7885882/SW18waNq?version=latest
  • Send a POST request to http://127.0.0.1:5000 to receive a response

About

A project that uses NLP to detect abusive words in a post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages