This project is a web data extractor that uses the Anthropic API to extract specified schemas from a given website. The application is built with Python and Streamlit.
To Use the app. Click here
- Extracts specified schemas from a given website URL.
- Uses the Anthropic API for schema extraction.
- Built with Streamlit for an easy-to-use web interface.
- Clone this repository:
git clone https://github.com/SanjidHossain/AI-schema-extractor.git
- Install the required packages:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run app.py
- Open the application in your web browser at
http://localhost:8501
. - Enter the website URL and schemas you want to extract.
- Enter your ANTHROPIC_API_KEY(Claude AI) which you can get from their website
- Click the "Extract Data" button to extract the data.
Contributions are welcome! Please read the contributing guidelines first.