Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
add GUI to goals
Browse files Browse the repository at this point in the history
  • Loading branch information
rageSpin committed May 10, 2023
1 parent c05df65 commit 76b9efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ My personal (public) project to share tools and tips about Data Science and Pyth
- [x] Simple Reinforcement Learning (or other online learning system)
- [x] Q-Table
- [x] Deep Q-Learning (Experience Replay)
- [ ] GUI basics (QT, ImGUI, ...)
- [ ] Physical Simulation / Biological
- [ ] Effective Data Visualizations (Seaborn)
- [ ] One simple and effective tool to improve Computer Vision accuracy (No Flatten Information etc...) like [this](https://github.com/ansh941/MnistSimpleCNN)
Expand Down
2 changes: 1 addition & 1 deletion learning_diary/may.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

The above links refer to open-source models which usually need GPU to run properly in real-time. So, for a mid-budget laptop these models are too slow for real-time implementation (especially if ASR is not the only model that you want to run on the PC).

Most of the time, utilizing *online* API like Google Assistant, IBM, Amazon or Azure is the fastest and simplest way to implement a real-time ASR. However, it should be considered the fact that you need an Internet connection and a credit card to pay for the service.
Most of the time, utilizing *online* API like Google Assistant, IBM, Amazon or Azure is the fastest and simplest way to implement a real-time ASR. However, it should be considered the fact that you need an Internet connection and a credit card to pay for the service.

0 comments on commit 76b9efd

Please sign in to comment.