25 Tools Every Software Developer Should Master
A list of useful tools for Software Developers that could make their lives easier
## Description: I need a python application to train and classify audio or sound using tensorflow 3 It should work for any kind of simple and short audio. Examples - If I sent animal sounds (), the application should detect the animal - If I sent latin audios like (), the application should detect the most similar word based on the training ## Dataset I don’t have any datasets and/or should work for any sound. Example: Train class1 : 10 sounds, class2 : 10 sounds, class3 : 10 sounds If I send a new sound, program must detect to which class it belongs to ## Endpoints #### http//localhost:8080/v1/job Method: POST Request: Response : {"code":200, "message":"success", "content": "8ea8ee4a-944573ae1d9d"} Description:...
I want a 2 way or socket communication between rpi and pc application. I’m already communicating with pc through rpi by streaming live data. Now I want pc to send message to rpi while streaming.
A list of useful tools for Software Developers that could make their lives easier
Vital information for starting development with PHP