Skip to content

isg75/first_project

Repository files navigation

Project overview

...

Installation

  1. Clone the repository:
git clone https://github.com/YourUsername/repository_name.git
  1. Install UV

If you're a MacOS/Linux user type:

curl -LsSf https://astral.sh/uv/install.sh | sh

If you're a Windows user open an Anaconda Powershell Prompt and type :

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. Create an environment
uv venv 
  1. Activate the environment

If you're a MacOS/Linux user type (if you're using a bash shell):

source ./venv/bin/activate

If you're a MacOS/Linux user type (if you're using a csh/tcsh shell):

source ./venv/bin/activate.csh

If you're a Windows user type:

.\venv\Scripts\activate
  1. Install dependencies:
uv pip install -r requirements.txt

Questions

...

Dataset

...

Main dataset issues

  • ...
  • ...
  • ...

Solutions for the dataset issues

...

Conclussions

...

Next steps

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published