Skip to content

FastAPI Backend for TUM.ai Makeathon2023 CanAI Project. Integration of ChatGPT, Cohere Summarizer and backend logic

License

Notifications You must be signed in to change notification settings

LaurenzSommerlad/TUM.ai-Makeathon2023-API-Endpoint

Repository files navigation

CanAI FastAPI Backend

Running with Dockerfile (local, recommended)

  1. Install docker

  2. Build and run the container

    docker build -t canai-fastapi-docker .
    docker run -p 4321:80 canai-fastapi-container

    This will run the server under http://localhost:4321

About

FastAPI Backend for TUM.ai Makeathon2023 CanAI Project. Integration of ChatGPT, Cohere Summarizer and backend logic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published