https://github.com/andrewrgarcia/pizzatopper
My practice on Bayesian inference programming.
https://github.com/andrewrgarcia/pizzatopper
Last synced: 3 months ago
JSON representation
My practice on Bayesian inference programming.
- Host: GitHub
- URL: https://github.com/andrewrgarcia/pizzatopper
- Owner: andrewrgarcia
- Created: 2023-03-22T22:09:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T03:58:26.000Z (about 2 years ago)
- Last Synced: 2025-01-16T15:26:47.426Z (4 months ago)
- Language: Python
- Homepage:
- Size: 4.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pizzatopper
PizzaTopper: A reference to "pizza" and "topper" indicating the software's ability to find the best toppings for your pizza.
My practice on Bayesian inference programming and ChatGPT-facilitated code development.
## Usage
```ruby
virtualenv venv
source venv/bin/activate
pip install -r requirements.in
python script.py
```
