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

Block or report IanTorweihe

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. Construction_Doc_Semantic_Search Construction_Doc_Semantic_Search Public

    This Python script uses openai gpt to locate and extract data from unstructured text like scanned handwritten reports

    Python 1 1

  2. Modal_Twilio_SMS_Router Modal_Twilio_SMS_Router Public

    This repository contains Python scripts that deploy a Flask application on a Modal cloud instance, utilizing the Twilio API for sending and routing SMS messages.

    Python

  3. SiteOwlChatbot SiteOwlChatbot Public

    Prototype chatbot which allows user to query and interact with uploaded pdf. Uses llama-index and openAI gpt-3.5-turbo api

    Python

  4. ZapierInspectionReportBot ZapierInspectionReportBot Public

    Python Flask app that integrates with Zapier via webhooks. Automates construction inspection report process. Retrieves and analyzes quality reports in PDF format from URLs. Utilizes OpenAI GPT-3.5 …

    Python 4

  5. Pathfinder2D Pathfinder2D Public

    Uses Breadth-First Search (BFS) to find shortest paths on 2D grids of varying sizes with unique start/end points and obstacles, identifying the shortest route, if any, around obstacles.

    Python 1

  6. Site_Bookmarks_Hash_Table Site_Bookmarks_Hash_Table Public

    This program is a website bookmarking program. The program implements a hash table using chaining (pointer array of linked lists) to store website information.

    C++