Git Product home page Git Product logo

image-similarity-search's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

image-similarity-search's Issues

[REVIEW] Repo file updates.

  • Get rid of the .DS_Store file.
  • Update .gitignore to follow the python template.
  • Update requirements.txt using the following command within your virtual env:
    conda env export requirements.txt
    Would be better to create a new virtual environment for this so that unnecessary packages are not included in the requirements.txt files.
  • Move source files to the src directory. When this is converted to a python package, it will contain just the setup.py file in the main directory. (Can be done at the time of creating the python package as well)

--- EDIT ---

  • for .gitignore use this link instead.

[REVIEW] Code update.

  • If it is not critical and does not break things, move app.py code to the main execution.
if __name__ == "__main__":
    <<code>>
  • Get rid of the imports that are not being used (both files).
  • Run a code-formatter to have the code follow pep8 standards (both files). I use Black.

[REVIEW] README.md comments.

Section 1: First statement/paragraph

  • Have a title such as "What is Image Similarity Search" or "Introduction" for the very first statement/paragraph.
  • Explain the first paragraph better. The current statement is not very elaborate or clear. Make sure to clearly specify the Input, the Output, and the aim/action of the pkg.

Section 2: How it works?

  • End the title with a question mark.
  • Involve our design expert for the image/diagram.
  • Point 3, highlight "n" in the "n closest images". Can use tilde or capital case.
  • Have numbered points instead of bullets. These numbers will correspond to the different labeled sections of the image, giving a visual idea of what different points are.

Section 3: Usage

  • Have a hyperlink to streamlit website on the word "streamlit".
  • Have a subsection within the first statement that says, "If you do not already have streamlit installed, follow these steps first: ..." followed by the installation steps.
  • Have screenshot of the streamlit app running.

Section 3.1: Steps

  • Again, correspond the numbers in the Steps section to the marked numbers on the streamlit screenshot mentioned in the previous point. Can decide whether single screenshot serves better for multiple points or a single screenshot for each point.
  • Involve our design expert for ideas/suggestions.

Section 3.2: Samples

  • Have a hyperlink to the samples folder with a smaller readme inside that directory. The smaller readme can have the same information as this subsection in the main README.
  • Mention the "download dataset" instruction as a different statement. Also, mention the preferred location to download the dataset.
  • "Default embedding size is 21." specify this as 21 float values or 21x1 float values.

Section 4: Dependencies

  • Move this section either above the Usage section or as a subsection inside the Usage section.
  • Mention the pip install command in a separate line similar to the wget or streamlit command mentioned in the previous sections.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.