Giter Club home page Giter Club logo
img_2ascii.py Output
import cv2
img = cv2.resize(cv2.imread("alenic.jpg", 0), (34,24))
gray_chr = " .-:!*+x#@"
img_q = ((255-img)*((len(gray_chr)-1)/255)).astype(int)
print(*["".join([gray_chr[x]for x in y])for y in img_q], sep="\n")
drawing

Hi 👋 I am Alessandro!

🧠 Artificial Intelligence is both my passion and profession.

While my primary specialization is in Computer Vision, I am also actively working in other areas such as Natural Language Processing and Multimodal Learning.

In my free time, I like experimenting with Reinforcement Learning.

I welcome and appreciate any feedback and contributions ❗️

🌐 Linkedin - Alessandro Nicolosi

Alessandro Nicolosi's Projects

microblas icon microblas

A simple, tiny and efficient BLAS library, designed for Microcontrollers

nqueens icon nqueens

A simple program for counting the N-queens problem

realga icon realga

A fast and simple C++ library of Genetic Algorithms only for real domain (float), useful for nonlinear optimization with constraints

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.