Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.05 KB

GenAI Exploration: Building a Chatbot using Transformer Models

This project explores how to connect to various LLM models powered by the transformer architecture to create a personal chatbot using the Hugging Face API and OpenAI API.

How to Use

This project requires the following pacakges:

  • langchain
  • streamlit
  • openai
  • transformers
  • huggingface_hub

To use the app, you will need an API key from Hugging Face and/or OpenAI. You can create an API key for either using the links below:

Credits

This project draws heavily from the following tutorials:

Additional Resources