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
I am planning to build a desktop application with specific features that are not feasible in a browser environment. The key functionality I want to incorporate includes:
Local Storage of Uploaded Images and Datasets: The application should allow users to upload images and datasets and store them locally, a feature that was not possible in the browser version.
Investigating Dataset Structure: Currently, our dataset structure is proprietary. We need to research whether there are any common formats available that we can adapt to. If none exist, we should consider developing a new format.
Platform for Development: I am considering using Electron as the development platform for this application. However, I am open to exploring other platforms if there are better alternatives.
Any suggestions or insights on these points would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I am planning to build a desktop application with specific features that are not feasible in a browser environment. The key functionality I want to incorporate includes:
Local Storage of Uploaded Images and Datasets: The application should allow users to upload images and datasets and store them locally, a feature that was not possible in the browser version.
Investigating Dataset Structure: Currently, our dataset structure is proprietary. We need to research whether there are any common formats available that we can adapt to. If none exist, we should consider developing a new format.
Platform for Development: I am considering using Electron as the development platform for this application. However, I am open to exploring other platforms if there are better alternatives.
Any suggestions or insights on these points would be greatly appreciated.
The text was updated successfully, but these errors were encountered: