/your-anime-apis

A collection of apis related to anime characters, ranging from recommendation engine to avatars. 素晴らしい

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Anime APIs

A collection of apis related to anime characters, ranging from recommendation engine to avatars.

Active Routes

BASE URL ---> animeapis.herokuapp.com

GET /v1/info

  • for server state information

GET /v1/avatar?seed={{value}}

  • for getting a new anime avatar png with provided seed

POST /v1/yourAvatar

'multipart-formdata': <IMAGE_DATA>

  • for creating a synthesized anime image using GAN ML model with provided image.

Getting Started

Prerequisites

  • node v16.*
  • npm or yarn
  • .env file

Development

  1. clone repo and create feature branch
    git clone https://github.com/joshidipesh12/your-anime-apis.git -b {{branch-name}}
  1. install node_modules
    npm install
    // or yarn install
  1. place .env file in project root

  2. run project in dev environment

    npm run dev
    // or yarn run dev