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

Block or report DaveOkpare

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

Here's some things I built:

  • Magic Analyst - IPython Extension to search, download, extract and interact with dataset from Kaggle
  • SQLite Vector Database - A vector database built on SQLite, and uses KNNs for fast data retrieval.
  • Wagwan CLI - A CLI tool for Debugging, Code Understanding, and Language Conversion, inspired by GitHub Copilot
  • Hoops Genesis Sport Booking - A web app to book sport venues in Bengaluru, India.
  • BasketFi (backend) - A financial education app available on Google Play and App Store
  • Kobble Chatbot (public release coming soon)

Pinned Loading

  1. Datached/magic-analyst Datached/magic-analyst Public

    IPython extension that allows searching, downloading, extracting and performing EDA on datasets from Kaggle

    Python 2 2

  2. terminal-agent terminal-agent Public

    A CLI utility using agent workflow to control your computer's terminal

    Python 3

  3. sqlite_vector sqlite_vector Public

    A simple vector DB built on top of SQLite and Numpy

    Python 10 2

  4. Automate email replies and drafts wi... Automate email replies and drafts with Zapier and Langchain
    1
    # pip install -q langchain openai chromadb tiktoken
    2
    import os
    3
    
    
    4
    from langchain.embeddings.openai import OpenAIEmbeddings
    5
    from langchain.vectorstores import Chroma