Image search engine where the user describes with words the scene he is looking for and the system locates within an image database without labeling the images that best fit the given description.
- Python 3.6+
python main.py
- numpy
- scikit-learn
- https://buhrmann.github.io/tfidf-analysis.html
- https://stackoverflow.com/questions/36523558/multi-class-logistic-regression-in-scikit-learn
- https://github.com/kavgan/nlp-in-practice/blob/master/tf-idf/Keyword%20Extraction%20with%20TF-IDF%20and%20SKlearn.ipynb
- https://towardsdatascience.com/tf-idf-for-document-ranking-from-scratch-in-python-on-real-world-dataset-796d339a4089
- https://www.kaggle.com/sudhirnl7/logistic-regression-tfidf
- https://markhneedham.com/blog/2016/07/27/scitkit-learn-tfidf-and-cosine-similarity-for-computer-science-papers/