Skip to content

Commit

Permalink
removed double equal sign
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Feb 27, 2020
1 parent 67a71e4 commit ad6945a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The idea behind this library is to provide a simple way to use (inference) neura
First of all a simple proof of concept will be created which implements the [YOLO: Real-Time Object Detection](https://pjreddie.com/darknet/yolo/) to define where to store the weight and model data and to specify the final API.

#### API Structure
The API should support the following (✨ == `implemented`):
The API should support the following (✨ = `implemented`):

- Support for Model fetching
- Support for model & weights fetching
- Local sketch installation ✨
- Global library installation
- YOLO
Expand Down

0 comments on commit ad6945a

Please sign in to comment.