Commit
·
b324ca4
1
Parent(s):
6854c73
Updated readme.md
Browse files
README.md
CHANGED
|
@@ -44,21 +44,25 @@ ONNX quantization was applied to reduce the model size and improve deployment ef
|
|
| 44 |
```sh
|
| 45 |
git clone https://github.com/DevashishXO/SQLite-Chat-Assistant.git
|
| 46 |
cd SQLite-Chat-Assistant
|
|
|
|
| 47 |
|
| 48 |
### 2. Install Dependencies
|
| 49 |
|
| 50 |
```sh
|
| 51 |
pip install -r requirements.txt
|
|
|
|
| 52 |
|
| 53 |
### 3. Set up the SQLite Database
|
| 54 |
|
| 55 |
```sh
|
| 56 |
python data/initialize_db.py
|
|
|
|
|
|
|
| 57 |
|
| 58 |
### 4. Run the Flask App
|
| 59 |
|
| 60 |
```sh
|
| 61 |
$env:FLASK_APP="app.main:app"
|
| 62 |
flask run
|
| 63 |
-
|
| 64 |
|
|
|
|
| 44 |
```sh
|
| 45 |
git clone https://github.com/DevashishXO/SQLite-Chat-Assistant.git
|
| 46 |
cd SQLite-Chat-Assistant
|
| 47 |
+
```
|
| 48 |
|
| 49 |
### 2. Install Dependencies
|
| 50 |
|
| 51 |
```sh
|
| 52 |
pip install -r requirements.txt
|
| 53 |
+
```
|
| 54 |
|
| 55 |
### 3. Set up the SQLite Database
|
| 56 |
|
| 57 |
```sh
|
| 58 |
python data/initialize_db.py
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
|
| 62 |
### 4. Run the Flask App
|
| 63 |
|
| 64 |
```sh
|
| 65 |
$env:FLASK_APP="app.main:app"
|
| 66 |
flask run
|
| 67 |
+
```
|
| 68 |
|