Skip to content

gidsola/python-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Play

Welcome to the Python Play repository!

This workspace is dedicated to experimenting with Python code and exploring various programming concepts using Huggingface and locally hosted models as well as other custom endpoint implements.

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/python-play.git
  2. Navigate to the project directory:
    cd python-play
  3. Install the required dependencies:
    python -m pip install --upgrade pip
    pip install -r requirements.txt
    pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
    pip install "fastapi[standard]"

Getting Online

You can start the fastapi server by typing:

fastapi dev main.py

Happy coding!

About

A Python learning environment

Resources

Stars

Watchers

Forks

Languages