Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impruthvi/ai-notes
AI Notes is a web application that simplifies note-taking by providing auto-completion for your notes and generating images to enhance your notes. It leverages OpenAI's GPT-3 API to assist you in creating comprehensive notes efficiently. The project is built using Next.js and styled with Tailwind CSS.
https://github.com/impruthvi/ai-notes
ai nextjs notebook openai tailwindcss
Last synced: 5 days ago
JSON representation
AI Notes is a web application that simplifies note-taking by providing auto-completion for your notes and generating images to enhance your notes. It leverages OpenAI's GPT-3 API to assist you in creating comprehensive notes efficiently. The project is built using Next.js and styled with Tailwind CSS.
- Host: GitHub
- URL: https://github.com/impruthvi/ai-notes
- Owner: impruthvi
- License: mit
- Created: 2023-09-25T06:48:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T04:04:00.000Z (about 1 year ago)
- Last Synced: 2023-09-30T06:25:04.773Z (about 1 year ago)
- Topics: ai, nextjs, notebook, openai, tailwindcss
- Language: TypeScript
- Homepage: https://ai-notes-impruthvi.vercel.app/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Notebook
## Description
AI Notes is a web application that simplifies note-taking by providing auto-completion for your notes and generating images to enhance your notes. It leverages OpenAI's GPT-3 API to assist you in creating comprehensive notes efficiently. The project is built using Next.js and styled with Tailwind CSS.
## Features
- Auto-completion for note-taking using OpenAI's GPT-3 API
- Generate images to complement your notes
- Responsive design for seamless use on various devices## Technologies
Project is created with:
- Next.js
- Tailwind CSS
- OpenAI API
- Clrek Authentication
- Shadcn## Setup
To run this project, install it locally using npm:
```
$ cd ai-notes
$ npm install
```
Rename the .env.example to .env
```
$ npm run dev
```## Demo
[AI Notebook](https://ai-notes-impruthvi.vercel.app/)
## Status
Project is: _Done_
## Inspiration
This project is based on [OpenAI Codex](https://openai.com/blog/openai-codex/).
## Contact
Created by [@impruthvi](https://impruthvi.netlify.app/) - feel free to contact me!
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Contribution
Contributions are always welcome!
## Support
Give a ⭐️ if you like this project!