Skip to content

Backend repo for the TXT2TXN Circle Research x Berkeley project on AI and Intents.

License

Notifications You must be signed in to change notification settings

circlefin/txt2txn-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TXT2TXN Backend

This repo serves as the backend for the TXT2TXN project.

TXT2TXN is a collaboration between Circle and Blockchain at Berkeley, in particular Niall Mandal.

Setup

  1. Set up virtual python environment.
python3 -m venv venv
  1. Activate virtual environment.
source venv/bin/activate
  1. Install dependencies.
pip install -r requirements.txt
  1. Create and populate a .env file.
cp .env.example .env

Then add OpenAI key to .env file

Build

Execute the following to run the service:

uvicorn main:app --reload

About

Backend repo for the TXT2TXN Circle Research x Berkeley project on AI and Intents.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages