Racial Micro-aggression detection
Link to frontend
- About the Project
- Routes
- Built With
- Getting Started
- Prerequisites
- Installation
- Usage
- Roadmap
- Contributing
- License
This project is a project based on machine learning and natural language processing which is integrated together with NodeJS to develop a RESTful API that detects the presence of racial microaggression in an input sentence.
Sr. No | Description |
---|---|
1. Check an input | Get request on route '/predict' to check whether there are traces of hate speech in an input or not. |
To get a local copy up and running follow these simple steps.
- node js
- Clone the repo
git clone https://github.com/Shiv10/serenity.git
- Change directory to Appointy-instagram-clone
cd ./serenity/Backend
- Install the node modules
npm i
- Create .env file and add data from the sample env (not needed if zip archive is provided)
touch .env && nano .env
- Start backend server in development mode
npm run dev
- Clone the repo
git clone https://github.com/shaarangg/serenityjsFrontend.git
- Change directory
cd ./serenityFrontend
- Start the frontend server
npm run start
See the open issues for a list of proposed features (and known issues).
Flow of contributions
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push -u origin feature/AmazingFeature
) - Open a Pull Request
Happy Coding 😄