Installation

Supported OS : Linux (Debian, Arch, Ubuntu, Linux Mint etc.)
Github Link : https://github.com/Shreyan1/Project-Dhi

1. Clone the repository :

1git clone https://github.com/<yourusername>/Project-Dhi.git
2cd Project-Dhi
2. Run the setup script:

1chmod +x run.sh
2source run.sh -S

This will:
- Create a virtual environment (if it doesn't exist)
- Activate the virtual environment
- Install all required dependencies


Usages

After installation, simply run
'source run.sh', to start Dhi.
Type your natural language commands, and Dhi will interpret and execute them on your terminal.


For Dev purpose


1. To create and activate the virtual environment :
1source run.sh -V , or
2source run.sh --venv

2. To install dependencies :
1source run.sh -V , or
2source run.sh --venv

3. Silent Install function : [BEST WAY]
1source run.sh -S , or
2source run.sh --silent

4. For debugging : 
1source run.sh -D , or
2source run.sh --debug

You can use 'source run.sh --help' for accessing the help section for more details.


Project Milestones :