Skip to content

srummanf/ROS-AI

Repository files navigation

Welcome 🚀

📃 Table of Contents

  1. About ROS-AI
  2. Tech Stack
  3. Prerequisites
  4. Want to Contribute?
  5. Code of Conduct
  6. Contributors

Revolution of Speaking : ROS AI

This project is the first protype which was submitted in BuildSpace S4. This project primarily converts any text to ASL Sign Lanaguages.

1698216588496

This is a Next.js project bootstrapped with create-next-app.

Project Admins

⚡ Tech Stack Used

React HTML5 CSS3 JavaScript

Next.js Tailwind CSS Flowbite Vercel

🧾 Prerequisites

Before starting out, you'll need to install the following on your computer.

💈 Want to Contribute?

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:

  1. Star ⭐ and Fork the repository
  2. Clone your forked repository
git clone https://github.com/YOUR-USERNAME/ROS-AI.git
  1. Run the following command to change the working directory
cd ROS-AI
  1. Run the following commands to install all the dependencies:
npm install
  1. 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.

  1. Now go ahead and create a new branch and move to the branch
git checkout -b <branch-name>
  1. After you have added your changes, follow the following command chain Check the changed files
git status -s
  1. Add all the files to the staging area
git add .
  1. Commit your changes (add decent message )
git commit -m "<EXPLAIN-YOUR_CHANGES>"
  1. Push your changes
git push origin <branch-name>
  1. 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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.


🧧 Code of Conduct

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.


Don't forget to give a ⭐ to this repo !!

❤️ Thanks to all the contributors