bit-shashank / Facist-

AI Based Rest API to filter upload profile images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facist-

ML Based Rest API to filter uploaded profile images

API Endpoints

/upload -  Method POST

{
    "file": "Path To file"
}

Setup for contribution

Run The Server

  • npm start

Testing the API

  • Open POSTMAN
  • Enter the api endpoint. localhost:3000/upload if running locally.
  • Send Post Request with
        key="file"
        Value= <Actual File selected using file chooser>
    
  • Selected file will be uploaded to resouces\static\uploads folder

About

AI Based Rest API to filter upload profile images

License:MIT License


Languages

Language:JavaScript 90.6%Language:Python 9.0%Language:Shell 0.4%