findsimilar / demo

The DEMO API project web site to show find-similar features

Home Page:http://api.findsimilar.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo


The DEMO API project website to show [find-similar](https://github.com/findsimilar/find-similar) features

Run in Docker

docker compose pull 
docker compose down
docker compose up

Open Source Project

This is the open source project with GPL-3.0 license. Be free to use, fork, clone and contribute.

Features

API interface with swagger and redoc to demonstrate find-similar main features

Contributing

Want to contribute? You are welcome! To easy start please check:

Developer documentation

  • check the issues page
  • pick one or create new your own
  • fork this repository
  • clone https://github.com/<your github username>/demo.git
  • virtual environment is recommended
  • install requirements pip install -r requirements.txt
  • run tests python manage.py test
  • run server python manage.py runserver
  • have a fun :)
  • create a pull request with your patch

FAQ

Empty yet

About

The DEMO API project web site to show find-similar features

http://api.findsimilar.org

License:GNU General Public License v3.0


Languages

Language:Python 90.5%Language:Makefile 5.8%Language:Dockerfile 3.7%