https://github.com/farhad-here/chatgpt_hugging
Chat gpt with hugging face
https://github.com/farhad-here/chatgpt_hugging
chatgpt huggingface python streamlit textpreprocessing
Last synced: about 1 month ago
JSON representation
Chat gpt with hugging face
- Host: GitHub
- URL: https://github.com/farhad-here/chatgpt_hugging
- Owner: farhad-here
- License: mit
- Created: 2025-01-18T18:34:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T20:01:11.000Z (over 1 year ago)
- Last Synced: 2025-01-18T20:33:01.213Z (over 1 year ago)
- Topics: chatgpt, huggingface, python, streamlit, textpreprocessing
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📓Chat Gpt for my university text processing final project
# 🤖 ChatGPT with Hugging Face Transformers
This project demonstrates how to build a conversational chatbot using Hugging Face's `transformers` library in Python. It allows you to generate human-like responses from a pretrained model with minimal setup.
---
---
## 🚀 Features
- ✅ Simple chatbot implementation
- ✅ Uses pretrained Transformer models
- ✅ Interactive console input/output
- ✅ Lightweight and easy to modify
---
## 📦 Dependencies
Install required libraries using pip:
```bash
pip install transformers torch
```
```
do not forget that to visit the HuggingChat website and create an account then create a token
```
# ⬛Tech
- hugchat
- streamlit
# 🎞️preview



