Coder Social home page Coder Social logo

k-means-compressor's Introduction

Hola ๐Ÿ‘‹, I'm Harsh!


Harsh's Orcid Harsh's LinkedIn Harsh's Instagram Debaditya's Kaggle

I'm a Sophomore Undergraduate Student ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ @IIIT Gwalior in India. I am deeply interested in the fields of Artificial Intelligence, and specifically in Deep Learning. I recently wrote my first Research Paper in Natural Language Processing, which marks my foray into Deep Learning research. Apart from Deep Learning, I also dabble in web development, and in app development using Flutter. Apart from these things, I am also a voracious reader and I enjoy reading novels. In my leisure time, I enjoy learning Spanish and learning more about Hispanic culture.

  • ๐Ÿคน๐Ÿฝ Some of the fields I enjoy are ๐ŸŽ› Natural Language Processing, ๐Ÿ–ผ Computer Vision, ๐Ÿ“ฑ๏ธ App and ๐ŸŒ๏ธ Web Development
  • ๐Ÿ’ป๏ธ Iโ€™m fluent in Python, JavaScript, Dart and C/C++.
  • ๐Ÿ’ฌ I would love to grow my network!
  • โœ‰๏ธ Feel free to reach out to me here: [email protected];

Languages and Tools:

k-means-compressor's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

k-means-compressor's Issues

[FEATURE] Remove bits/stdc++.h

The bits/stdc++.h header file used is a nonstandard header file that might not work with non-GNU compilers like Clang. Hence, we should get rid of it.
Try to import the header dependencies individually and remove all instances of bits/stdc++.h

[DOCUMENTATION] Fixing compilation syntax

The documentation contains -
gcc -std=C++17 compressor.cpp
for compiling the program, this however does not work due to linking issues and hence the documentation needs to be updated.

[BUG] Parameter -p in seam carving works in opposite manner

Currently the Usage section of the cli states that the -p parameter in seam carving command is the percentage of width to be reatined but the program instead cuts that much percentage from the image.

Example:
./compressor -s -i input.png -o output.png -p 0.3 will cut 30% rather than retaining 30%.

[FEATURE] Add Unit Tests

We need unit tests to actively test correctness for new PRs.
A good package to write C++ unit tests is: Google Test
Feel free to take a look at the package and implement a unit test suite for the project.

[FEATURE] Extend support for C++ version < 17

Currently, we don't know the exact reason for this version dependency however, it might be related to the filesystems library in C++ being used by BatchCompressor.hpp
Please help us figure out the reason behind this and help us solve this dependency.
Backwards compatibility is a major issue.

[DOCUMENTATION] Improve Documentation

We would like to have a docstring for each function that explains the function in brief. Check out the various styles for C++ docstrings, contact maintainers to decide on which one to use.

[FEATURE] Cropping function

We need support for cropping of images, implementation should be simple enough as it would involve simply slicing the array.

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.