Skip to content

Commit 0e58a3c

Browse files
authored
readme - done for now
video link to be added soon
1 parent c095388 commit 0e58a3c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# [D. Analyzer](https://d-analyzer.herokuapp.com/)
22

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.
66

77
## Tools and Technologies Used:
88

99
### Python Modules used:
10-
- Streamlit: for fronted development.
10+
- Streamlit: for front-end development.
1111
- 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.
1515

1616
### Softwares Used
1717
- Spyder 5.0.3
@@ -39,16 +39,16 @@ D. Analyzer is an app made in python and frontend is powered by Streamlit.
3939
3. Run the following command:
4040
<pre> streamlit run text_analyzer.py </pre>
4141

42-
## Contributers:
42+
## Contributors:
4343
- [Aakriti Goyal](https://github.com/AakritiGoyal12458)
4444
- [Ddhruv Arora](https://github.com/Ddhruv-IOT)
4545

4646
## Live Demo:
4747
### [Open App](https://d-analyzer.herokuapp.com/)
48-
App may take some time in loading.
48+
The app may take some time to load.
4949

5050
## Demo Video:
51-
In case live demo is not working...
51+
In case the live demo is not working.
5252
*coming soon*
5353

5454
## Known Issues:

0 commit comments

Comments
 (0)