Git Product home page Git Product logo

abracadabra's People

Contributors

dependabot[bot] avatar notexactlyawe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

abracadabra's Issues

Add to PyPI

The installation instructions could be a lot cleaner if it was just pip install abracadabra.

Initilise not working

Traceback (most recent call last):
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/abracadabra/storage.py", line 15, in get_cursor
    conn = sqlite3.connect(settings.DB_PATH, timeout=30)
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/simple_settings/core.py", line 94, in __getattr__
    self.setup()
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/simple_settings/core.py", line 68, in setup
    self._load_settings_pipeline()
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/simple_settings/core.py", line 75, in _load_settings_pipeline
    strategy = self._get_strategy_by_file(settings_file)
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/simple_settings/core.py", line 91, in _get_strategy_by_file
    raise RuntimeError('Invalid settings file [{}]'.format(settings_file))
RuntimeError: Invalid settings file [settings]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/bin/song_recogniser", line 33, in <module>
    sys.exit(load_entry_point('abracadabra==0.1', 'console_scripts', 'song_recogniser')())
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/abracadabra/scripts/song_recogniser.py", line 37, in initialise
    storage.setup_db()
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/abracadabra/storage.py", line 26, in setup_db
    with get_cursor() as (conn, c):
  File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__
    return next(self.gen)
  File "/media/somdev/84AE09BCAE09A82E/SentientGeeks/SentientGeeks/Music_Similiarty/test/venv/lib/python3.10/site-packages/abracadabra/storage.py", line 18, in get_cursor
    conn.close()
UnboundLocalError: local variable 'conn' referenced before assignment

Write settings to the database

If abracadabra wrote the currently used settings and app version to the database, then it could check if the database is correct. Otherwise users may train the recogniser on one parameter set and then be surprised when they change a setting and the accuracy is poor.

recognize the time of the song

Hello. How to print out the time of the recognized part of the song? e.g.
the 3:32 part of the file is heard from the microphone and it prints the second or millisecond of the part that is playing, and it is constantly updating.

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.