Chakshu helps blind people read and navigate Wikipedia articles using voice commands.
Make sure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/DhruvGoyal375/chakshu.git
cd chakshu
- Set up Poetry to create virtual environments within the project directory:
poetry config virtualenvs.in-project true
- Install dependencies using Poetry:
poetry install
- Activate the virtual environment:
poetry shell
Once the virtual environment is activated, you can run the project with:
python chakshu/manage.py runserver
We welcome contributions from the community! Please read our Contribution Guidelines for detailed instructions on how to contribute to the project.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or need further assistance, feel free to open an issue or contact the maintainers.