Skip to content

guide-ai/tutor-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo for Mobile Learning Project

This repository is a monorepo containing two projects:

  • Python Agent: A backend project managed using Poetry.
  • React Native App: A mobile application developed with Expo for React Native.

Python Agent

The Python agent project was created using Poetry.

Setup Instructions:

  1. Navigate to the python-agent directory.
  2. Install dependencies with:
    poetry install
  3. Run the agent (assuming your main file is located at agent/main.py):
    poetry run python agent/main.py

React Native App

The React Native app was created using Expo.

Setup Instructions:

  1. Navigate to the react-native-app directory.
  2. Install dependencies:
    npm install
    or if you are using Yarn:
    yarn install
  3. Start the development server:
    expo start

Overview

This monorepo leverages Poetry and Expo to manage the Python backend and the React Native frontend respectively.

Use this README as a guide for setting up and developing your mobile learning application.

About

Tutor-AI is an AI-driven learning assistant designed to help people explore educational topics interactively and at their own pace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages