├── Azure AI Content Understanding - Audio and video podcast generation.ipynb ├── Azure AI Content Understanding - Build person directory.ipynb ├── Azure AI Content Understanding - Field extraction.ipynb ├── Azure AI Content Understanding - Management.ipynb ├── Azure AI Content Understanding - Video analysis with AI Search.ipynb ├── Azure AI Content Understanding.ipynb ├── README.md ├── Real estate usecase Azure Content Understanding ├── Azure CU - Real estate listing generation usecase.ipynb ├── Azure CU - Real estate listing generation webapp.ipynb ├── azure.env ├── azure_content_understanding.py ├── azure_cu.jpg ├── frames │ ├── keyFrame.10000.jpg │ ├── keyFrame.10920.jpg │ ├── keyFrame.11840.jpg │ ├── keyFrame.12760.jpg │ ├── keyFrame.13680.jpg │ ├── keyFrame.14600.jpg │ ├── keyFrame.15520.jpg │ ├── keyFrame.16440.jpg │ ├── keyFrame.1720.jpg │ ├── keyFrame.17360.jpg │ ├── keyFrame.18280.jpg │ ├── keyFrame.19200.jpg │ ├── keyFrame.20120.jpg │ ├── keyFrame.21040.jpg │ ├── keyFrame.23320.jpg │ ├── keyFrame.24040.jpg │ ├── keyFrame.25320.jpg │ ├── keyFrame.25880.jpg │ ├── keyFrame.2640.jpg │ ├── keyFrame.26920.jpg │ ├── keyFrame.27440.jpg │ ├── keyFrame.28520.jpg │ ├── keyFrame.29040.jpg │ ├── keyFrame.30080.jpg │ ├── keyFrame.30600.jpg │ ├── keyFrame.31640.jpg │ ├── keyFrame.32160.jpg │ ├── keyFrame.33200.jpg │ ├── keyFrame.33720.jpg │ ├── keyFrame.34760.jpg │ ├── keyFrame.35280.jpg │ ├── keyFrame.3560.jpg │ ├── keyFrame.36320.jpg │ ├── keyFrame.36840.jpg │ ├── keyFrame.37880.jpg │ ├── keyFrame.38400.jpg │ ├── keyFrame.39440.jpg │ ├── keyFrame.39960.jpg │ ├── keyFrame.400.jpg │ ├── keyFrame.41000.jpg │ ├── keyFrame.41520.jpg │ ├── keyFrame.42600.jpg │ ├── keyFrame.43120.jpg │ ├── keyFrame.44120.jpg │ ├── keyFrame.44640.jpg │ ├── keyFrame.4480.jpg │ ├── keyFrame.45680.jpg │ ├── keyFrame.46200.jpg │ ├── keyFrame.47240.jpg │ ├── keyFrame.5400.jpg │ ├── keyFrame.6320.jpg │ ├── keyFrame.7240.jpg │ ├── keyFrame.8160.jpg │ ├── keyFrame.9080.jpg │ └── paris │ │ ├── keyFrame.121960.jpg │ │ ├── keyFrame.210160.jpg │ │ ├── keyFrame.221720.jpg │ │ ├── keyFrame.229960.jpg │ │ ├── keyFrame.234120.jpg │ │ ├── keyFrame.253520.jpg │ │ ├── keyFrame.41000.jpg │ │ ├── keyFrame.46200.jpg │ │ ├── keyFrame.88760.jpg │ │ └── test ├── json │ ├── real_estate.json │ └── video_content_understanding.json ├── logo.jpg ├── requirements.txt ├── results │ ├── balcon_1.mp4 │ ├── dressing_1.mp4 │ ├── real_estate_listing_paris_English_11Mar2025_154350.docx │ ├── real_estate_listing_paris_French_11Mar2025_153622.docx │ └── terrasse_1.mp4 └── video │ └── paris.mp4 ├── acu.jpg ├── azure.env ├── azure_content_understanding.py ├── documents ├── audio.wav ├── callcenter.mp3 ├── chart.jpg ├── cni.jpg ├── cni_2.jpg ├── drinks.jpg ├── invoice.pdf ├── movie.mp4 ├── receipt.jpg ├── receipt2.jpg └── video.mp4 ├── faces ├── Daniel Craig │ ├── dc (1).jpg │ └── dc (2).jpg ├── Georges Lazenby │ ├── gl (1).jpg │ └── gl (2).jpg ├── Pierce Brosman │ ├── pb (1).jpg │ └── pb (2).jpg ├── Roger Moore │ ├── rm (1).jpg │ └── rm (2).jpg ├── Sean Connery │ ├── sc (1).jpg │ └── sc (2).jpg └── Thimoty Dalton │ ├── td (1).jpg │ └── td (2).jpg ├── faces_test ├── bond1.jpg ├── bond2.jpg ├── bond3.jpg ├── bond3_cropped.jpg ├── dc.jpg ├── rm.jpg └── rm2.jpg ├── json ├── audio_transcription.json ├── call_recording_analytics.json ├── content_document.json ├── content_video.json ├── conversational_audio_analytics.json ├── drinks.json ├── face_aware_in_video.json ├── id.json ├── id2.json ├── image_chart.json ├── invoice.json ├── marketing_video.json ├── receipt.json ├── receipt2.json └── video_content_understanding.json ├── podcast.env ├── podcast.jpg └── podcast ├── audio └── rag_vision_document_audio_podcast.mp3 └── video └── rag_vision_document_podcast_final_video.mp4 /Azure AI Content Understanding - Audio and video podcast generation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Azure AI Content Understanding - Audio and video podcast generation.ipynb -------------------------------------------------------------------------------- /Azure AI Content Understanding - Build person directory.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Azure AI Content Understanding - Build person directory.ipynb -------------------------------------------------------------------------------- /Azure AI Content Understanding - Field extraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Azure AI Content Understanding - Field extraction.ipynb -------------------------------------------------------------------------------- /Azure AI Content Understanding - Management.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Azure AI Content Understanding - Management.ipynb -------------------------------------------------------------------------------- /Azure AI Content Understanding - Video analysis with AI Search.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Azure AI Content Understanding - Video analysis with AI Search.ipynb -------------------------------------------------------------------------------- /Azure AI Content Understanding.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Azure AI Content Understanding.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/README.md -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/Azure CU - Real estate listing generation usecase.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/Azure CU - Real estate listing generation usecase.ipynb -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/Azure CU - Real estate listing generation webapp.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/Azure CU - Real estate listing generation webapp.ipynb -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/azure.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/azure.env -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/azure_content_understanding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/azure_content_understanding.py -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/azure_cu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/azure_cu.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.10000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.10000.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.10920.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.10920.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.11840.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.11840.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.12760.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.12760.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.13680.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.13680.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.14600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.14600.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.15520.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.15520.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.16440.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.16440.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.1720.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.1720.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.17360.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.17360.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.18280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.18280.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.19200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.19200.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.20120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.20120.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.21040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.21040.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.23320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.23320.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.24040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.24040.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.25320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.25320.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.25880.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.25880.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.2640.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.2640.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.26920.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.26920.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.27440.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.27440.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.28520.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.28520.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.29040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.29040.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.30080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.30080.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.30600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.30600.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.31640.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.31640.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.32160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.32160.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.33200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.33200.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.33720.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.33720.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.34760.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.34760.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.35280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.35280.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.3560.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.3560.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.36320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.36320.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.36840.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.36840.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.37880.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.37880.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.38400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.38400.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.39440.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.39440.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.39960.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.39960.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.400.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.41000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.41000.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.41520.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.41520.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.42600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.42600.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.43120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.43120.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.44120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.44120.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.44640.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.44640.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.4480.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.4480.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.45680.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.45680.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.46200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.46200.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.47240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.47240.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.5400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.5400.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.6320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.6320.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.7240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.7240.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.8160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.8160.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/keyFrame.9080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/keyFrame.9080.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.121960.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.121960.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.210160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.210160.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.221720.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.221720.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.229960.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.229960.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.234120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.234120.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.253520.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.253520.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.41000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.41000.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.46200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.46200.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/keyFrame.88760.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/frames/paris/keyFrame.88760.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/frames/paris/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/json/real_estate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/json/real_estate.json -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/json/video_content_understanding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/json/video_content_understanding.json -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/logo.jpg -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/requirements.txt -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/results/balcon_1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/results/balcon_1.mp4 -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/results/dressing_1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/results/dressing_1.mp4 -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/results/real_estate_listing_paris_English_11Mar2025_154350.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/results/real_estate_listing_paris_English_11Mar2025_154350.docx -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/results/real_estate_listing_paris_French_11Mar2025_153622.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/results/real_estate_listing_paris_French_11Mar2025_153622.docx -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/results/terrasse_1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/results/terrasse_1.mp4 -------------------------------------------------------------------------------- /Real estate usecase Azure Content Understanding/video/paris.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/Real estate usecase Azure Content Understanding/video/paris.mp4 -------------------------------------------------------------------------------- /acu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/acu.jpg -------------------------------------------------------------------------------- /azure.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/azure.env -------------------------------------------------------------------------------- /azure_content_understanding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/azure_content_understanding.py -------------------------------------------------------------------------------- /documents/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/audio.wav -------------------------------------------------------------------------------- /documents/callcenter.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/callcenter.mp3 -------------------------------------------------------------------------------- /documents/chart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/chart.jpg -------------------------------------------------------------------------------- /documents/cni.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/cni.jpg -------------------------------------------------------------------------------- /documents/cni_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/cni_2.jpg -------------------------------------------------------------------------------- /documents/drinks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/drinks.jpg -------------------------------------------------------------------------------- /documents/invoice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/invoice.pdf -------------------------------------------------------------------------------- /documents/movie.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/movie.mp4 -------------------------------------------------------------------------------- /documents/receipt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/receipt.jpg -------------------------------------------------------------------------------- /documents/receipt2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/receipt2.jpg -------------------------------------------------------------------------------- /documents/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/documents/video.mp4 -------------------------------------------------------------------------------- /faces/Daniel Craig/dc (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Daniel Craig/dc (1).jpg -------------------------------------------------------------------------------- /faces/Daniel Craig/dc (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Daniel Craig/dc (2).jpg -------------------------------------------------------------------------------- /faces/Georges Lazenby/gl (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Georges Lazenby/gl (1).jpg -------------------------------------------------------------------------------- /faces/Georges Lazenby/gl (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Georges Lazenby/gl (2).jpg -------------------------------------------------------------------------------- /faces/Pierce Brosman/pb (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Pierce Brosman/pb (1).jpg -------------------------------------------------------------------------------- /faces/Pierce Brosman/pb (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Pierce Brosman/pb (2).jpg -------------------------------------------------------------------------------- /faces/Roger Moore/rm (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Roger Moore/rm (1).jpg -------------------------------------------------------------------------------- /faces/Roger Moore/rm (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Roger Moore/rm (2).jpg -------------------------------------------------------------------------------- /faces/Sean Connery/sc (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Sean Connery/sc (1).jpg -------------------------------------------------------------------------------- /faces/Sean Connery/sc (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Sean Connery/sc (2).jpg -------------------------------------------------------------------------------- /faces/Thimoty Dalton/td (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Thimoty Dalton/td (1).jpg -------------------------------------------------------------------------------- /faces/Thimoty Dalton/td (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces/Thimoty Dalton/td (2).jpg -------------------------------------------------------------------------------- /faces_test/bond1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces_test/bond1.jpg -------------------------------------------------------------------------------- /faces_test/bond2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces_test/bond2.jpg -------------------------------------------------------------------------------- /faces_test/bond3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces_test/bond3.jpg -------------------------------------------------------------------------------- /faces_test/bond3_cropped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces_test/bond3_cropped.jpg -------------------------------------------------------------------------------- /faces_test/dc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces_test/dc.jpg -------------------------------------------------------------------------------- /faces_test/rm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces_test/rm.jpg -------------------------------------------------------------------------------- /faces_test/rm2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/faces_test/rm2.jpg -------------------------------------------------------------------------------- /json/audio_transcription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/audio_transcription.json -------------------------------------------------------------------------------- /json/call_recording_analytics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/call_recording_analytics.json -------------------------------------------------------------------------------- /json/content_document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/content_document.json -------------------------------------------------------------------------------- /json/content_video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/content_video.json -------------------------------------------------------------------------------- /json/conversational_audio_analytics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/conversational_audio_analytics.json -------------------------------------------------------------------------------- /json/drinks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/drinks.json -------------------------------------------------------------------------------- /json/face_aware_in_video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/face_aware_in_video.json -------------------------------------------------------------------------------- /json/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/id.json -------------------------------------------------------------------------------- /json/id2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/id2.json -------------------------------------------------------------------------------- /json/image_chart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/image_chart.json -------------------------------------------------------------------------------- /json/invoice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/invoice.json -------------------------------------------------------------------------------- /json/marketing_video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/marketing_video.json -------------------------------------------------------------------------------- /json/receipt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/receipt.json -------------------------------------------------------------------------------- /json/receipt2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/receipt2.json -------------------------------------------------------------------------------- /json/video_content_understanding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/json/video_content_understanding.json -------------------------------------------------------------------------------- /podcast.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/podcast.env -------------------------------------------------------------------------------- /podcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/podcast.jpg -------------------------------------------------------------------------------- /podcast/audio/rag_vision_document_audio_podcast.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/podcast/audio/rag_vision_document_audio_podcast.mp3 -------------------------------------------------------------------------------- /podcast/video/rag_vision_document_podcast_final_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/retkowsky/azure-content-understanding/HEAD/podcast/video/rag_vision_document_podcast_final_video.mp4 --------------------------------------------------------------------------------