├── Evaluate.py ├── Feature_Extraction.py ├── GUI ├── Output │ ├── Description.txt │ └── Matched-images.txt ├── index.php ├── result.php ├── search.php └── upload.php ├── Loader.py ├── Model Weights └── model_19.h5 ├── Model_handling.py ├── Predict.py ├── Predict_bleu_score.py ├── README.md ├── Text_Preprocess.py ├── demo_video.mp4 ├── model.png └── tokenizer.pkl /Evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Evaluate.py -------------------------------------------------------------------------------- /Feature_Extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Feature_Extraction.py -------------------------------------------------------------------------------- /GUI/Output/Description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/GUI/Output/Description.txt -------------------------------------------------------------------------------- /GUI/Output/Matched-images.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/GUI/Output/Matched-images.txt -------------------------------------------------------------------------------- /GUI/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/GUI/index.php -------------------------------------------------------------------------------- /GUI/result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/GUI/result.php -------------------------------------------------------------------------------- /GUI/search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/GUI/search.php -------------------------------------------------------------------------------- /GUI/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/GUI/upload.php -------------------------------------------------------------------------------- /Loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Loader.py -------------------------------------------------------------------------------- /Model Weights/model_19.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Model Weights/model_19.h5 -------------------------------------------------------------------------------- /Model_handling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Model_handling.py -------------------------------------------------------------------------------- /Predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Predict.py -------------------------------------------------------------------------------- /Predict_bleu_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Predict_bleu_score.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/README.md -------------------------------------------------------------------------------- /Text_Preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/Text_Preprocess.py -------------------------------------------------------------------------------- /demo_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/demo_video.mp4 -------------------------------------------------------------------------------- /model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/model.png -------------------------------------------------------------------------------- /tokenizer.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhinav23dixit/Text-and-Content-Based-Image-Retrieval/HEAD/tokenizer.pkl --------------------------------------------------------------------------------