- 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"}
- curl -X POST "http://127.0.0.1:5000/extract_entities" -H "Content-Type: application/json" -d "{"text":"apples less than 50 rs"}"
{"action":"less","object":"apples","range":"50"}
- Flask==2.3.3
- groq==0.9.0
- python-dotenv==1.0.1
- Werkzeug==2.3.7
< directions to install >
docker-compose up --build
docker-compose up
< directions to execute >
< insert code >
Souvik Mahanta |
Made with ❤ by GDSC-VIT