noxdafox/clipspy
Python CFFI bindings for the 'C' Language Integrated Production System CLIPS
This project helps integrate CLIPS, a rule-based programming language, into Python applications. It allows developers to define rules and facts within Python code to create expert systems that model human knowledge or make decisions based on defined heuristics. Developers building intelligent systems or automating complex decision-making processes would use this tool.
198 stars. Used by 1 other package. Available on PyPI.
Use this if you are a Python developer needing to incorporate a robust rule-based inference engine into your application for decision-making or modeling expertise.
Not ideal if you are looking for a simple 'if-then' statement library or prefer to implement logic using traditional imperative programming.
Stars
198
Forks
36
Language
Python
License
BSD-3-Clause
Category
Last pushed
Oct 26, 2025
Commits (30d)
0
Dependencies
1
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/noxdafox/clipspy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
mlfoundations/open_clip
An open source implementation of CLIP.
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
moein-shariatnia/OpenAI-CLIP
Simple implementation of OpenAI CLIP model in PyTorch.
BioMedIA-MBZUAI/FetalCLIP
Official repository of FetalCLIP: A Visual-Language Foundation Model for Fetal Ultrasound Image Analysis
filipbasara0/simple-clip
A minimal, but effective implementation of CLIP (Contrastive Language-Image Pretraining) in PyTorch