Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Tutor Project

This project is a full-stack application for an AI-powered tutor assistant.

Structure

  • backend/: Python FastAPI application handling AI logic (Whisper, LLM, OCR).
  • frontend/: React application for the user interface.

Getting Started

Backend

  1. Navigate to the backend folder:
    cd backend
  2. Create a virtual environment (optional but recommended):
    python -m venv venv
    # Windows
    venv\Scripts\activate
    # Mac/Linux
    source venv/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the server:
    uvicorn app.main:app --reload
    The API will be available at http://localhost:8000. API Documentation: http://localhost:8000/docs

Frontend

See frontend/README.md for setup instructions.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages