JARVIS-RE-J4E is an advanced AI-powered automation and chatbot system designed to assist with various tasks, including content generation, image creation, real-time search, and more. This project leverages multiple AI models and APIs to provide efficient and optimized solutions.
- AI-Powered Content Generation: Generate high-quality content such as letters, essays, and code using advanced AI models.
- Image Generation: Create high-resolution images with detailed prompts using the Hugging Face API.
- Chatbot: Engage in conversations with an AI chatbot that provides accurate and professional responses.
- Real-Time Search: Perform real-time searches and get up-to-date information from the internet.
- System Automation: Execute system commands and automate tasks on your computer.
- Optimized the
content_writer_ai
function for better performance. - Enhanced the
generate_images
function for improved efficiency.
- Improved the chatbot logic for better efficiency.
- Enhanced the chatbot logic for better efficiency.
- Optimized real-time search and response handling.
- Python 3.8 or higher
- Required Python packages (listed in
requirements.txt
)
-
Clone the repository:
git clone https://github.com/Likhithsai2580/JARVIS-RE-J4E.git cd JARVIS-RE-J4E
-
Install the required packages:
pip install -r requirements.txt
-
Set up environment variables:
- Create a
.env
file in the root directory. - Add your API keys and other environment variables as shown in the
.env.example
file.
- Create a
-
Run the main script:
python main.py
-
Interact with the AI-powered system through the provided GUI.
We welcome contributions to enhance the project. Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch to your fork.
- Create a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to Pylingual for pyc to py conversion.
- Thanks to Kaushik Shresth for encrypting Python to exe.