Skip to content
View boulama's full-sized avatar
💭
69 + 42
💭
69 + 42

Highlights

  • Pro

Organizations

@Florida-Tech-NASA-LEC @tinq-ai @ilimmi

Block or report boulama

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
boulama/README.md

Hi there 👋

my name is Boulama, Aerospace Engineering student & self-taught software engineer.
I own an nlp as a service platform tinq.ai.
I love to code and express my creativity and solve problems using code.

Languages & tools I use on a daily basis:

General Purpose

General Purpose

IoT & Robotics

IoT & Robotics

Web Development

Web development

I have a couple of gists here: my gists. These are mostly codes that I write to solve some (silly-ish) problems I might encounter every now and then.

interests:

  • machine learning (computational linguistics)
  • single-stage-to-orbit rockets (sstos)
  • small-lift launch vehicles
  • space debris elimination (SpaDE)

current projects:

  • kanuri.info -- I built a dictionary for my mother tongue to English and French using OCR & ML.
  • tinq.ai - my first SaaS business, nlp as a service platform (currently 35 paying users).

Pinned Loading

  1. flowvisualizer.rs flowvisualizer.rs Public

    This project implements panel methods for simulating 2D potential flow around airfoils, written in Rust.

    Rust

  2. kara-ground-control kara-ground-control Public

    Ground control software for model rockets written in Python using PyQt for GUI.

    Jupyter Notebook

  3. KalmanFilter-cpp KalmanFilter-cpp Public

    C++ Kalman filter

    C++

  4. change video framerate in c++ change video framerate in c++
    1
    #include <opencv2/opencv.hpp>
    2
    
                  
    3
    int main() {
    4
    
                  
    5
        std::string inputVideoPath = "in_vid.mp4";    // Input video file
  5. simple php script that saves a base6... simple php script that saves a base64 image to png and keeps the alpha channels.
    1
    <?php
    2
    
                  
    3
        // generate a random integer for our saved image name
    4
        $image_no=rand(0,9);
    5
        // our base 64 string
  6. Simple php function that writes IPTC... Simple php function that writes IPTC data in a JPG image.
    1
    <?php
    2
    /*
    3
    Simple php function that writes IPTC data in a JPG image.
    4
    Details here: https://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata
    5
    https://www.php.net/manual/en/function.iptcembed.php