This repository contains the code of a Gradio app that has several AI/NLP functionalities. The functionalities are:
- Summarization
- Sentiment Analysis
- Named-entity Recognition
- WordCloud
- Question Answering
- Image captioning
- Keyword extraction
To use the app, you will need to install the following dependencies:
pip install requirements.txt
Once you have installed the dependencies, you can run the following command to start the app:
python app.py
or gradio app.py
You can then interact with the app by entering text or images (or using the examples provided) into the input fields. The app will then return the respective results for each functionality.
You can also play with the app online at the Hugging Face Space ai-marketplace.