Skip to content
View dewitt4's full-sized avatar
😁
Getting Ready to Accelerate!
😁
Getting Ready to Accelerate!
Block or Report

Block or report dewitt4

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

Hi there GitHubers πŸ‘‹

  • πŸ”­ My attention has been suddenly and dramitically shifted onto AI projects
  • 🌱 I’m currently working on OpenAI app integrations
  • πŸ˜„ My top skills: being adaptable
  • ⚑ Fun fact: By the time the future gets here it will be the present
  • ⚑ Fun fact: I've been so busy at my "day job" that I haven't been on GitHub as much as I would like. That changes....Now! 5/22/2023

Pinned

  1. OpenAIWorkshop OpenAIWorkshop Public

    Forked from microsoft/OpenAIWorkshop

    workshop materials to build intelligent solutions on Open AI

    Jupyter Notebook

  2. openai-cookbook openai-cookbook Public

    Forked from openai/openai-cookbook

    Examples and guides for using the OpenAI API

    Jupyter Notebook

  3. Python function that demonstrates h... Python function that demonstrates how to use the openai package to generate responses from the OpenAI Language Model and then store those responses in a Cassandra database
    1
    pip install Cassandra-driver openai
    2
    
    
    3
    from cassandra.cluster import Cluster
    4
    import openai
    5
    
    
  4. Python function that uses the Google... Python function that uses the Google Drive API to search for files, ingests the raw data from those files into Pandas dataframes, and then analyzes the data using OpenAI's API for natural language processing
    1
    import os
    2
    import pickle
    3
    import pandas as pd
    4
    from googleapiclient.discovery import build
    5
    from google_auth_oauthlib.flow import InstalledAppFlow