Giter Club home page Giter Club logo

image-noise-gate's People

Contributors

drzowie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

image-noise-gate's Issues

Module name and readme

Hi,

I now know a few who have struggled with starting to use this package. I just wanted to make a couple of suggestions that would help with basic issues.

First, the module when downloaded is stored in the folder named 'image-noise-gate'. If using a single location for python modules (that is scanned for existing modules, e.g. by it being in your PYTHON_PATH), then this folder name cannot be imported as a module, i.e. from image-noise-gate.noisegate import noise_gate_batch does not work. This is due to the hyphens. So I would change this to underscores.

Second, those not familiar with Cython (like myself) struggle to get started. I would add a couple of lines more to the readme that discuss building the module, and maybe an example import statement. Happy to add these myself and make a pull request.

Problems importing

Hi,

I am just trying to give the code a whirl but I am running into problems when trying to import to python.

from image_noise_gate import noisegate
-----------------------------------------------------------
ModuleNotFoundError       Traceback (most recent call last)
<ipython-input-55-cece792c5681> in <module>
----> 1 from image_noise_gate import noisegate

~/py_routines/image_noise_gate/noisegate/__init__.py in <module>
      4
      5 # Primary tools
----> 6 from .tools import *

ModuleNotFoundError: No module named 'image_noise_gate.noisegate.tools'

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.