Skip to content
View pszemraj's full-sized avatar
Block or Report

Block or report pszemraj

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

Pinned

  1. vid2cleantxt vid2cleantxt Public

    Python API & command-line tool to easily transcribe speech-based video files into clean text

    Jupyter Notebook 158 24

  2. textsum textsum Public

    CLI & Python API to easily summarize text-based files with transformers

    Python 110 8

  3. ai-msgbot ai-msgbot Public archive

    Training & Implementation of chatbots leveraging GPT-like architecture with the aitextgen package to enable dynamic conversations.

    Jupyter Notebook 46 10

  4. BoulderAreaDetector BoulderAreaDetector Public archive

    An app that uses a CNN to classify whether a satellite image shows an area would be a good rock climbing spot or not. On streamlit.

    Python 18 3

  5. confectionary confectionary Public

    a tool to quickly create sweet PDF files from text files 🧁

    Python 3

  6. basic openai chat completion example basic openai chat completion example
    1
    """
    2
    inference_openai.py - text generation with OpenAI API
    3
    4
        See https://platform.openai.com/docs/quickstart for more details.
    5