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