Skip to content

BrianDLawrence/briandlawrence

Repository files navigation

BrianDLawrence

  • 👋 Hi, I’m @BrianDLawrence
  • 👀 I’m interested in web3, AI/ML, and solving problems pragmatically with code!
  • 🌱 I’m currently actively coding using JavaScript, TypeScript, Python, and Java.
  • 🧨 My favorite modern frameworks and tech for project work: Vue.js, NUXT, Node.js, Spring Boot, MongoDB, Vercel, Docker.
  • 💞️ I’m open to collaborate on anything exciting that provides value!
  • 📫 Feel free to reach out with questions: Brian@BrianDLawrence.com

Repositories

briandlawrence

https://github.com/BrianDLawrence/briandlawrence
Personal website built in VUE.js and NUXT 2
http://BrianDLawrence.com

art generator

https://github.com/BrianDLawrence/art_generator
I created this with the goal of dabbling in Python and TensorFlow. This project loads and trains a prediction model based on CIFAR-10.
Once I have the prediction model, I use it like a discriminator, but instead of yes or no, it classifies the image as one of the ten categories of images in CIFAR-10.
I then create images using a simple creative technique of randomized Pillow ImageDraw-ings - you could consider this a generator and think of this project as a poor man's GAN.
I was originally thinking about using this to create NFTs on opensea - when that was a thing.

cryptobots

https://github.com/BrianDLawrence/cryptobots
I created some Node.js scripts (bots) along with a basic Solidity contract with the goal of better understanding the web3 / crypto space.

interview assistant

https://github.com/BrianDLawrence/interviewassist
NUXT Version of the Interview Assistant originally designed and implemented 2012-2018 as part of Career Boot Camp Coaches LLC.
This project is currently live hosted by vercel.com here: http://careerinformatics.com/

resume ats advisor

https://github.com/BrianDLawrence/careeradvisor
NUXT 3 Version of interview assist but with a focus on Job and Resume Skill Scanner + integration with ChatGPT to help further analyze and provide guidance to the user.
Currently hosted on Vercel here: https://resume-ats.com/

powerful questions

https://github.com/BrianDLawrence/powerfulquestions
This is a simple website that randomly loads powerful questions for use by anyone who has an interest in coaching others.
This project is currently live hosted by vercel.com here: http://powerful-questions.com/
I am currently refactoring this using NUXT3 and OpenAI apis - https://github.com/BrianDLawrence/coachingquestions
That is being hosted here at the moment: https://coachingquestions.vercel.app/

pq server

https://github.com/BrianDLawrence/pqserver
This is a GraphQL server that provides read-only access to questions saved in the powerful questions database.
Note this is currently using the new version of powerful questions currently in development https://coachingquestions.vercel.app/
Currently hosted on vercel here: https://pqserver.vercel.app/

web3 suite

https://github.com/BrianDLawrence/web3suite
My vision for this project is to use it as a metaverse marketing tool. As I work with clients specific to metaverse and web3 branding, I will add to this project with the vision of eventually releasing this to other users when the time is right.
Currently it is hosted on Vercel here: https://web3suite.co/

catetry

https://github.com/BrianDLawrence/catetry
In an effort to learn more about NUXT3 and the ChatGPT API, I have created a web-based app that gives the user the ability to generate a poem about their cat using ChatGPT 3.5. Catetry was an idea that my wife and I had many years ago due to the fact we have cats and my wife spends time on Facebook in a Meezer (Siamese Cats) Mom community. Now that ChatGPT is available to the public, we have been able to take the idea and make it a reality.
Currently it is hosted on vercel here: https://catetry.com/

llama herder

https://github.com/BrianDLawrence/llama_herder
A python project using langchain and ollama models
The end goal is to create an ai agent using local LLMs to do my bidding.
The first use case I have in mind is optimization of my calendar and TODOs.

I have implemented a front end in React with
Django app server using RabbitMQ to send messages to the herder.

llm rails

https://github.com/BrianDLawrence/llm_rails
This is a Ruby on Rails web application that is simply a wrapper for ruby-openai that integrates with ChatGPT 3.5 Turbo model. Not currently hosted anywhere.

@speroautem/shortcode

https://github.com/BrianDLawrence/shortcode
A utility package to encode and decode generic encoding algorithms. By default base62 is used however other encodings such as base58 or custom will be supported in future releases. This can be used to create short URLs that are URL-safe. I am currently using this in Catetry to create short URLs for saved cat poems. Available to install and use yourself!

$ npm install @speroautem/shortcode

https://www.npmjs.com/package/@speroautem/shortcode