This project is the first protype which was submitted in BuildSpace S4. This project primarily converts any text to ASL Sign Lanaguages.
This is a Next.js project bootstrapped with create-next-app
.
Before starting out, you'll need to install the following on your computer.
We welcome contributions to enhance this project. If you have ideas for improvements, bug fixes, or new features, please feel free to create an issue or submit a pull request.
To submit a PR, please follow these steps:
- Star ⭐ and Fork the repository
- Clone your forked repository
git clone https://github.com/YOUR-USERNAME/ROS-AI.git
- Run the following command to change the working directory
cd ROS-AI
- Run the following commands to install all the dependencies:
npm install
- Running the Application
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
- Now go ahead and create a new branch and move to the branch
git checkout -b <branch-name>
- After you have added your changes, follow the following command chain Check the changed files
git status -s
- Add all the files to the staging area
git add .
- Commit your changes (add decent message )
git commit -m "<EXPLAIN-YOUR_CHANGES>"
- Push your changes
git push origin <branch-name>
- Open a Pull Request
- Make a pull request! (compare your branch with the owner main branch)
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Check out Code of Conduct to know inclusive environment that respects all contributions.
We value an inclusive environment that respects all contributions. To ensure a positive experience for everyone, please review our Code of Conduct.