Pedal parts Inventory Software

I use the Odoo community edition for this, cause it's already designed for manufacturing it has all the functionality you need, luckily all available in the free edition.
 
I’ll check it out later tonight and give you my thoughts
I look forward to your feedback! It’s a pretty straightforward python program so it’s pretty easy to update with any changes you want. Also when you close out docker, the database will stay persistent so you won’t loose any progress you’ve made with adding things between sessions
 
I use the Odoo community edition for this, cause it's already designed for manufacturing it has all the functionality you need, luckily all available in the free edition.
I’ve never seen that one before. I’ll have to download it and give it a try.

This is more of a passion project for me to get better at coding. I’m also building a guitar training software that has a custom trained algorithm that uses computer vision to literally watch your playing on the fretboard and listen to it to give you active feedback.

I actually need help getting more training data on what fretboards look like while being held.

If anyone wants to help train it with me, I set up a quick site that uses your camera, you select the four corners of your fretboard and it snaps a picture of it and converts it into a JSON (I never get to see you picture!) and feeds it into the model. It asks for pictures from different angles, lighting etc.


That’s the training site if anyone has some spare time and spare guitars to snap some pics of their pretty necks!
 
It's alive!!

Forgive the horrible formatting of the readme on the page, but if you download it, it's nice and neat!


Let me know if you have any trouble running it!
It looks like you did not upload the actual project files, all I see is README.md. No other branches or releases either.
 
Let me check, I was trying to quickly just get it pushed. You can download the zip and extract it and deploy the compose file into docker (or should be at least)
 
Let me check, I was trying to quickly just get it pushed. You can download the zip and extract it and deploy the compose file into docker (or should be at least)
It’s only like that for now until I fully deploy it on AWS. Which I may if more people use it and like it!
Yea i ran into the same thing. Was having trouble with docker on my desktop in my music room/bench area. Windows home 10, was trying to get it working through powershell. After a lot of research and trying stuff that just did not work (which apparebtly is very common based on my google searches). Ill try with my windows 11 laptop later today.

Also yea all i saw in the zip was a readme file, didnt
Get far enough to worry about that though
 
Okay I’ll get it sorted today. I kinda rushed through it last night and I think what happened was I was trying to update the readme and ended up killing everything else!
 
Also I’m going to see how much it is to just throw it up on an ECS cluster on my AWS account. Shouldn’t be more than like $5 a month anyways
 
Back
Top