-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from rw1nkler/add/readme
Add information about the project
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Voice Assistant | ||
|
||
Design your own voice assistant, like Amazon Alexa or Google Assistant, | ||
using the TensorFlow framework on embedded design. | ||
|
||
# Required Equipment | ||
|
||
- [Antmicro TensorFlow Lite Demo](https://github.com/antmicro/litex-vexriscv-tensorflow-lite-demo) | ||
- [Antmicro TensorFlow port](https://github.com/antmicro/tensorflow/tree/0a1a7a690cfa4c45f6add133181e1b2690cbfda7) | ||
- [Renode Framework](https://renode.io/) | ||
- [Digilent Arty A7 Board](https://store.digilentinc.com/arty-a7-artix-7-fpga-development-board-for-makers-and-hobbyists/) | ||
![Arty Board](https://reference.digilentinc.com/_media/reference/programmable-logic/arty/arty-2.png) | ||
|
||
# Resources | ||
|
||
All resources and tutorials related to this project can be found in the | ||
project's [Wiki](https://github.com/antmicro-labs/voice-assistant/wiki) |