Skip to content

In this project I have used the groq api to implement the power of LLM(Large Language Models) in a streamlit web app

Notifications You must be signed in to change notification settings

NebeyouMusie/LLM-implementation-using-groq-api-with-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-implementation using groq api with streamlit

  • In this project I have used the groq api to implement the power of LLM(Large Language Models) in a streamlit web app

Image

DEMO

  • You can check the DEMO here

Libraries Used

  • dotenv
  • streamlit
  • groq

Installation

  1. Prerequisites
    • Git
    • Command line familiarity
  2. Clone the Repository: git clone https://github.com/NebeyouMusie/LLM-implementation-using-groq-api-with-streamlit.git
  3. Create and Activate Virtual Environment (Recommended)
    • python -m venv venv
    • source venv/bin/activate
  4. Navigate to the projects directory cd ./LLM-implementation-using-groq-api-with-streamlit using your terminal
  5. Install Libraries: pip install -r requirements.txt
  6. run streamlit run app.py
  7. Open the link displayed in the terminal on your browser
  8. Start typing on the chat box

Contributions

  • Contributions are welcomed

Support

  • Give this project a star ⭐ if you like it

Author

About

In this project I have used the groq api to implement the power of LLM(Large Language Models) in a streamlit web app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages