Simesta is a learning application that leverages AI to create personalized learning paths for users.
- Personalized Learning Paths: Generate tailored learning journeys based on user-specified course titles and topics.
- AI-Generated Content: Utilize advanced AI models for textual materials and visual aids.
- Video Integration: Incorporate relevant videos into the learning path using the YouTube API.
- Secure Authentication: Implement Google OAuth2 and JWT for user authentication.
- Backend: Express, TypeScript
- AI Models: Advanced text and image generation models
- External APIs: YouTube API for video content
- Authentication: Google OAuth2, JWT
- Node.js v14 or higher
- npm or yarn
- Google API credentials
-
Clone the repository:
git clone https://github.com/simesta-ai/simesta-server.git
-
Navigate to the project directory:
cd simesta-server -
Install dependencies:
npm install
-
Set up environment variables: Create a .env file in the root directory and configure the following variables:
NODE_ENV=
PORT=
DB_NAME=
DB_USER=
DB_HOST=
DB_PASSWORD=
DB_PORT=
GOOGLE_CLOUD_API_KEY=
JWT_SECRET=
SESSION_SECRET=
GOOGLE_CLOUD_ID=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
OPENAI_API_KEY=
REDIS_SECRET=
REDIS_HOST=
REDIS_PORT=
PAT=
USER_ID=
APP_ID=
MODEL_ID=
TEXT_MODEL_USER_ID=
TEXT_MODEL_APP_ID=
TEXT_MODEL_VERSION_ID=
TEXT_MODEL_ID=
MODEL_VERSION_ID=
CLOUDINARY_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
DATABASE_URL=
AZURE_ACCOUNT_NAME=
AZURE_ACCOUNT_KEY=
AZURE_CONTAINER_NAME=
SPEECH_KEY=
SPEECH_REGION=
HOST_EMAIL_ADDRESS=
HOST_EMAIL_PASSWORD=npm run start:dev
npm start
- Register/Login: Use Google OAuth2 to create an account or log in.
- Create a Course: Input the course title, subtopics of interest, and any files.
- Generate Learning Path: Simesta will curate a personalized learning journey with text, images, and videos.
Contributions are restricted to inhouse developers for now. Please follow our Contributing Guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or suggestions, please open an issue or contact us at simestaai@gmail.com.
