The DEMO API project website to show [find-similar](https://github.com/findsimilar/find-similar) features
docker compose pull
docker compose down
docker compose up
This is the open source project with GPL-3.0 license. Be free to use, fork, clone and contribute.
API interface with swagger and redoc to demonstrate find-similar main features
Want to contribute? You are welcome! To easy start please check:
- How to contribute
- How to support
- About governance
- Security policy
- Developer documentation below
- 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
Empty yet