Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurenzsommerlad/tum.ai-makeathon2023-api-endpoint

FastAPI Backend for TUM.ai Makeathon2023 CanAI Project. Integration of ChatGPT, Cohere Summarizer and backend logic
https://github.com/laurenzsommerlad/tum.ai-makeathon2023-api-endpoint

backend backend-api chatgpt chatgpt-api cohere cohere-ai fastapi python python3

Last synced: about 7 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# CanAI FastAPI Backend

## Running with Dockerfile (local, recommended)

1) Install docker
2) Build and run the container

```sh
docker build -t canai-fastapi-docker .
docker run -p 4321:80 canai-fastapi-container
```
This will run the server under ```http://localhost:4321```