An open API service indexing awesome lists of open source software.

https://github.com/srummanf/ros-ai


https://github.com/srummanf/ros-ai

trc-woc

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Welcome ๐Ÿš€











## ๐Ÿ“ƒ Table of Contents
1. [About ROS-AI](#about)
2. [Tech Stack](#techstack)
3. [Prerequisites](#prerequisites)
4. [Want to Contribute?](#contribute)
5. [Code of Conduct](#coc)
6. [Contributors](#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](image/README/1698216588496.png)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

### Project Admins

* [Shaikh Rumman Fardeen](https://github.com/srummanf/)
* [Spandan Mukherjee](https://github.com/SpandanM110)
* [Ojas Aklecha](https://github.com/ojasaklechayt)


โšก Tech Stack Used

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

![Next.js](https://img.shields.io/badge/Next.js-%23000000.svg?style=for-the-badge&logo=next.js&logoColor=%23ffffff)
![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-%23006f7b.svg?style=for-the-badge&logo=tailwind-css&logoColor=%23ffffff)
![Flowbite](https://img.shields.io/badge/Flowbite-%23000000.svg?style=for-the-badge&logo=flowbite&logoColor=%23ffffff)
![Vercel](https://img.shields.io/badge/Vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=%23ffffff)


๐Ÿงพ Prerequisites

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



NodeJS



NPM


๐Ÿ’ˆ 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

```sh
git clone https://github.com/YOUR-USERNAME/ROS-AI.git
```

3. Run the following command to change the working directory

```sh
cd ROS-AI
```

4. Run the following commands to install all the dependencies:

```sh
npm install
```

5. Running the Application

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](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.

6. Now go ahead and create a new branch and move to the branch

```sh
git checkout -b
```

7. After you have added your changes, follow the following command chain
Check the changed files

```sh
git status -s
```

8. Add all the files to the staging area

```sh
git add .
```

9. Commit your changes (add decent message )

```sh
git commit -m ""
```

10. Push your changes

```sh
git push origin
```

11. Open a Pull Request

- Make a pull request! (compare your branch with the owner main branch)

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) 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:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) 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



---