You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api.py can have a single app.route which will run the classification.py and get_spectrogram.py
Currently api.py has different routings which run the classification and spectrogram individually. Those routings then return their respective data structure to the front-end. We can change this to be one routing which builds the entire analysis dictionary, instead of building the dictionary within the results.js page
Results.js can have a single ajax call to the backend. The results.js page can be changed to no longer build the final dictionary
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: