Giter VIP home page Giter VIP logo

codewithdark-git / imagemagic Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 252.12 MB

✨ImageMagic is a versatile image processing application🚀 that simplifies common image editing tasks. Upload an image and choose from the available options to enhance your images effortlessly⚡!

Home Page: https://huggingface.co/spaces/codewithDark/imagemagic

License: MIT License

Python 92.53% JavaScript 0.01% C 1.00% HTML 0.01% C++ 3.52% Cuda 0.01% GDB 0.01% Cython 2.60% Meson 0.01% Fortran 0.05% Forth 0.01% Smarty 0.01% CMake 0.01% Jinja 0.01% ANTLR 0.01% Perl 0.01% XSLT 0.24% Shell 0.01% Roff 0.01% PowerShell 0.02%
app background background-image backgroundremover cv2 cv2-library image image-processing microservice opencv

imagemagic's Introduction

About Me

from typing import Tuple, List, Dict

class Dark:
    pass

class Attributes(Dark):
    @property
    def contact(self) -> Tuple[str]:
        linkedin  = "in/codewithdark"
        facebook  = "codewithdark.fb"
        email     = "[email protected]"
	linktr.ee = "linktr.ee/codewithdark"
	    
        return linkedin, facebook, email, linktr.ee

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Urdu', 'Poshto', 'English']
        age   = 18
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python'],
            'intermediate': ['C++', 'c'],
            'learning'    : ['AI', 'ML', 'DL', 'asm', 'java']
        }
        specialities  = ['web/app python developer', 'backend', 'ai']
        ide           = ['pycharm','vscode', 'colab']
        pc            = {
            systems = {
		'MacOS': 'None',
                'Windows': {
		        'Lenovo ThinkPad': {
		            'processor': 'Intel(R) Core(TM) i5-7300U CPU',
		            'ram'      : '8gb',
		            'gpu'      : 'None'
		        }
		    # Dream System with this performance
		    """
		        'High Performance System': {
		                'processor': 'Intel(R) Core(TM) i9-12900K CPU',
		                'ram'      : '64gb',
		                'gpu'      : 'NVIDIA GeForce RTX 3090'
		            }
                         'Extreme Performance System': {
                                'processor': 'AMD Ryzen 9 5950X',
		                'ram'      : '128gb',
		                'gpu'      : 'NVIDIA Tesla A100'
		            }
		        """
			},
			}
		   }


	return langs, specialities, ide, pc

Skills


snake

imagemagic's People

Contributors

codewithdark-git avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.