Welcome to the Hugging Face Model Showcase app! This app demonstrates the power and versatility of Hugging Face models across multiple domains, including NLP, Audio, Computer Vision and Multimodal. The app utilizes models offering serverless APIs for seamless responses.
Check it out AlphaX Entertainments
-
Clone the repository: Open your terminal and run command
git clone https://github.com/mrqadeer/AlphaX-Entertainments
-
Go to the project folder
cd AlphaX-Entertainments
-
Create a virtual environment and activate it:
python -m venv env
Activate on Windows
env\Scripts\activate
Activate on Linux/Mac
source env/bin/activate
If you are using Conda, you can create a conda environment and activate it:
conda create --name env
conda activate env
-
Install the required dependencies:
pip install -r requirements.txt
-
Start the application:
streamlit run app.py
-
If your streamlit app doesn't open in your web browser then go to
http://localhost:8501
to access the app. -
Provide OpenAI API Key to get your access key follow the link OpenAI API Key
-
Close the Sign In dialog and navigate to
Try AlphaX
-
Select the desired option and click on
Try AlphaX
- Note: You need to have OpenAI API key which provides you access to the model
gpt-4o
- Text Processing: Analyze and manipulate text inputs.
- Image Handling: Upload and process images for recognition tasks.
- Audio Processing: Record and analyze audio files.
- Video Processing: Handle video inputs with functionality for analysis and recognition.
- User-Friendly Interface: Built with Streamlit for easy navigation and usage.
- Poor respose for Lollywood Media.
- Needs to improve by fine tuning model.
We welcome contributions! Please read Contribution file for more detail.
For documentation, please refer to the AlphaX Entertainments Documentation
This project is licensed under the MIT License - see the LICENSE file for details.