Giter VIP home page Giter VIP logo

Hi there, 🤝 I'm Weiqi Ji aka ginomcfino.

Welcome to my GitHub profile!

Interests & Hobbies

  • Building side projects, trying to be innovative : )
  • Exploring new softwares and gadgets
  • Playing with AI
  • Playing video games, watching movies, enjoying nature

Let's Work Together!

Success is a team effort. The Great Wall of China wasn't built by one guy. In software development, it's incredible how much more exponentially effective a team of skilled programmers are compared to one. And if you are looking for a +x developer, look no further.

About Me

def about_me(cls):
    class JiClass:
        def __init__(self, name, age, disciplines):
            self.profile = cls(name, age, disciplines)

        def get_info(self):
            attrs = ["name", "age", "disciplines"]
            formatted_attrs = [f"{attr}: {getattr(self.profile, attr)}" for attr in attrs]
            return '\n'.join(formatted_attrs)

    return JiClass

@about_me
class NewHire:
    def __init__(self, name, age, disciplines):
        self.name = name
        self.age = age
        self.disciplines = disciplines

Weiqi = NewHire(name="Weiqi Ji", age=23, disciplines=["software development", "applied machine learning", "mechatronics engineering"])
print(Weiqi.get_info())

Skills

Weiqi Ji's Projects

bubu icon bubu

Starter code for getting started on a DIY SpotMicroAI implementation. You'll need to first have assembled an open-soruce SpotMicro robot that runs on Raspberry Pi with a PCA9685 servo module, and then try this code out, it'll make the robot dog move, good luck getting started!

cello-3.0 icon cello-3.0

CELLO - Cell Genetic Circuit Design Automation. Python code built from the ground up, which branched off into the repositories Cello-V3-Core and UCFormatter.

cello-v3-core icon cello-v3-core

Streamlined Cello Algorithm as a cmd-line tool. Feed it Verilog and UCF from CIDARLAB/CELLO-UCF, and run celloAlgo.py in terminal to make genetic circuit designs locally on your machine. (8/7/23 Snapshot)

csv-splitter icon csv-splitter

Python package that breaks down large csv files into smaller chunks.

mask_rcnn icon mask_rcnn

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow forked from Matterport.

ml-psets icon ml-psets

Repository for my ML problem sets and other practice in DL, RL, NLP, Image Processing, etc.

my-wave-portal icon my-wave-portal

Build a Web3 App with Solidity + Ethereum smart contracts - Buildspace.so

packet39-crane-simulator icon packet39-crane-simulator

A crane training simulator made as a class project for a BU CS200 course. Collaboration between Weiqi Ji, Minseob Kim, Emilio Latorre, Tanish Shelar, and Minglan Zheng.

soundshieldanc icon soundshieldanc

Using an adaptive noise cancellation algorithm and the placement of speakers and microphones on noisy surfaces for optimal sound-reduction performance.

tracer_game icon tracer_game

HTML Tracer Game, from Mozilla Developer Network demo ;)

ucformatter icon ucformatter

Dash app to modify and visualize UCF files containing genetic part specifications

vesper_android icon vesper_android

We are making a communication app for the signaling industry - V.Android

yolov9 icon yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information

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.