Skip to content

Commit 8008f2b

Browse files
committed
readme update
1 parent 72b74db commit 8008f2b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Diff for: README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Project features Implementated are
1919
- [x] Text summarization
2020
- [x] Action items
2121
- [x] Meeting duration
22-
- [x] Meeting attendees ...
22+
- [x] Meeting attendees
23+
Many More ...
2324

2425
## Requirements
2526

@@ -44,7 +45,16 @@ API SERVER
4445

4546
Chatbot
4647

47-
`python manage.py runserver 0.0.0.0:8001`
48+
```
49+
python manage.py tailwind init
50+
python manage.py tailwind install
51+
```
52+
53+
```
54+
python manage.py runserver 0.0.0.0:8001
55+
redis-server
56+
python manage.py tailwind start
57+
```
4858

4959
#### Start the meeting summarization api [GCP]
5060

@@ -63,11 +73,12 @@ python -m spacy download en_core_web_sm
6373
pip install -U scikit-learn scipy matplotlib
6474
git clone https://github.com/maxent-ai/converse.git && cd converse && pip install -e . && cd ..
6575
sudo apt install ffmpeg
76+
sudo apt-get install libsndfile1-dev
6677
```
6778

6879
## Comman Issues
6980

70-
= `PermissionError: sudo chmod -R 777 `path of the media folder`
81+
- `PermissionError:` sudo chmod -R 777 path of the media folder`
7182

7283
## Project Structure
7384

0 commit comments

Comments
 (0)