hugchat
The HugChat Streamlit app is an LLM-powered chatbot built using Streamlit and HugChat.
File Explorer
Download Latest Version (.zip)- config.toml
- placeholder.md
- streamlit.png
- hf.env
- HugChat.ipynb
- app_v1.py
- app_v2.py
- app_v3.py
- langchain_app.py
- README.md
- requirements.txt
- streamlit.png
- streamlit_app.py
# Installation Guide
1. Get the code
git clone https://github.com/dataprofessor/hugchat
Downloads the entire project code from GitHub to your computer.
cd hugchat
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
