Skip to content

adhilsalim/alchemizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALCHEMIZER AI

Introduction

TODO: Write a project description

Technologies

  • TODO: List technologies used

Setup

clone this repository using git:

git clone https://github.com/adhilsalim/alchemizer.git

install make using chocolatey:

choco install make

create virtual environment using make (use python 3.10.0 in path):

make create-venv

activate virtual environment:

venv\Scripts\activate