AdrianHR/geolocalisation_retrieval_stockholm
chore: update gradio version
feat: Make CLIP the default model
feat: Add new model CLIP_1 to choices in interfacee
feat: add mapbox token for more beutiful maps
feat: add tabbedinterface
fix: change the index for the map
fix: bug with the dataframes
fix: Try to solve the dataframe key bug
fix: add new keys to df
fix: Add debug prints
fix: change from Latitude to latitude
fix: change key used in plotting of the map
feat: Add logic to plot the locations
build: Add plotly to the requirements
feat: Add logic to create a plot
fix: Remove model 6 due to faulty behaviour
feat: Add possibility to use third model
fix: removing sorting to try to fix model 6
fix: Index to int to ensure it is the right dtype
fix: new_order_index -> new_order_idx when sorting values
fix: forgot comma in gradio interface
fix: Remove block
feat: Add larger example image at the bottom of the application
feat: Add non-randomness function to query_picker
fix: add missing comma in gr.outputs
feat: remove crutches on the inputs
feat: Add possibility to switch version in hopswork read
fix: forgot comma in gradio inputs
feat: Add checkbox to the inputs
fix: change from default to value in gradio inputs
feat: Add more inputs to the gradio interface
fix: query image path
fix: bug when using precomputed embeddings
feat: Add possibility to use precomputed embeddings for faster run
feat: Add func to switch model_nr from main program
feat: Switch the hopsworks load mechanism
fix: bug regarding image
fix: Bug regarding indices being in nested list
fix: print indices / distances to fix bug
fix: bugg with buffers for kdtree 4
fix: bugg with buffers for kdtree 3
fix: bugg with buffers for kdtree 2
fix: bugg with buffers for kdtree
fix: reshape the database embeddings instead
fix: tmp
fix: buffer bug hopefully done this time
fix: bug buffers
fix: bufferbug
fix: Buffer bug
fix: Change from array[0] to array.shape[0]
