Pinned Repositories
chatgpt-voice-assistant
A chatbot that integrates OpenAI Whisper, Chat Completions and Voice Generation. Also provides the option to use free transcription / TTS options.
derive-ts
Derive a TypeScript interface from a JavaScript object or JSON.
gpt-text-to-diagram
Generate software design diagram images from plain text using GPT models.
html-nodejs-mysql-example
Simple Example of How to Save HTML Form Data to a MySQL Database
markdown-mermaid-exporter
Convert mermaid diagrams in a markdown file to images.
ollama-macos
A simple Ollama MacOS app to chat with a local model in your toolbar
openai-function-calling
Helper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests.
python-code-parse
Parse Python code and return structured objects with function information.
toml-to-requirements
Simple CLI to convert a pyproject.toml file to a requirements.txt file
youtube-qa
Simple experiment for question answering on YouTube videos using embeddings and the top n YouTube search result transcripts.
jakecyr's Repositories
jakecyr/html-nodejs-mysql-example
Simple Example of How to Save HTML Form Data to a MySQL Database
jakecyr/slim-javascript-http-request
Slim Http JavaScript to make GET, DELETE, POST, and PUT requests. An alternative to the larger jQuery library if only the http object is required. Can also be used for Vue.js requests.
jakecyr/angular-pagination-table
Pagination table component library for Angular 8+
jakecyr/stock-price-prediction
Predict stock prices with LSTM time step using brain.js Node.js library
jakecyr/windows-processes
jakecyr/slim-node-server
Simple and slim Node.js HTTP server
jakecyr/AngularFilterPipe
Simple Angular filter pipe that can be used like the "filter" directive from AngularJS
jakecyr/babel
🐠 Babel is a compiler for writing next generation JavaScript.
jakecyr/bayesian-network
Naive Bayes Classifier built in Node.js
jakecyr/demo-blog-nextjs-mysql
jakecyr/file-safe
A simple CLI application to encrypt and decrypt files and directories
jakecyr/freebibleapi
NodeJS library to query biblical text
jakecyr/heroku-buildpack-firefox
Heroku buildpack for Firefox with geckodriver
jakecyr/next-auth-typescript-example
An example project that shows how to use NextAuth with TypeScript
jakecyr/next-export-lang
A npm package to add the HTML lang attribute to all Next.js export files after building for SEO
jakecyr/node-addon-api-callback-example
Example of how to save JavaScript callbacks for later use and call them on the main thread with Node Addon API
jakecyr/node-addon-api-object-wrapping-example
A simple example of passing an object between JavaScript and a C++ addon
jakecyr/node-scaler
Simple class for scaling array of numerical values to specified range
jakecyr/node-simple-mailer
jakecyr/react-chartjs-2
React components for Chart.js, the most popular charting library
jakecyr/react-image-lightbox
React lightbox component
jakecyr/react-native-redux-example
Example of how to use Redux with React Native
jakecyr/react-native-todo
Simple Starter React Native Todo App With Routing
jakecyr/react-stripe-js
React components for Stripe.js and Stripe Elements (with updated React)
jakecyr/reaform
Simple React Form Validation Library
jakecyr/simple-server
Simple static file server buillt using Node.js
jakecyr/string.js
Extra JavaScript string methods.
jakecyr/subtotal-object-array
Subtotal JavaScript object array by change in column
jakecyr/trie
Simple Trie implementation to predict a word from a given prefix.
jakecyr/vue-rss-blog
An embeddable to pull an RSS feed into your website