-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ravi Kumar Neti <[email protected]>
- Loading branch information
0 parents
commit 305c293
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,30 @@ | ||
# Qualcomm AI Stack Models | ||
|
||
## Introduction | ||
|
||
<p align="center"> | ||
<img src="./redame-assets/overview.jpg" | ||
</p> | ||
|
||
Qualcomm AI Stack Models contains following parts. | ||
|
||
1. models-for-accuracy - Models verified for accuracy on target. Developers can directly use these models. | ||
2. models-for-solutions - Models verified for functionality - will be merged with models-accuracy in future. | ||
3. AI-Solutions - End-to-End AI solutions using (2) above, across Qualcomm Platforms. | ||
|
||
## Workflow for AI Solutions | ||
|
||
1. Use notebooks in 'models-for-solutions' to prepare models in compatible format | ||
2. Use source code in 'ai-solutions' and models from step-1 to create end-to-end solutions | ||
|
||
## Report Issues | ||
|
||
Please report issues by raising an _issue_ in the GitHub respository. | ||
|
||
## Team | ||
|
||
Qualcomm AI Stack Model is a project maintained by Qualcomm Innovation Center, Inc. | ||
|
||
## License | ||
|
||
Please see the [LICENSE](LICENSE.pdf) for more details. |