Here's all the documentation markdowns during my Firma Technologies internship.
Due to company confidentiality policy, I'm only able to publicly share the following files/repositories.
This repo contains:
-
Documentation for Meshlab, an open source point cloud / 3D meshing software
-
Documentation for setting up our static frontend and for all its files and functions
Public repositories for libraries I worked on during my internship.
A fork of Rob--W's CORS Anywhere that I've modified to circumvent CORS restrictions.
It's modified to escape forbidden headers when prefixed with a -
as shown:
[Header] : [Value]
-----------------------------
-Origin : 'https://example.com'
-Referer : 'https://example.com/subdirectory'
-User-Agent : 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'
It was used to spoof Google Cloud ML into accepting a prediction request from an unauthorised website during my internship.
A Python module to generate Pascal VOC xml annotation files.
Improved upon AndrewCarterUK's PASCAL VOC Writer.
It was used to generate annotation files to feed our Tensorflow ML model during my internship.