Skip to content

Commit c095388

Browse files
authored
updated file... still on
updating data.....
1 parent 20cfb09 commit c095388

File tree

1 file changed

+29
-48
lines changed

1 file changed

+29
-48
lines changed

README.md

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

3-
# Overview
3+
## Overview
44
D. Analyzer is an app made in python and frontend is powered by Streamlit.
55
<br/> It is useful to analyze the given text or voice-based input.
66

7+
## Tools and Technologies Used:
78

8-
# Tools and Technologies Used:
9-
10-
## Python Modules used:
9+
### Python Modules used:
1110
- Streamlit: for fronted development.
1211
- Speech_recognition: to convert audio to text for processing.
1312
- NLTK: for text based processing like removing stopwords, analyzing sentiments, etc.
1413
- Wordcloud: To make the word cloud for given input.
1514
- Matplotlib for displaying the word cloud on frontend.
1615

17-
## Softwares Used
16+
### Softwares Used
1817
- Spyder 5.0.3
19-
- PowerShell
20-
- Notepad
2118
- CMD
19+
- Git Bash
20+
- Heroku
2221

23-
## OS Used:
22+
### OS Used:
2423
- Windows 10
2524

26-
# Features
27-
It can help in gettting
28-
- sentiment of text
25+
## Features
26+
- sentiment analysis
2927
- word cloud
3028
- summary
3129
- word count
3230
- char count
3331
- line count
3432
- finding a specific word
3533

36-
# Setting Up and Prerequisite:
37-
38-
## Prerequisites:
39-
40-
## Setting Up:
41-
## Prerequisites:
42-
- Python 3 or above should be installed.
43-
- Webbrowser, threading module should be installed.
44-
- The config file should be modified as per needs.Disc:
45-
46-
This is project by Ddhruv Arora, you are free to use it, till the time proper credits are given to the developer.
47-
Kindly check the liscence for more info.
48-
49-
Steps to setup:
50-
51-
Menthod 1:
52-
open anaconda prompt/ spyder and run the file first_run_me.ipy
53-
54-
This should take a while to run and app will be started.
55-
If in mean time you encounter any error contact the dev.
56-
57-
Method 2:
58-
59-
install the following:
60-
pip install nltk
61-
pip install streamlit
62-
pip install wordcloud
63-
64-
Once they are installed, open spyder and uncomment line 9, 10 and 11 and in spyder console type
65-
!streamlit run text_analyzer
66-
then hit enter
67-
68-
If you have any problem or doubt contact me: ddhruvarora2@gmail.com
34+
## Setting up on local machine:
35+
1. Clone this repo on your system.
36+
2. Open CMD
37+
3. Install all the dependncies using requirements.txt:
38+
<pre> pip install requirements.txt </pre>
39+
3. Run the following command:
40+
<pre> streamlit run text_analyzer.py </pre>
6941

42+
## Contributers:
43+
- [Aakriti Goyal](https://github.com/AakritiGoyal12458)
44+
- [Ddhruv Arora](https://github.com/Ddhruv-IOT)
7045

71-
# Demo Video:
46+
## Live Demo:
47+
### [Open App](https://d-analyzer.herokuapp.com/)
48+
App may take some time in loading.
7249

50+
## Demo Video:
51+
In case live demo is not working...
52+
*coming soon*
7353

74-
# Known Issues and Bugs:
54+
## Known Issues:
55+
- Exit button is not yet functional
7556

7657
# Thank you
77-
- Thank you all for using this app.
58+
- Thank you all for using my app.
7859
- All suggestions are warmly welcomed.

0 commit comments

Comments
 (0)