-
Notifications
You must be signed in to change notification settings - Fork 28
added logo #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
added logo #38
Conversation
Vibhu-Agarwal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which application did you use for designing this logo?
-> Please add the design-files as well, so that it's easy for anyone to modify the logo in future.
If you've picked up the icons for the logo from anywhere, do specify them as well - we'd need to add them to acknowledgement.
README.md
Outdated
| ## About the Project | ||
| This python based app uses OpenCV libraries: face detection using Haar feature-based cascade classifier and face recognition using Local Binary Patterns Histograms (LBPH) and openpyxl library to manage excel sheet through python scripts. GUI features are implemented using tkinter library. | ||
|
|
||
| <img src="logo/logo.png" width="500" height="350"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Application: PixelLab
Icon : Raw icon from Shutterstock(modified later on PS)
I have added design files in the projectlogo folder
Even corrected image path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Hey @Vibhu-Agarwal changes made have a look |
Vibhu-Agarwal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please give a link to the PixelLab application as well.
README.md
Outdated
| ## About the Project | ||
| This python based app uses OpenCV libraries: face detection using Haar feature-based cascade classifier and face recognition using Local Binary Patterns Histograms (LBPH) and openpyxl library to manage excel sheet through python scripts. GUI features are implemented using tkinter library. | ||
|
|
||
| <img src="projectlogo/logo.png" width="500" height="350"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the correct ratio (500x350) of the logo-image?
|
@Vibhu-Agarwal changes done |
| This python based app uses OpenCV libraries: face detection using Haar feature-based cascade classifier and face recognition using Local Binary Patterns Histograms (LBPH) and openpyxl library to manage excel sheet through python scripts. GUI features are implemented using tkinter library. | ||
|
|
||
| <img src="projectlogo/logo.png" width="500" height="350"> | ||
| <img src="projectlogo/logo.png" width="2199" height="1237"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping the original ratio, reduce the width and height to fit in the decent screen size READMEs
No description provided.