Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subrotokumar/enhanced-chatgpt
Enhanced ChatGPT is OpenAI powered project that uses natural language processing (NLP) to simulate a conversation between a user and a computer.
https://github.com/subrotokumar/enhanced-chatgpt
chatgpt clone-app openai react
Last synced: about 1 month ago
JSON representation
Enhanced ChatGPT is OpenAI powered project that uses natural language processing (NLP) to simulate a conversation between a user and a computer.
- Host: GitHub
- URL: https://github.com/subrotokumar/enhanced-chatgpt
- Owner: subrotokumar
- Created: 2023-01-26T19:29:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T15:03:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:43:47.227Z (4 months ago)
- Topics: chatgpt, clone-app, openai, react
- Language: CSS
- Homepage: https://enhanced-chatgpt-zeta.vercel.app/
- Size: 175 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - subrotokumar/enhanced-chatgpt - Enhanced ChatGPT is OpenAI powered project that uses natural language processing (NLP) to simulate a conversation between a user and a computer. (CSS)
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url][![LinkedIn][linkedin-shield]][linkedin-url]
Enhanced ChatGPT : ChatGPT 2.0
AI chat application powered by OpenAI
Open Application »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
Chat GPT is a form of artificial intelligence (AI) technology that uses natural language processing (NLP) to simulate a conversation between a user and a computer. It is used to provide automated customer service, support, and other kinds of automated communication. Chat GPT is becoming increasingly popular as an alternative to more traditional customer service methods, such as phone calls or emails.
Keeping this point in mind, I tried creating own version of ChatGPT using OpenAI API and React.
### Built With
Frameworks/libraries used to this project:
- JavaScript
- OpenAI
- Vite
- React
- Tailwind CSS## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
The list things you need to use the application and how to install them.
- Node
- Open AI apiKey### Installation
1. Install Node JS at your system.
2. Clone the repo
```sh
git clone https://github.com/subrotokumar/enhanced-chatgpt.git
```
3. Move to project folder```sh
ch enhanced-chatgpt
```4. Install packages:
```sh
yarn
```or
```sh
npm install
```5. Set Open AI api key and organisation key in `.env`
```
VITE_API_KEY=''
VITE_ORG=''
```
6. Run application locally in debug mode```sh
yarn dev
```or
```sh
npx run dev
```## Usage
ChatGPT and OpenAI is becoming increasingly popular as an alternative to more traditional customer service methods, such as phone calls or emails.
_For more info about OpenAI, please refer to the [Documentation](https://beta.openai.com/docs/introduction/overview)_
## Roadmap
- [ ] Better chat formatting
See the [open issues](https://github.com/subrotokumar/enhanced-chatgpt/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/FeatureName`)
3. Commit your Changes (`git commit -m 'Added FeatureName'`)
4. Push to the Branch (`git push origin feature/FeatureName`)
5. Open a Pull Request## Contact
Subroto Kumar - [@subrotokr](https://twitter.com/subrotokr) - [email protected]
Project Link: [https://github.com/subrotokumar/enhanced-chatgpt](https://github.com/subrotokumar/enhanced-chatgpt)
## Acknowledgments
- OpenAI
- icon8[contributors-shield]: https://img.shields.io/github/contributors/subrotokumar/enhanced-chatgpt.svg?style=for-the-badge
[contributors-url]: https://github.com/subrotokumar/enhanced-chatgpt/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/subrotokumar/enhanced-chatgpt.svg?style=for-the-badge
[forks-url]: https://github.com/subrotokumar/enhanced-chatgpt/network/members
[stars-shield]: https://img.shields.io/github/stars/subrotokumar/nyx.svg?style=for-the-badge
[stars-url]: https://github.com/subrotokumar/nyx/stargazers
[issues-shield]: https://img.shields.io/github/issues/subrotokumar/nyx.svg?style=for-the-badge
[issues-url]: https://github.com/subrotokumar/nyx/issues
[license-shield]: https://img.shields.io/github/license/subrotokumar/nyx.svg?style=for-the-badge
[license-url]: https://www.linkedin.com/in/kumarsubroto
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/kumarsubroto
[product-screenshot]: ./assets/images/banner.png