A collection of apis related to anime characters, ranging from recommendation engine to avatars.
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.
- node v16.*
- npm or yarn
- .env file
- clone repo and create feature branch
git clone https://github.com/joshidipesh12/your-anime-apis.git -b {{branch-name}}
- install node_modules
npm install
// or yarn install
-
place .env file in project root
-
run project in dev environment
npm run dev
// or yarn run dev