Code Monkey home page Code Monkey logo

ai-language-teacher's Introduction

AI Language Teacher Application

This repository is for an AI-powered language learning chatbot and tool. The goal is to build an intelligent assistant to help practice and learn new languages.

Key Features

  • Chat interface for conversing with AI bot
  • NLP powered by BERT models and intent classification
  • Speech recognition and synthesis for audio conversation
  • Personalized learning based on knowledge gaps
  • Vocabulary practice and quizzes
  • Translation and pronunciation help
  • Admin dashboard for managing content

Tech Stack

  • Go backend with Gin framework
  • PostgreSQL database
  • Docker for environment and deployment
  • React frontend
  • Google Cloud Speech & Text-to-Speech APIs
  • BERT NLP models
  • TailwindCSS styling
  • GitHub Actions CI/CD
  • Fly.io hosting

Getting Started

  1. Install Go 1.18+
  2. Clone the repo
  3. Initialize the DB schema
  4. Start the API with go run .
  5. Connect to http://localhost:8080

Testing

go test -cover ./... # test coverage for recursively

go test -coverprofile=c.out # create a test coverage file
go tool cover -func=c.out # print nice coverage report to console
go test -v -short # run only unit tests
go test -v -run ".Integration" ./... # if using name convention 



note: without the -short flag all tests will run

  1. Please use format TestNameIntegration for integration tests with below code to skip for short
if testing.Short() {
    t.Skip("skipping integration test")
} 

Contributions welcome!

License

This project uses the MIT license - see LICENSE.md for details

ai-language-teacher's People

Contributors

brandon-g-tripp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.