-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirement.txt
32 lines (26 loc) · 1.68 KB
/
requirement.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Requirements
1.Installation of python
The entire system is build on python 2.7 is running on windows 8.1 and 10. About the Mac user, we are still clueless.
The link for the installation of python is given below:
https://www.python.org/downloads/
2.Installation of pycharm (optional)
PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language.
Features:-
(a) Coding assistance and analysis, with code completion, syntax and error highlighting, quick fixes
(b) Project and code navigation: specialized project views, file structure views and quick jumping between files, classes, methods and usages
(c)Integrated Python debugger Integrated unit testing, with line-by-line code coverage
(d) Google App Engine Python development
The installation of Pycharm is optional. We used it for easier and better debugging of the code.
Another advantage of using this was that we can download any package of python directly from the IDE.
Download link for pycharm: https://www.jetbrains.com/pycharm/download/
3. Install pip
pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.
Download link for pip: https://pypi.org/project/pip/
4. Importing the packages
If you are importing the packages from the command prompt, you are required to run the following commands.
• pip install speechrecognition
• pip install pyaudio
• pip install pygame
• pip install webbrowser
• pip install google-cloud-speech
Make sure that in whatever file you are saving the code do check the image file has to present in the same folder