Giter VIP home page Giter VIP logo

ikt's People

Contributors

insspb avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ikt's Issues

[Feature request] Add simple pytest configuration for complete CI/CD implementation

Is your feature request related to a problem? Please describe.

The purpose of first release is to configure full CI/CD, and do not lose time on it on nearest feature.
CI/CD without tests is not CI/CD

Describe the solution you'd like.

Should be github actions with windows/linux/mac matrix with pythons 3.7 and 3.8

Describe alternatives you've considered.

Travis can be added too, but travis is known for speed problems agains github actions.

[Feature request] Add coverage report information to main page

Is your feature request related to a problem?

Current pipeline use coverage only on internal basis. We should publish this information to make it public.

Describe the solution you'd like.

Consider usage of coverall action or introduce travis for this.

[Feature request] Download pre-trained models

Pre trained models not included in imageai installation

If cli tool will use imageai we should consider downloading pre-trained models from git

Describe the solution you'd like

We can use requests and hardcoded links in dict.

[Changes request] Remove scrutinizer-ci ci/cd

scrutinizer-ci is hard to configure and maintain

Same options provided by more popular codeclimate and codecov. We do not need duplicate service.

Describe the solution you'd like

Remove scrutinizer-ci

[Feature request] Folder browsing and files removal

Core functional

  • If this tool invoked from CLI it will require to browse folders and their content for recognition purposes.
  • As this tool will be used to output images for image stocks it should be able to recreate folder structures in form as is.

Describe the solution you'd like

Most path operations in this project should be done with Path module.

[Feature request] Add global logging configuration

Application logging

When tool will be used from console it should be configurable on log level from there.
When used as library, should be configured as ikt logger.

Solution

Separated logging module inside app

Fix readthedocs build internals

Running Sphinx v1.8.5
loading translations [en]... done

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/ikt/envs/latest/lib/python3.7/site-packages/sphinx/registry.py", line 472, in load_extension
    mod = __import__(extname, None, None, ['setup'])
ModuleNotFoundError: No module named 'sphinxcontrib.openapi'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/ikt/envs/latest/lib/python3.7/site-packages/sphinx/cmd/build.py", line 303, in build_main
    args.tags, args.verbosity, args.jobs, args.keep_going)
  File "/home/docs/checkouts/readthedocs.org/user_builds/ikt/envs/latest/lib/python3.7/site-packages/sphinx/application.py", line 228, in __init__
    self.setup_extension(extension)
  File "/home/docs/checkouts/readthedocs.org/user_builds/ikt/envs/latest/lib/python3.7/site-packages/sphinx/application.py", line 449, in setup_extension
    self.registry.load_extension(self, extname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/ikt/envs/latest/lib/python3.7/site-packages/sphinx/registry.py", line 475, in load_extension
    raise ExtensionError(__('Could not import extension %s') % extname, err)
sphinx.errors.ExtensionError: Could not import extension sphinxcontrib.openapi (exception: No module named 'sphinxcontrib.openapi')

Extension error:
Could not import extension sphinxcontrib.openapi (exception: No module named 'sphinxcontrib.openapi')

[BUG] New feature label missed

New feature label missed

Seems during MR #32 and after this workflow new feature label was removed. Should be returned and added to workflow configuration.

Add license file

License should restrict usage without linking to project, even if used under the hood of app.

[Feature request] Change release drafter to use keywords tags

Is your feature request related to a problem?

Current configuration of release-drafter tool require all pull requests start from keyword, otherwise a lot of manual changes will require after publish.

Describe the solution you'd like.

Should consider to add changelog related tags with keywords, that will sort pull requests at release drafter right after assigning to PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.