MusicBox VS char-rnn

Compare MusicBox vs char-rnn and see what are their differences.

MusicBox

Scott's Music Box is a midi file arranger for natural sounding chamber orchestra instruments. (by OhioVR)

char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch (by karpathy)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
MusicBox char-rnn
2 3
3 11,419
- -
10.0 0.0
over 1 year ago 6 months ago
Python Lua
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MusicBox

Posts with mentions or reviews of MusicBox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-13.
  • Ask HN: What are your “scratch own itch” projects?
    34 projects | news.ycombinator.com | 13 Nov 2022
    I wrote a music synth library called Scott's MusicBox. The source is on github:

    https://github.com/OhioVR/MusicBox

    I tried to emulate orchestral sounds using an abandoned sample collection using it with some success but no one really liked it.

    I also had problems with our point of sale at work which I tried to improve with a picture book with bar codes over the items. That helped me scan items without upc labels. Hit and miss but I'm going to have to sell my printer so that project is also dead.

  • Show HN: Scott's MusicBox
    2 projects | news.ycombinator.com | 14 Oct 2022

char-rnn

Posts with mentions or reviews of char-rnn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-14.
  • Show HN: Scott's MusicBox
    2 projects | news.ycombinator.com | 14 Oct 2022
    Procedural generation for midi has been around for a long time - ever with fair more “primitive” archictures that current GPT-types. Even chat-run [0] can be used to generate midi-based classical scores… I can’t find the exact trained model just now. But as you say… those midi generations sound like $hit so getting them arranged properly would be v v useful.

    [0]https://github.com/karpathy/char-rnn

  • Welfare State
    1 project | /r/AIfreakout | 18 Feb 2022
  • I need help with Andrew Karpathy’s magical LSTM
    2 projects | /r/learnmachinelearning | 3 Jul 2021
    Sure thing: https://github.com/karpathy/char-rnn I am currently learning python