https://github.com/srummanf/ros-ai
https://github.com/srummanf/ros-ai
trc-woc
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srummanf/ros-ai
- Owner: srummanf
- Created: 2023-09-10T13:28:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T05:54:59.000Z (about 2 years ago)
- Last Synced: 2025-02-26T14:47:32.436Z (11 months ago)
- Topics: trc-woc
- Language: JavaScript
- Homepage: https://ros-ai.vercel.app
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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.

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








๐งพ 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
```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
---