GithubHelp home page GithubHelp logo

junction-move38's Introduction

Hi there ๐Ÿ‘‹ twitter

I'm a Computer Vision Developer who tries to make computers see. And I really enjoy it! ๐Ÿ˜„ I give talks about Artificial Intelligence and I'm really interested in robotics ๐Ÿฆพ I also like board games, doing sports, playing guitar or just being with my friends. โœŒ๏ธ

  • ๐Ÿ‘ท I'm currently working using Computer Vision (classic and deep learning applied)
  • ๐Ÿ”ญ Iโ€™m worked with ROS and applied Artificial Intelligence
  • ๐Ÿ I love Python Programming, but I also know C++ and Javascript!
  • ๐Ÿ“ˆ I've worked with Kafka and Spark aslo!
  • ๐ŸŒ Once ago I used to develop VR experiences with Unreal Engine
  • ๐ŸŒฑ For my personal projects I've used Streamlit and Vue as frontend and FastAPI/Flask for the backend
  • ๐Ÿ‘จโ€๐Ÿซ I love teaching and I do it selflessly at Malaga Artificial Intelligence Association
  • ๐Ÿš€ I've also built my own FPV Racing Drone! coool!

Python C++ HTML5 JavaScript Markdown NumPy scikit-learn SciPy Pandas TensorFlow Keras PyTorch Docker mlflow Linux Ubuntu OpenCV ROS Arduino Raspberry Pi FastAPI Flask AnacondaApache Kafka RabbitMQ Apache Kafka Angular Ionic MongoDB Redis Firebase Google Cloud Jupyter Notebook PyCharm Visual Studio Code Jira Postman

junction-move38's People

Contributors

matesanz avatar olegbrz avatar rubenjr0 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

smulaboughaba

junction-move38's Issues

feat: add permissions

GOAL

Develop an Fastapi Enpoint that retrieves the permissions

input

  • parent_id
  • List[Children_id]
  • purpose level

Output

  • Dict[child_id, permission(bool)]

add dependencies

add:

  • fastapi
  • opencv
  • stegano
  • numpy
  • seahash
  • streamlit
  • sqlmodel

to dependencies

feat: connect to SD API

  • Connect to SD API
  • Document how to use Stable Diffusion to change a face
  • Inplement SD transforation into transforms/

Improve UI

  • Change colors to a corporate color
  • add a neew part called anonymization
  • explain a little bit what every image is doing

error in prod

[01:22:05] ๐Ÿ“ฆ Processed dependencies!
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to False.
2023-10-22 01:22:29.088 MediaFileHandler: Missing file 62d31350ab9d5f91732103bcadb68f03888ca4a713bc29a7b96351d0.jpg
2023-10-22 01:22:30.429 MediaFileHandler: Missing file cacab7ab7a449cdf19ad6cdcd8609f9b262ad064ff6d67f6a4cf9d09.png
2023-10-22 01:23:53.142 Uncaught app exception
Traceback (most recent call last):
  File "/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 541, in _run_script
    exec(code, module.__dict__)
  File "/mount/src/junction-move38/app/main.py", line 90, in <module>
    render_main()
  File "/mount/src/junction-move38/app/main.py", line 84, in render_main
    _render_lockfile()
  File "/mount/src/junction-move38/app/main.py", line 45, in _render_lockfile
    fingerprinted, fingerprint = fingerprinting.fingerprint_image(
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mount/src/junction-move38/app/fingerprinting.py", line 82, in fingerprint_image
    fingerprinted = _merge_cells(cells, new_width, new_height, grid_factor)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mount/src/junction-move38/app/fingerprinting.py", line 48, in _merge_cells
    cell = next(cells)
           ^^^^^^^^^^^
  File "/mount/src/junction-move38/app/fingerprinting.py", line 81, in <lambda>
    cells = map(lambda x: _embed_fingerprint(x[0], x[1], fingerprint), enumerate(cells))
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: _embed_fingerprint() takes 2 positional arguments but 3 were given

face anonymization: blur

  • Given an image and bboxes and a function perform the function in every bbox
  • make a functtion that blurs the input

Deploy app

Create a hello world app using Fastapi

Feat: Image Fingerprinting

Objective

Insert a fingerprint inside an image
Develop a way to retrieve the fingerptin

Steps

  • Add fingerprinting module under app/fingerprint
  • Show in a notebook all the steps to reproduce under /docs/fingerprint.ipynb

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.