bnomial-cli 0.1.0

Get a fun machine learning question everyday in your terminal!
Documentation

bnomial-cli

A command line interface to get a fun machine learning question everyday in your terminal!

The questions are originally posted by 0xbnomial at bnomial.com.

https://user-images.githubusercontent.com/73115739/186963932-7e25cea6-e1b7-4a89-a92c-14e5e04c45da.mp4

🔭 Installation


Download executable 📈

You can directly download executable and run it. No need for any installation.

Check releases here.


Using cargo 🦀

cargo install bnomial-cli

Build it from source 🎯

Clone repository

git clone https://github.com/swanandx/bnomial-cli && cd bnomial-cli

then build and run

cargo run

OR

cargo build --release
cd target/release/
./bnomial-cli

Further Improvements

There is still a huge scope for improvements:

  • User Authentication
  • Caching the today's question locally
  • Open Issues etc.

Fork, Commit, PR, Repeat..

If you liked this, please let me know! That will motivate me to work on it more <3