Pinned Repositories
ASCIIGraphics
A basic ASCII Graphics Library for the terminal written in C++
CLI-PPM-Image-Editor
A Command Line Application written in C that modifies a PPM Image.
DebateR
A free template for forum like websites
image-search-app
A simple image search app that uses Streamlit and CLIP to let you search through pictures in natural language, e.g. "picture of me and my brother wearing suits as kids", "little sister and grandma", "birthday", etc..
Introduction-to-App-Making
This is an open-source project that aims to collect and create content for teachers who want resources to teach an introduction to computer science or app-making class.
laravel
A PHP framework for web artisans.
nATS
nATS is an ATS that uses semantic similarity instead of keyword matching to match a resume to a job description. This results in a more accurate and advanced automated review of resumes.
Raconteur
An audiobook app for people with vision impairment.
tezeta
Tezeta is a Python package designed to optimize memory in chatbots and Language Model (LLM) requests using relevance-based vector embeddings. This, in essence, provides support for using much longer conversations and text requests than supported by the context window.
TweetyReety
A Twitter clone made with Laravel
RediatBrook's Repositories
RediatBrook/image-search-app
A simple image search app that uses Streamlit and CLIP to let you search through pictures in natural language, e.g. "picture of me and my brother wearing suits as kids", "little sister and grandma", "birthday", etc..
RediatBrook/tezeta
Tezeta is a Python package designed to optimize memory in chatbots and Language Model (LLM) requests using relevance-based vector embeddings. This, in essence, provides support for using much longer conversations and text requests than supported by the context window.
RediatBrook/ASCIIGraphics
A basic ASCII Graphics Library for the terminal written in C++
RediatBrook/CLI-PPM-Image-Editor
A Command Line Application written in C that modifies a PPM Image.
RediatBrook/DebateR
A free template for forum like websites
RediatBrook/Introduction-to-App-Making
This is an open-source project that aims to collect and create content for teachers who want resources to teach an introduction to computer science or app-making class.
RediatBrook/laravel
A PHP framework for web artisans.
RediatBrook/nATS
nATS is an ATS that uses semantic similarity instead of keyword matching to match a resume to a job description. This results in a more accurate and advanced automated review of resumes.
RediatBrook/Raconteur
An audiobook app for people with vision impairment.
RediatBrook/TweetyReety
A Twitter clone made with Laravel
RediatBrook/MarketSim
This project is a stock trading strategy simulator written in C++. It provides a framework to simulate and evaluate various trading strategies using historical price data. The simulator is designed to help users understand the potential outcomes of different trading strategies and make informed decisions.
RediatBrook/MovieLibrary
A basic movie library that efficiently browses and catalogs a given database. I made this to improve my skills in designing systems that deal with querying larger data sets (for e.g. dbfile3.txt).
RediatBrook/river
RediatBrook/streamlit-example
Example Streamlit app that you can fork to test out share.streamlit.io
RediatBrook/testingSecond
RediatBrook/voice-assistant
This project is a voice assistant that uses FastAPI for the backend and Streamlit for the frontend. It can listen to your voice commands, transcribe them, generate responses using OpenAI's GPT-4, and provide functionalities like checking the weather and sending emails.