Skip to content

Commit

Permalink
removed bin
Browse files Browse the repository at this point in the history
  • Loading branch information
omgupta1608 committed Mar 14, 2024
1 parent a0a1eab commit 5c369a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# cosine_similarity
Cosine similarity implementation in Go.
Can be used in the terminal as well as a go package.

## How to use
```
Expand All @@ -23,18 +22,4 @@ func main() {
#### Output
```
Score: 0.5773502691896258
```

### In the terminal
```
git clone https://github.com/omgupta1608/cosine_similarity.git
```

#### Run it
```
./cosine_similarity "Who are you?" "Who is that?"
```
#### Output
```
Cosine Similarity Score for "Who are you?" and "Who is that?" is: 0.5773502691896258
```
Binary file removed cosine_similarity
Binary file not shown.

0 comments on commit 5c369a2

Please sign in to comment.