Commit History

initial commit
2fe964b

88hours commited on

Adding hugging-face
cb774f4

Nauman J Qazi commited on

initial commit
d373fbd
verified

88hours commited on

Use the RAG DB to store the data and finally functional poc. Next make different tables for different videos
232ae9c

Nauman J Qazi commited on

Workaround Gradio UI
14e302a

Nauman J Qazi commited on

Wip=> Fix code erros regarding filepath, metadatas
a4a3cc3

Nauman J Qazi commited on

Build basic mvp that brings in all the things we learned so far
cb4fdd8

Nauman J Qazi commited on

Confirm DataStorage in LancdDB
a829ab9

Nauman J Qazi commited on

Create table in multi model LanceDB
b27219b

Nauman J Qazi commited on

add llava and whisper support
c36bc3d

Nauman J Qazi commited on

Update README.md
1b0b2fb
unverified

Nomi commited on

Update README.md
520ab0f
unverified

Nomi commited on

Update README.md
f4e0bad
unverified

Nomi commited on

Update ReadMe: with learning
4b3fdf3

88hours commited on

Fix embed_query to check dict and convert tensor to list
ffe5083

88hours commited on

Use transformer to get embeddings from hugging and use text embeddings
b810ce5

88hours commited on

Remove Prediction Gurad for document embeddings
1141395

88hours commited on

Changing embedding from PredictionGuard to Local
cc81bd2

88hours commited on

Add extra file for storing multimodel data in rag
7d9878f

88hours commited on

Remove Prediction Gurad - in progress
24ad9c0

88hours commited on

Remove Prediction Gurad - in progress
c3612c8

88hours commited on

Option code to use display
30ee9c0

88hours commited on

Prediction Guard hit again with LLava - closing this here
5352cfb

88hours commited on

Video Captionaing and Frame Generation
cad69f3

88hours commited on

Add utility files that helps in downloading videos, extracting webvvt, and other video and caption related helper methods
470c84b

88hours commited on

Add utility files that helps in downloading videos, extracting webvvt, and other video and caption related helper methods
be2ec81

88hours commited on

Plot shows, however, I am not certain if it is showing the right data. The main confusion is that to see vector data of 512 dimenstion, you need to reduce it to 2 dimension on a scaler plot. The function given here does not work. First np.concatenate does not like lists that has embeddings and has grad init. It want me to detach numpy. The second problem is with MinMaxScaler method that has issue with dimention, it expects 2, but one is given. Not very clear on this
7c6d6c4

88hours commited on

Remove Hugging Face download
d1fd97e

88hours commited on

Must Refactor Code :)
60e35a0

88hours commited on

Remove ununsed files
6255502

88hours commited on

Add addition requirements
48f12ec

88hours commited on

File Rename
e7fca38

88hours commited on

Calculate Cosine and Euclidean Distance
606b71c

88hours commited on

Fix tensor to numphy convert
f14da84

88hours commited on

Load Tensor and calculate distance
ea90de5

88hours commited on

Rename file, remove unused imports
11b9794

88hours commited on

Save Embeddings in a file to save process every time
643eb75

88hours commited on

Add an optional file to show multiple ways to use BridgeTower
f7828c6

88hours commited on

Add an optional file to show multiple ways to use BridgeTower
ce670d4

88hours commited on

Remove Prediction Guard and correct the code so model can return 512 vector
59a4a3f

88hours commited on

Remove PredictionGuard and use Transform to download model
9272b63

88hours commited on

Write Step 2 to download data
b10a5fa

88hours commited on

Update ReadMe: Understand Vector DB
976b772

88hours commited on

Update Readme with chatGPT recommended text
04d7dde

88hours commited on

Update Readme: Learn how to prepare data (image, text, video) for multimodel, without getting much into ML
f97d782

88hours commited on

Update Readme: Finish Basic use of Gradio
ac047b3

88hours commited on

Add Basic components with GR Blocks, GR Chat Interface
9201f50

88hours commited on

First Demo with Gradio
aacd9e8

88hours commited on