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
* Add flow for streamlit
* Fix github action
* Remove Dockerfiles and update setup.py and start.py
* Add streamlit to Dockerfile
* Update dependencies in setup.py
* Update Dockerfile to install streamlit and altair<5
* Fix pip install command in Dockerfile
* Update Dockerfile to install only streamlit package
* Update mlflow version to 2.9.2
* Update streamlit command in README
* Add streamlit app with file upload and model training
* Update file uploader to only accept a single CSV file
* Refactor file uploader and training process
* Add time delay in training loop
* Refactor file uploader and add data generation functionality
* not complited changes for streamlit integration
* refactor the code in order to represent in the output and save logs in appropriate format
* implement progress bar in 'syngen/streamlit_app.py'
* refactor 'streamlit_app.py'
* minor changes
* add checkbox 'Create the accuracy report'
* refactor 'streamlit_app.py'
* Update UI styles
* update Dockerfile, 'setup.py'
* update Dockerfile, 'requirements.txt', 'setup.cfg'
* update 'README.md', revert changes in 'requirements.txt', 'setup.cfg'
* Update fonts
* refactor 'streamlit_app.py'
* delete the folder with a test data
* update 'streamlit_app.py'
* refactor the code in 'streamlit_app.py'
* fix the method 'show_data' of the class StreamlitHandler
* temporary changes in 'streamlit_app.py'
* refactor 'streamlit_app.py'
* add the handling of exceptions in 'streamlit_app.py', add the new page 'Download artifacts'
* update the list of icons used for the option menu in streamlit sidebar
* remove the page 'Download artifacts'
* put the buttons for downloading artifacts in the separate container
* refactor the class StreamlitHandler
* fix the process of collections log messages to log file
* refactor the method 'run_separate' of the class VaeInferHandler, add the expander widget in 'streamlit_app.py', update unit tests
* update the method 'file_sink' of the class Streamlit, minor refactor of the progress bar
* add the logic related to disabling the button 'Generate data' during the running the process of training and inference
* refactor 'streamlit_app.py', update 'VERSION'
* update 'README.md'
* update 'Dockerfile', 'README.md', 'setup.py', refactor the code related to fixing the beuilding process of docker images and the library
* refactor the process of building docker image, and syngen library
* fix the proccess of building the syngen library
* update 'VERSION'
* update 'README.md'
* add the progress bar to the Basic page
* refactor the code related to the previous changes
* refactor the code related to the implementation of the progress bar
* refactor the code related to the previous changes
* refactor the code related to the previous changes
* refactor the code related to the previous changes
* refactor the process of logging
* fix issues raised by 'flake8'
* add more log messages for the progress bar, refactor the code related to these changes
* refactor the method 'update_progress_bar' of the class BaseTest
* refactor 'start.py'
* update 'VERSION'
* update the log message in the method 'generate_report' of the class Report
* refactor the method 'handle' of the class VaeInferHandler, remove the spinner in the Basic UI page, remove the duplication of the success log message in the Basic UI page
* update 'Dockerfile', 'setup.cfg'
* update 'VERSION'
---------
Co-authored-by: Sergio <[email protected]>
Co-authored-by: Sergei Kudrenko <[email protected]>
Co-authored-by: denischernow <[email protected]>
0 commit comments