https://github.com/alemalvarez/ai-hackathon
Chunkify.ai - Where tasks meet their match. One chunk at a time.
https://github.com/alemalvarez/ai-hackathon
ai anthropic hackathon python react webapp
Last synced: 29 days ago
JSON representation
Chunkify.ai - Where tasks meet their match. One chunk at a time.
- Host: GitHub
- URL: https://github.com/alemalvarez/ai-hackathon
- Owner: alemalvarez
- Created: 2024-03-29T18:02:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T02:52:51.000Z (about 1 year ago)
- Last Synced: 2025-04-22T21:54:17.271Z (30 days ago)
- Topics: ai, anthropic, hackathon, python, react, webapp
- Language: JavaScript
- Homepage: https://chunkify.azurewebsites.net
- Size: 5.7 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Environment
Python 3.12.6
## To Set your environment to python 3.12.6
_Advised to use Anaconda to do this._
1. Open Anaconda Command Prompt
2. Create a virtual environment with Python 3.10.13.
`conda create --name your_env_name python=3.10.13`
3. Activate the virtual environment.
`conda activate your_env_name`
_Note: Make sure the virtual environment is activated before working on the Python code._
4. Deactivate the virtual environment, if done working with it.
`conda deactivate`# Packages
**_none yet_**
# Installation
Navigate to the folder hosting this file, then type
`pip install .`
or
`pip3 install .`---
**If you are planning on editing the code,
delete the `./build/` path and the `./*-egg` path.**---