--- title: Nlp Sorcery emoji: 📚 colorFrom: yellow colorTo: indigo sdk: gradio sdk_version: 3.1.4 app_file: app.py pinned: false --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference project_nlp_sorcery Various NLP Tasks grouped into an app MODELS USED: Sentiment Analysis model: distilbert-base-uncased-finetuned-sst-2-english Text Generation model: distilgpt2 Fill Mask model: distilroberta-base Named Entity Recognition model: dbmdz/bert-large-cased-finetuned-conll03-english Summarization model: sshleifer/distilbart-cnn-12-6 Translation to Hindi model: Helsinki-NLP/opus-mt-en-hi Text to Speech model: facebook/fastspeech2-en-ljspeech Speech to Text model: facebook/wav2vec2-base-960h app hosted on huggingface at: https://huggingface.co/spaces/sandeepmajumdar/nlp-sorcery code link on huggingface is: https://huggingface.co/spaces/sandeepmajumdar/nlp-sorcery/tree/main code link on Github is: https://github.com/SandeepMajumdar/project_nlp_sorcery