Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
souvik03-136 committed Jul 17, 2024
2 parents 8e50f5c + bbe6031 commit a87a0e6
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,27 @@


## Features
- [ ] < feature >
- [ ] < feature >
- [ ] < feature >
- [ ] < feature >
- [x] curl -X POST http://127.0.0.1:5000/extract -H "Content-Type: application/json" -d "{\"text\": \"John Doe bought 2 apples for $5\"}"

{"CustomerName":"John Doe","ItemName":"apples","ItemQuantity":"2","Price":"5"}


<br>

## Dependencies
- < dependency >
- < dependency >
- Flask==2.3.3
- groq==0.9.0
- python-dotenv==1.0.1
- Werkzeug==2.3.7


## Running


< directions to install >
```bash
< insert code >
docker-compose up --build
docker-compose up
```

< directions to execute >
Expand All @@ -46,15 +49,15 @@
<table>
<tr align="center">
<td>
John Doe
Souvik Mahanta
<p align="center">
<img src = "https://dscvit.com/images/dsc-logo-square.svg" width="150" height="150" alt="Your Name Here (Insert Your Image Link In Src">
</p>
<p align="center">
<a href = "https://github.com/person1">
<a href = "https://github.com/souvik03-136">
<img src = "http://www.iconninja.com/files/241/825/211/round-collaboration-social-github-code-circle-network-icon.svg" width="36" height = "36" alt="GitHub"/>
</a>
<a href = "https://www.linkedin.com/in/person1">
<a href = "https://www.linkedin.com/in/souvik-mahanta/">
<img src = "http://www.iconninja.com/files/863/607/751/network-linkedin-social-connection-circular-circle-media-icon.svg" width="36" height="36" alt="LinkedIn"/>
</a>
</p>
Expand Down

0 comments on commit a87a0e6

Please sign in to comment.