sc-bos's Stars
jaywcjlove/free-font
Collection of Free English/Chinese Fonts for Commercial Use. 收录可商用的免费英文/汉字字体。
Aider-AI/aider
aider is AI pair programming in your terminal
qgis/QGIS
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
Avaiga/taipy
Turns Data and AI algorithms into production-ready web applications in no time.
PLMore/PLMore
Your non mega-corporate Open source PLM. Click the website down below for more information.
StudioCherno/Walnut
Walnut is a simple application framework for Vulkan and Dear ImGui apps
weijunext/smart-excel-ai
Generate the Excel formulas you need in seconds using ChatGPT.
openvmp/openvmp-models
CAD models for OpenVMP robots
partcad/partcad
The first package manager for CAD models and a framework for managing assemblies.
wasp-lang/open-saas
A free, open-source SaaS app starter for React & Node.js with superpowers. Full-featured. Community-driven.
Pythagora-io/gpt-pilot
The first real AI developer
OpenOrion/CQAsk
the open source llm cad generation tool
mattzcarey/code-review-gpt
Code review powered by LLMs (OpenAI GPT4, Sonnet 3.5) & Embeddings ⚡️ Improve code quality and catch bugs before you break production 🚀 Lives in your Github/GitLab/Azure DevOps CI
qunat/Pythonocc-vericut
Cnc machine tool simulation software
shamiraty/Streamlit-Dashboard-Descriptive-Analytics-with-MYSQL
Streamlit Dashboard Descriptive Analytics with MYSQL
eryar/occQt
A simple OpenCASCADE Qt demo.
trelau/pyOCCT
Python bindings for OpenCASCADE via pybind11.
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
FlowiseAI/Flowise
Drag & drop UI to build your customized LLM flow
KhamisiKibet/QT-PyQt-PySide-Custom-Widgets
Awesome custom widgets made for QT Desktop Applications. Simplify your UI development process. These widgets can be used in QT Designer then imported to PySide code.
geekan/MetaGPT
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
QuivrHQ/quivr
Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.
shroominic/codeinterpreter-api
👾 Open source implementation of the ChatGPT Code Interpreter
UMass-Foundation-Model/3D-LLM
Code for 3D-LLM: Injecting the 3D World into Large Language Models
Jack000/Deepnest
An open source nesting application for laser cutters, plasma cutters and other CNC machines
techwithtim/Price-Tracking-Web-Scraper
An automated price tracker that uses bright data, playwright, react and flask.
ykdojo/kaguya
A ChatGPT plugin that allows you to load and edit your local files in a controlled way, as well as run any Python, JavaScript, and bash script.
mem0ai/mem0
The Memory layer for your AI apps
nlpxucan/WizardLM
LLMs build upon Evol Insturct: WizardLM, WizardCoder, WizardMath
davidfraser/pyan
pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.