This repository contains a collection of interactive Python utility scripts implemented using Streamlit. These scripts offer various functionalities for tasks such as Docker Terminal, AWS_EC2_Gestures, Sentiment Analysis, CHIPITI, Automated ML, Use Goggles, Face Blur, Face Distance, Text to Speech, Python Interpreter, SMS Sender, Email Sender, Linux Terminal.
- Python 3.7+
- Required Python packages (mentioned in each script)
- Clone this repository using
git clone https://github.com/Malhar-06/AI-ML-CV-DevOps-AWS-integration.git
. - Navigate to the repository directory using
cd AI-ML-CV-DevOps-AWS-integration
. - Install the required packages using
pip install -r requirements.txt
. - Run the Streamlit app using
streamlit run final_app.py
. - Interact with different utility scripts using the sidebar options.
Allows you to interact with Docker commands using a web interface.
- List Docker images and containers.
- Pull Docker images from repositories.
- Execute custom Docker commands.
- Manage EC2 instances using hand gestures.
- index finger launches instance
- thumb terminates instance
- app launches multiple instance umder fixed tag
Analyze sentiment of provided text using the transformers
library.
- Input text to be analyzed.
- Get sentiment label and confidence score.
Interact with OpenAI's GPT-3 to answer technology-related questions.
- Input questions or topics to learn about technologies.
- Focus areas: DevOps, Cloud, Python, Django
- Get answers generated by the GPT-3 model.
- Text-to-speech conversion for responses.
Build a linear regression model with customizable parameters.
- Specify input features and target variable.
- Get the Model Coefficient
- You can predict the new value of a independent variable using model coefficient.
Offers various computer vision functionalities.
- Apply virtual sunglasses on your face using OpenCV.
- Blur faces in real-time video using OpenCV.
- Measure distance to detected face using webcam.
- Enter text and hear the assistant speaking that text.
- Run python code on the website
- Enter phone number and message
- send it without using your own phone number
- Enter your and Recipient/s email address
- Enter email and send it from the platform
Simulates a Linux terminal where you can execute Linux commands.
- Choose from common Linux commands.
- Execute custom Linux commands.
- View command output on the web interface.
Feel free to explore and use these interactive utility scripts for various tasks!