An AI tutor for students.
AI-Tutor is a AI-based tutor designed to assist students in their learning process by providing intelligent responses and guidance.
Ensure you have the following installed:
- Node.js
- npm (Node Package Manager)
Follow these steps to set up the project on your local machine:
-
Clone the repository:
git clone https://github.com/VictorCentennial/AI-Tutor.git cd AI-Tutor -
Install server dependencies:
cd AI-Server npm install -
Install client dependencies:
cd ../AI-Tutor-Client npm install -
Configure environment variables:
- Go to the
AI-Serverfolder. - Copy the
.env.templatefile and rename it to.env. - Edit the
.envfile and input yourGOOGLE_API_KEY.
You can obtain the Google API Key from Google Cloud Platform.
- Go to the
To run the program, follow these steps:
-
Start the server:
cd AI-Server npm run dev -
Start the client:
cd ../AI-Tutor-Client npm run dev
If you encounter any issues or have questions, please refer to the following:
- Check the console for error messages.
- Ensure all dependencies are installed correctly.
- Verify that the
.envfile is correctly configured with your API key.
- ILIA NIKA
- Victor Tse
- Namneet Kaur Tung
- 0.1
- Initial Release