|
1 | 1 | # [D. Analyzer](https://d-analyzer.herokuapp.com/)
|
2 | 2 |
|
3 |
| -## Overview |
4 |
| -D. Analyzer is an app made in python and frontend is powered by Streamlit. |
5 |
| -<br/> It is useful to analyze the given text or voice-based input. |
| 3 | +D. Analyzer is an app made in python. |
| 4 | +<br/> The front-end is powered by Streamlit. |
| 5 | +<br/> It can analyze the text or voice-based input. |
6 | 6 |
|
7 | 7 | ## Tools and Technologies Used:
|
8 | 8 |
|
9 | 9 | ### Python Modules used:
|
10 |
| -- Streamlit: for fronted development. |
| 10 | +- Streamlit: for front-end development. |
11 | 11 | - Speech_recognition: to convert audio to text for processing.
|
12 |
| -- NLTK: for text based processing like removing stopwords, analyzing sentiments, etc. |
13 |
| -- Wordcloud: To make the word cloud for given input. |
14 |
| -- Matplotlib for displaying the word cloud on frontend. |
| 12 | +- NLTK: for text-based processing like removing stopwords, analyzing sentiments, etc. |
| 13 | +- Wordcloud: To make the word cloud for the given input. |
| 14 | +- Matplotlib for displaying the word cloud on the front-end. |
15 | 15 |
|
16 | 16 | ### Softwares Used
|
17 | 17 | - Spyder 5.0.3
|
@@ -39,16 +39,16 @@ D. Analyzer is an app made in python and frontend is powered by Streamlit.
|
39 | 39 | 3. Run the following command:
|
40 | 40 | <pre> streamlit run text_analyzer.py </pre>
|
41 | 41 |
|
42 |
| -## Contributers: |
| 42 | +## Contributors: |
43 | 43 | - [Aakriti Goyal](https://github.com/AakritiGoyal12458)
|
44 | 44 | - [Ddhruv Arora](https://github.com/Ddhruv-IOT)
|
45 | 45 |
|
46 | 46 | ## Live Demo:
|
47 | 47 | ### [Open App](https://d-analyzer.herokuapp.com/)
|
48 |
| -App may take some time in loading. |
| 48 | +The app may take some time to load. |
49 | 49 |
|
50 | 50 | ## Demo Video:
|
51 |
| -In case live demo is not working... |
| 51 | +In case the live demo is not working. |
52 | 52 | *coming soon*
|
53 | 53 |
|
54 | 54 | ## Known Issues:
|
|
0 commit comments