|
1 | | -# D. Analyzer |
| 1 | +# [D. Analyzer](https://d-analyzer.herokuapp.com/) |
2 | 2 |
|
3 | | -# Overview |
| 3 | +## Overview |
4 | 4 | D. Analyzer is an app made in python and frontend is powered by Streamlit. |
5 | 5 | <br/> It is useful to analyze the given text or voice-based input. |
6 | 6 |
|
| 7 | +## Tools and Technologies Used: |
7 | 8 |
|
8 | | -# Tools and Technologies Used: |
9 | | - |
10 | | -## Python Modules used: |
| 9 | +### Python Modules used: |
11 | 10 | - Streamlit: for fronted development. |
12 | 11 | - Speech_recognition: to convert audio to text for processing. |
13 | 12 | - NLTK: for text based processing like removing stopwords, analyzing sentiments, etc. |
14 | 13 | - Wordcloud: To make the word cloud for given input. |
15 | 14 | - Matplotlib for displaying the word cloud on frontend. |
16 | 15 |
|
17 | | -## Softwares Used |
| 16 | +### Softwares Used |
18 | 17 | - Spyder 5.0.3 |
19 | | -- PowerShell |
20 | | -- Notepad |
21 | 18 | - CMD |
| 19 | +- Git Bash |
| 20 | +- Heroku |
22 | 21 |
|
23 | | -## OS Used: |
| 22 | +### OS Used: |
24 | 23 | - Windows 10 |
25 | 24 |
|
26 | | -# Features |
27 | | -It can help in gettting |
28 | | -- sentiment of text |
| 25 | +## Features |
| 26 | +- sentiment analysis |
29 | 27 | - word cloud |
30 | 28 | - summary |
31 | 29 | - word count |
32 | 30 | - char count |
33 | 31 | - line count |
34 | 32 | - finding a specific word |
35 | 33 |
|
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> |
69 | 41 |
|
| 42 | +## Contributers: |
| 43 | +- [Aakriti Goyal](https://github.com/AakritiGoyal12458) |
| 44 | +- [Ddhruv Arora](https://github.com/Ddhruv-IOT) |
70 | 45 |
|
71 | | -# Demo Video: |
| 46 | +## Live Demo: |
| 47 | +### [Open App](https://d-analyzer.herokuapp.com/) |
| 48 | +App may take some time in loading. |
72 | 49 |
|
| 50 | +## Demo Video: |
| 51 | +In case live demo is not working... |
| 52 | +*coming soon* |
73 | 53 |
|
74 | | -# Known Issues and Bugs: |
| 54 | +## Known Issues: |
| 55 | +- Exit button is not yet functional |
75 | 56 |
|
76 | 57 | # Thank you |
77 | | -- Thank you all for using this app. |
| 58 | +- Thank you all for using my app. |
78 | 59 | - All suggestions are warmly welcomed. |
0 commit comments