Skip to content

EvitanRelta/firma-tech-markdowns

Repository files navigation

My markdowns for Firma Technologies

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:



Related repositories

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.

About

Markdowns for my Firma Technologies internship

Resources

Stars

Watchers

Forks