This is a full-stack JavaScript application that uses OpenAI's GPT-3 model to generate intelligent and context-aware responses. The project is version controlled using Git.
- Front-end: HTML, CSS, JavaScript
- Back-end: Node.js, Express
- AI Model: OpenAI's GPT-3
- Version Control: Git
- User can interact with the AI model by inputting prompts.
- The AI model generates intelligent and context-aware responses.
- The responses are displayed in a chat-like interface.
- Clone the repository to your local machine using
git clone. - Navigate to the
clientdirectory and runnpm installto install the necessary dependencies. - Run
npm startto start the client-side application. - Navigate to the
serverdirectory and runnpm installto install the necessary dependencies. - Run
node server.jsto start the server-side application. - Open your browser and navigate to
http://localhost:5173to view the application.
- Remember to add your OpenAI API key in .env file of server folder.
- More features and improvements are coming soon!
If you have any feedback or suggestions, feel free to open an issue or a pull request. Contributions are welcome!