Skip to content
View 1B05H1N's full-sized avatar
👋
Hey, what's going on?
👋
Hey, what's going on?
Block or Report

Block or report 1B05H1N

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
1B05H1N/README.md

Hey there, I'm İbrahim!

Security engineer dedicated to advancing security through a blend of technical expertise and strategic insight.

Pinned Loading

  1. readme-generator readme-generator Public

    This script uses OpenAI to generate a comprehensive README file by analyzing a given code. The README includes an overview section, installation instructions, usage instructions, additional notes …

    Python 1

  2. appsec-prodsec-reference appsec-prodsec-reference Public

    This repository is a collection of materials, documents, and insights gathered from my personal experiences in application and product security.

  3. openai-assistant openai-assistant Public

    This project is a speech-to-text interface that integrates with OpenAI's ChatGPT using the updated API. It allows users to interact with ChatGPT through spoken language, converting speech to text, …

    Python

  4. documentation-generator documentation-generator Public

    The Documentation Generator is a Python script that utilizes OpenAI's GPT-3 API to generate documentation based on user input. This versatile tool allows you to quickly create various types of docu…

    Python

  5. annotate-script annotate-script Public

    Script that uses OpenAI's GPT-3 API to automatically generate concise comments and annotations for a Python script. The script inserts comments only where there are no existing comments, and it add…

    Python

  6. VideoToTextTranscriber VideoToTextTranscriber Public

    This repository contains a Python script that uses `moviepy.editor` to extract audio from video files, `SpeechRecognition` to transcribe the audio into text, and OpenAI's GPT model to correct the t…

    Python