SHAILJA1 commited on
Commit
687b126
·
verified ·
1 Parent(s): fa6963d

Create readme.md

Browse files
Files changed (1) hide show
  1. readme.md +21 -0
readme.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🦅 Falcon-7B Instruct Chatbot
2
+
3
+ This project is a simple conversational chatbot built using the **[Falcon-7B-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct)** model from Hugging Face. It uses **Transformers**, **Gradio**, and **PyTorch** to create a web interface for interacting with the model in real-time.
4
+
5
+ ---
6
+
7
+ ## 🚀 Features
8
+
9
+ - Open-access LLM: No API keys or approvals needed
10
+ - Real-time interaction using Gradio
11
+ - Clean UI with chat history
12
+ - Easy to run locally or on cloud platforms like Google Colab or Hugging Face Spaces
13
+
14
+ ---
15
+
16
+ ## 🛠️ Installation
17
+
18
+ Make sure Python 3.8+ is installed.
19
+
20
+ ```bash
21
+ pip install transformers torch gradio