2 releases
0.1.1 | Aug 27, 2022 |
---|---|
0.1.0 | Aug 27, 2022 |
#567 in Machine learning
14KB
180 lines
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.
🔭 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 login
- 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
Dependencies
~9–25MB
~363K SLoC