This app showcases a use case where teacher can use gpt through pre-engiennered promts, App generates elementary grade level curriculum through pre-engineered langchain prompts template. all end users(teachers) have to do is to select their teaching grade level and curriculum will be generated. The additional function is to download the curriculum as csv file,
#-About App
App Name: American Elementary School Curriculum Generator
App Function: Generate Response through dropdown through backend gpt pre-engineered prompts.
App Link: Link https://teachersgpt-chatgpt.streamlit.app/
GitHub Link: https://github.com/syedabbast/Teachers_GPT
#Solution: The dropdown technique not to give open text to end users and control the results by engineering prompts. Note:I will be using this app to teach my students . I could see this app as a potential use case in the educational industry. Enterprise Usage: As I am Technology Architect I believe these three libraries can build prompt engineering solutions faster, the one I have created does not demonstrate any database on the backend which would be my next step to use snowflakes database to showcase in-house promt generating results.
This is a good candidate for the LLM Hackathon by Streamlit IO (Snowflakes), (Please view and vote)
https://teachersgpt-chatgpt.streamlit.app
You can get your own OpenAI API key by following the following instructions:
- Go to https://platform.openai.com/account/api-keys.
- Click on the
+ Create new secret keybutton. - Next, enter an identifier name (optional) and click on the
Create secret keybutton.
To set the OpenAI API key as an environment variable in Streamlit apps, do the following:
- At the lower right corner, click on
< Manage appthen click on the vertical "..." followed by clicking onSettings. - This brings the App settings, next click on the
Secretstab and paste the API key into the text box as follows:
OPENAI_API_KEY='xxxxxxxxxx'
Follow me on Medium and Twitter!
Syed Abbas
Emailtahasyed110@gmail.com
Twitter: https://twitter.com/SyedAbbasT
Medium https://medium.com/@SyedAbbasT
