Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

AntonNeld/my-ai-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-ai-playground

Just some playing around.

Getting started

Prerequisites:

  • pipenv
  • Add export PIPENV_VENV_IN_PROJECT=1 to .bashrc or similar. Or don't, your choice.

Install and use dependencies:

pipenv install --dev
pipenv shell

Run the backend:

cd server
uvicorn main:app --port 8300 --reload

In a web browser, connect to localhost:8300.

Testing

Run:

pipenv shell
pytest

The server does not need to be running for this. There is no CI, I just try to remember doing it before committing.

About

Experimenting with AI and stuff.

Resources

Stars

Watchers

Forks