Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.04 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.04 KB

Overview Study-Assistant

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:

To view demo and sample data:

Access folder demo for demo video
Access folder samples for sample videos

To Setup

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

Architecture

Architecture

Learn more about prompt and Claude 3

Introduction to prompt design Model Card

Demo

A Simple Chat

Chat]

Questions and Anwsers

Questions and Anwsers]

Summary a Lecture

Summary]

Create Multi Choice Questions

Create Multi Choice Questions]

Suggest a Better Writing

Suggest Better Writing]