https://github.com/iakashpattnaik/youtubescriptgenerator
A Project that generates youtube scripts working on top of OpenAI API.
https://github.com/iakashpattnaik/youtubescriptgenerator
hackathon materialui nextjs refine tailwindcss
Last synced: 4 months ago
JSON representation
A Project that generates youtube scripts working on top of OpenAI API.
- Host: GitHub
- URL: https://github.com/iakashpattnaik/youtubescriptgenerator
- Owner: iAkashPattnaik
- License: mit
- Created: 2023-07-08T14:10:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T01:48:15.000Z (over 1 year ago)
- Last Synced: 2025-01-05T21:27:21.873Z (6 months ago)
- Topics: hackathon, materialui, nextjs, refine, tailwindcss
- Language: TypeScript
- Homepage: https://youtube-script-generator-ivory.vercel.app/
- Size: 276 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Script Generator
This [refine](https://github.com/pankod/refine) project was generated with [superplate](https://github.com/pankod/refine).
## Information

This project was made for the **[refine + dev Hackathon](https://dev.to/devteam/announcing-the-refine-dev-hackathon-29fn)**. This project can be used as a template for various further different projects.
## Frameworks Used
- [**NextJS**](https://nextjs.org/)
- [**Refine**](https://refine.dev/)
- [**Material UI**](https://mui.com/)
- [**OpenAI API**](https://openai.com/blog/openai-api)
- [**Tailwind CSS**](https://tailwindcss.com/)### Rules Followed
- Clean Code
- Minimal Code
- Error handling
## Getting StartedThis project is built as an example of how OpenAI's ChatCompletion API can be used in projects using [NextJS](https://nextjs.org/).
## Running the project by
**Make sure to create a `.env` file in the root directory and put the `promt` field to use this project.**
### Building for production.
```bash
npm run build
```### Running the production server.
```bash
npm run start
```## License
MIT