https://github.com/tonykipkemboi/wizardcoder-python-34b-v1.0_streamlit-demo
A Streamlit chatbot based on WizardCoder-Python-34B
https://github.com/tonykipkemboi/wizardcoder-python-34b-v1.0_streamlit-demo
huggingface-api llms python streamlit wizardml
Last synced: 9 months ago
JSON representation
A Streamlit chatbot based on WizardCoder-Python-34B
- Host: GitHub
- URL: https://github.com/tonykipkemboi/wizardcoder-python-34b-v1.0_streamlit-demo
- Owner: tonykipkemboi
- Created: 2023-08-27T17:54:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T18:32:03.000Z (almost 3 years ago)
- Last Synced: 2025-09-09T12:53:09.852Z (9 months ago)
- Topics: huggingface-api, llms, python, streamlit, wizardml
- Language: Python
- Homepage: https://wizardcoder.streamlit.app/
- Size: 66.3 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WizardCoder-Python-34B-V1.0 Streamlit Demo đ
Welcome to the WizardCoder Streamlit Demo, where code predictions are more magical than pulling a rabbit out of a hat! đ°â¨

## đ Quick Overview
This Streamlit app is a nifty interface for the WizardCoder 34B model, which is basically the Gandalf of code prediction models. Trust us, it's hella slow but so worth it!
## đ Features
- **Code Prediction**: Get your Python code predicted by the majestic WizardCoder 34B.
- **Temperature & Max Token Sliders**: Control the randomness and length of your code output.
- **Chat Interface**: User-friendly chat interface for a more interactive experience.
## đ ī¸ Installation
1. Clone the repository:
```bash
git clone https://github.com/tonykipkemboi/WizardCoder-Python-34B-V1.0_Streamlit-Demo.git
```
2. Navigate to the project directory and install required packages:
```bash
cd WizardCoder-Python-34B-V1.0
pip install -r requirements.txt
```
3. Run Streamlit:
```bash
streamlit run your_app.py
```
## đšī¸ How to Use
1. **Temperature & Max Tokens**: Adjust these sliders to control the unpredictability and length of your code.
2. **Chat Input**: Enter what you want your Python code to do.
3. **Hit Enter**: Wait a bit (perfect time for a coffee refill â) and voila, your code is ready!
## đ¤ Tech Stack
- Streamlit
- Gradio Client
## đ Links
- [Gradio Demo](http://47.103.63.15:50085/)
- [Model Weights](https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0)
- [Github](https://github.com/nlpxucan/WizardLM/tree/main/WizardCoder)
_Happy Streamlit-ing!_ đ