-
install conda environment
conda env create -f requirements.yaml conda activate asr
If the installation fails, please use
pip
to install or download wheel file to install manually -
replace
.dict
filecp pronounciation-dictionary.dict D:\Tools\Anaconda\envs\asr\lib\site-packages\speech_recognition\pocketsphinx-data\en-US\
tip: remember to replace it with the address of your environment
cd src
conda activate asr
python asr.py
- Play music
- Open Notepad
- Open the Calculator
install conda environment
conda env create -f requirements.yaml
conda activate ir
cd server
curl -o database.zip https://anjt.oss-cn-shanghai.aliyuncs.com/database.zip
unzip database.zip
python image_vectorizer.py
python rest_server.py
- Upload a image
- Overview the total number of the similar images
- Overview the tags of all result
- Click the button to download the image
- Click on tag button to see the images which hold this tag only
- Clear the image and choose another one
install conda environment
conda env create -f requirements.yaml
conda activate dv
cd src
python app.py
- Analyze the relationship between salary level and school type
- Analyze the relationship between salary level and geographical location
- Analyze the relationship between salary changes and school types
- Analyze the relationship between salary changes and geographical location