File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ Project features Implementated are
19
19
- [x] Text summarization
20
20
- [x] Action items
21
21
- [x] Meeting duration
22
- - [x] Meeting attendees ...
22
+ - [x] Meeting attendees
23
+ Many More ...
23
24
24
25
## Requirements
25
26
@@ -44,7 +45,16 @@ API SERVER
44
45
45
46
Chatbot
46
47
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
+ ```
48
58
49
59
#### Start the meeting summarization api [ GCP]
50
60
@@ -63,11 +73,12 @@ python -m spacy download en_core_web_sm
63
73
pip install -U scikit-learn scipy matplotlib
64
74
git clone https://github.com/maxent-ai/converse.git && cd converse && pip install -e . && cd ..
65
75
sudo apt install ffmpeg
76
+ sudo apt-get install libsndfile1-dev
66
77
```
67
78
68
79
## Comman Issues
69
80
70
- = ` PermissionError: sudo chmod -R 777 ` path of the media folder`
81
+ - ` PermissionError: ` sudo chmod -R 777 path of the media folder`
71
82
72
83
## Project Structure
73
84
You can’t perform that action at this time.
0 commit comments