This is a simple demo of Amazon Bedrock and Anthropic Claude 3 Sonnet model with langchain and streamlit. For more detail please reference the following link:
Access folder demo for demo video
Access folder samples for sample videos
Setup Python
Setup Python Env
Setup AWS CLI
git clone https://github.com/nguyendinhthi0705/Study-Assistant.git
cd Study-Assistant
pip3 install -r requirements.txt
streamlit run Home.py --server.port 8080