CoolFace
Apppublic

AdrianHR/geolocalisation_retrieval_stockholm

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
50 commits on main
a9d778c2y ago

chore: update gradio version

AdrianHR
581a1223y ago

feat: Make CLIP the default model

AdrianHR
0bd45613y ago

feat: Add new model CLIP_1 to choices in interfacee

AdrianHR
cf2b4543y ago

feat: add mapbox token for more beutiful maps

AdrianHR
022171b3y ago

feat: add tabbedinterface

AdrianHR
4b608e13y ago

fix: change the index for the map

AdrianHR
f5526783y ago

fix: bug with the dataframes

AdrianHR
ea5df683y ago

fix: Try to solve the dataframe key bug

AdrianHR
8f496bf3y ago

fix: add new keys to df

AdrianHR
6e75c5f3y ago

fix: Add debug prints

AdrianHR
d51f59b3y ago

fix: change from Latitude to latitude

AdrianHR
62c63113y ago

fix: change key used in plotting of the map

AdrianHR
30785e23y ago

feat: Add logic to plot the locations

AdrianHR
61541f83y ago

build: Add plotly to the requirements

AdrianHR
8472f1f3y ago

feat: Add logic to create a plot

AdrianHR
b113f783y ago

fix: Remove model 6 due to faulty behaviour

AdrianHR
5733f853y ago

feat: Add possibility to use third model

AdrianHR
8215e2e3y ago

fix: removing sorting to try to fix model 6

AdrianHR
4e7cac83y ago

fix: Index to int to ensure it is the right dtype

AdrianHR
8256bf03y ago

fix: new_order_index -> new_order_idx when sorting values

AdrianHR
74f9fab3y ago

fix: forgot comma in gradio interface

AdrianHR
5b602223y ago

fix: Remove block

AdrianHR
a1c3f163y ago

feat: Add larger example image at the bottom of the application

AdrianHR
368f4893y ago

feat: Add non-randomness function to query_picker

AdrianHR
60c4f0f3y ago

fix: add missing comma in gr.outputs

AdrianHR
45b9e083y ago

feat: remove crutches on the inputs

AdrianHR
e2e11423y ago

feat: Add possibility to switch version in hopswork read

AdrianHR
8600e0c3y ago

fix: forgot comma in gradio inputs

AdrianHR
ed6eb843y ago

feat: Add checkbox to the inputs

AdrianHR
ea9f1293y ago

fix: change from default to value in gradio inputs

AdrianHR
c5a4e743y ago

feat: Add more inputs to the gradio interface

AdrianHR
b428e863y ago

fix: query image path

AdrianHR
a7f3cac3y ago

fix: bug when using precomputed embeddings

AdrianHR
2bc779b3y ago

feat: Add possibility to use precomputed embeddings for faster run

AdrianHR
702f8d43y ago

feat: Add func to switch model_nr from main program

AdrianHR
9e763283y ago

feat: Switch the hopsworks load mechanism

AdrianHR
dc6e7103y ago

fix: bug regarding image

AdrianHR
f84391f3y ago

fix: Bug regarding indices being in nested list

AdrianHR
63095c23y ago

fix: print indices / distances to fix bug

AdrianHR
5bdc2b43y ago

fix: bugg with buffers for kdtree 4

AdrianHR
034aaa83y ago

fix: bugg with buffers for kdtree 3

AdrianHR
84a0ae43y ago

fix: bugg with buffers for kdtree 2

AdrianHR
160d7523y ago

fix: bugg with buffers for kdtree

AdrianHR
656260c3y ago

fix: reshape the database embeddings instead

AdrianHR
edca1563y ago

fix: tmp

AdrianHR
257a1d43y ago

fix: buffer bug hopefully done this time

AdrianHR
171dc493y ago

fix: bug buffers

AdrianHR
430e4f83y ago

fix: bufferbug

AdrianHR
4e26da63y ago

fix: Buffer bug

AdrianHR
36ed71d3y ago

fix: Change from array[0] to array.shape[0]

AdrianHR