https://github.com/likhithsai2580/jarvis-re-j4e
Jarvis made by Kaushik Shresth Reverse Engineered by Likhi
https://github.com/likhithsai2580/jarvis-re-j4e
everything-you-need groq jarvis jarvis-ai js kaushik shresth
Last synced: 6 months ago
JSON representation
Jarvis made by Kaushik Shresth Reverse Engineered by Likhi
- Host: GitHub
- URL: https://github.com/likhithsai2580/jarvis-re-j4e
- Owner: Likhithsai2580
- License: mit
- Created: 2024-07-25T09:19:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T15:17:33.000Z (8 months ago)
- Last Synced: 2025-03-27T09:21:50.880Z (7 months ago)
- Topics: everything-you-need, groq, jarvis, jarvis-ai, js, kaushik, shresth
- Language: HTML
- Homepage:
- Size: 79.1 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# JARVIS-RE-J4E
## Overview
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.
## Features
- **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.## Enhancements and Optimizations
### Backend/Automation.py
- Optimized the `content_writer_ai` function for better performance.
- Enhanced the `generate_images` function for improved efficiency.### Backend/Chatbot.py
- Improved the chatbot logic for better efficiency.### Backend/ChatGpt.py
- Enhanced the chatbot logic for better efficiency.### Backend/RSE.py
- Optimized real-time search and response handling.## Getting Started
### Prerequisites
- Python 3.8 or higher
- Required Python packages (listed in `requirements.txt`)### Installation
1. Clone the repository:
```bash
git clone https://github.com/Likhithsai2580/JARVIS-RE-J4E.git
cd JARVIS-RE-J4E
```2. Install the required packages:
```bash
pip install -r requirements.txt
```3. 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.### Usage
1. Run the main script:
```bash
python main.py
```2. Interact with the AI-powered system through the provided GUI.
## Contributing
We welcome contributions to enhance the project. Please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Commit your changes and push the branch to your fork.
4. Create a pull request with a detailed description of your changes.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgements
- Thanks to Pylingual for pyc to py conversion.
- Thanks to Kaushik Shresth for encrypting Python to exe.