{"info":{"_postman_id":"3623af09-2ffd-466b-99b8-f3ac211ad7fd","name":"hate-speech-detection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28394113","collectionId":"3623af09-2ffd-466b-99b8-f3ac211ad7fd","publishedId":"2s946eBERv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-07-14T08:44:23.000Z"},"item":[{"name":"Predict Hate Speech","id":"ac4cfdb7-5442-4c64-8ef9-25823ca7988b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000//api?comment=Christians are all demonic.","description":"<p>The /api route will perform hate speech detection. Use the comment query parameter to pass a social media comment.</p>\n","urlObject":{"path":["api"],"host":["http://127.0.0.1:5000/"],"query":[{"key":"comment","value":"Christians are all demonic."}],"variable":[]}},"response":[{"id":"89991237-c322-4144-9047-924f6733e98f","name":"Predict Hate Speech","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:5000//api?comment=Christians are all demonic.","host":["http://127.0.0.1:5000/"],"path":["api"],"query":[{"key":"comment","value":"Christians are all demonic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Server","value":"Werkzeug/2.0.3 Python/3.9.13"},{"key":"Date","value":"Fri, 14 Jul 2023 07:54:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"prediction\": \"Hate Speech\",\n    \"probability\": 0.9994028210639954\n}"}],"_postman_id":"ac4cfdb7-5442-4c64-8ef9-25823ca7988b"}],"variable":[{"key":"baseURL","value":"http://127.0.0.1:5000/"}]}