Skip to content

chenchangchao/dev_agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-agents

AI,agents,RAG,MCP,skills related

resources

https://gpt-tokenizer.dev/ https://npmx.dev/package/gpt-tokenizer https://spacy.io/universe/project/spacy-js https://spacy.io/universe https://course.spacy.io/en/chapter1 https://realpython.com/natural-language-processing-spacy-python https://huggingface.co/docs/transformers/en/installation https://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding https://en.wikipedia.org/wiki/ELMo https://en.wikipedia.org/wiki/Word_embedding https://en.wikipedia.org/wiki/Latent_space https://en.wikipedia.org/wiki/BERT_(language_model) https://en.wikipedia.org/wiki/GloVe https://spacy.io/usage/projects

python venv

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 --version
pip3 --version
pip3 install -r requirements.txt
deactivate

## install
pip install -r requirements.txt

## run
python main.py

## test
python test.py
python test2.py

## deploy
python deploy.py
python deploy2.py
python deploy3.py

## docs
python docs.py
python docs2.py
python docs3.py

TODO

  • add more examples
  • add more tests
  • add more docs
  • add more deploy
  • add more resources
  • add more python venv
  • add more install
  • add more run
  • add more test
  • add more deploy
  • add more docs
  • add more TODO

About

AI,agents,RAG,MCP,skills related

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors