Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T01:48:15.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:24:38.768Z (7 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
![Image](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w0ntep7qf8r756vxqus0.jpg)
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