This project is a FastAPI application that leverages AWS Bedrock's Claude-3.5 model to convert complex data strings into structured JSON objects. It uses the Bedrock Runtime API for AI-powered data transformation.
- Accepts text-based input with structured data
- Converts the data into JSON format with predefined attributes
- Powered by AWS Bedrock with Anthropic's Claude-3.5 model
- Simple REST API implementation using FastAPI
Before starting, ensure you have the following:
- AWS Credentials with access to Bedrock then create a user with bedrock fullaccess permission and get the access key add it to you're local CLI using the cmd "AWS configure" .
- Python 3.8+ installed on your local machine.
- AWS CLI configured with a profile.
- Clone the Repository:
git clone https://github.com/yourusername/bedrock-json-converter.git cd bedrock-json-converter