This project aims to assist individuals with dyslexia and dyscalculia by breaking down questions into more understandable components.
The Dyslexia/Dyscalculia Translator simplifies complex questions, providing a more accessible and supportive user experience for individuals with dyslexia and dyscalculia. By leveraging OpenAI's API, this project aims to promote inclusivity and equal access to information.
Before setting up, ensure the following are installed on your system:
-
Clone the Repository
Clone the project repository to your local machine. -
Install Dependencies
Navigate to thefrontendandserverdirectories separately and install the required dependencies:cd frontend npm install cd ../server npm install
-
Setup OPEN AI Key Add your OpenAI API key to the index.js file located in the server directory.
-
Install Nodemon Globally Ensure nodemon is installed globally to simplify server management:
npm install -g nodemon
-
Start the server Navigate to the server directory and run the server:
cd server nodemon index.js -
Start the frontend Navigate to the frontend directory and run the development server:
cd ../frontend npm run dev
- Launch the server and frontend as outlined in the setup instructions.
- Open the provided link in your browser.
- Enter questions or statements to be translated into a more understandable format.
- Interact with the interface to receive simplified text, tailored for individuals with dyslexia and dyscalculia.
We welcome contributions to improve this project! To contribute:
- Fork the repository.
- Create a new branch (
feature/your-feature-name). - Commit your changes and push the branch to your forked repository.
- Submit a pull request for review.
This project is licensed under the MIT License.
Feel free to adapt, modify, and use the project in your own applications while adhering to the license terms.