Web platform for sharing free image data for ML and research

Homepage: https://datasets.roundabout-host.com

PyCharm is sometimes stupid and imported matplotlib without telling me.

by roundabout, Friday, 28 February 2025, 16:47:15 (1740761235), pushed by roundabout, Friday, 28 February 2025, 16:47:17 (1740761237)

Author identity: vlad <vlad.muntoiu@gmail.com>

d92179a9807d85d1a12105a038b8c7c4a7425aca

app.py

@@ -4,8 +4,6 @@ import mimetypes

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            import flask
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            import ruamel.yaml as yaml
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            import sqlalchemy.dialects.postgresql
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        from matplotlib.image import thumbnail
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            import config
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            import markdown