perplexity-cli
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
The official code repository supporting the book, Grokking Artificial Intelligence Algorithms
git clone https://github.com/rishal-hurbans/Grokking-Artificial-Intelligence-Algorithms.gitrishal-hurbans/Grokking-Artificial-Intelligence-AlgorithmsGet Grokking Artificial Intelligence Algorithms at Manning Publications
python and pip point to the same interpreter (python -m pip --version).python3 -m venv .venv source .venv/bin/activate
py -3 -m venv .venv .\.venv\Scripts\Activate.ps1
pip install --upgrade pip pip install -r requirements.txtPyTorch wheels are large; on Apple Silicon use the
arm64 build from pip or follow the official instructions if you need CUDA support.cd ch03-intelligent_search/informed_search python3 maze_astar.py
This is the official supporting code for the book, Grokking AI Algorithms, published by Manning Publications, authored by Rishal Hurbans.
The example implementations provided will make more sense if you've read the book, however, it might be somewhat useful to you otherwise.
The purpose of this repository is to act as a practical reference for examples of how the algorithms mentioned in the book can be implemented. This repository should not be consulted as the book is read page-by-page, but rather, when you're attempting to implement an algorithm or gain a more technical understanding from a programming perspective.
Rather Learn by exploring the code notebook in your browser? Click here:
more like this
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
🧬 Modularised Evolutionary Algorithms For Python with Optional JIT and Multiprocessing (Ray) support. Inspired by PyTo…
A web app that dynamically generates playable 'Spot the Difference' games from a single text prompt using a multimodal…
search projects, people, and tags