Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 503 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 503 Bytes

BD_project

This project will include the code for Big Data (2023/2024) project.

Project scope:

  • MongoDB database to support image storage - CRUD operations implemented in Python using pymongo library and GridFS API.
  • MongoDB collection to support metadata storage - CRUD operations implemented in Python pymongo library.
  • MongoDB collection to support storage of preprocessed image data. Search engine for the database contents.
  • Prototype of the search engine as django application