Installation
Supported OS : Linux (Debian, Arch, Ubuntu, Linux Mint etc.)
Github Link : https://github.com/Shreyan1/Project-Dhi1. Clone the repository :
git clone https://github.com/<yourusername>/Project-Dhi.git
cd Project-Dhi
2. Run the setup script:
chmod +x run.sh
source 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 :
source run.sh -V , or
source run.sh --venv
2. To install dependencies :
source run.sh -V , or
source run.sh --venv
3. Silent Install function : [BEST WAY]
source run.sh -S , or
source run.sh --silent
4. For debugging :
source run.sh -D , or
source run.sh --debug
You can use 'source run.sh --help'
for accessing the help section for more details.
Project Milestones :
![](https://cdn.prod.website-files.com/6724dce700220171ac6f7ced/6725b4128cc708c58111f330_milestones.png)